摘要: /** * @author mrdoob / http://mrdoob.com/ */ THREE.CSS2DObject = function ( element ) { THREE.Object3D.call( this ); this.element = element; this.elem 阅读全文
posted @ 2024-11-20 14:50 暖暖De幸福 阅读(58) 评论(0) 推荐(0)
摘要: var width = $('#models-container').width(); var height = $('#models-container').height(); var scene = new THREE.Scene(); var camera = new THREE.Perspe 阅读全文
posted @ 2024-11-20 10:13 暖暖De幸福 阅读(15) 评论(0) 推荐(0)