我一直在玩CSS3DRenderer,并想知道是否可以渲染网格物体。在浏览可用的互联网资源时,我遇到了Stackoverflow问题,其中解释了立方体几何体(Creating a CubeGeometry equivilent using CSS3DRenderer)。在这个例子中" THREE.Object3D()"被访问。由于Object3D可用,是否可以制作标准的three.js 3d对象?
答案 0 :(得分:2)
可以,但我觉得实在太慢了......
以下是@WestLangley上个月所做的一些测试:
https://dl.dropboxusercontent.com/u/63997063/Three/CSS3D/examples/css3d_geometry_birds.html https://dl.dropboxusercontent.com/u/63997063/Three/CSS3D/examples/css3d_performance.html https://dl.dropboxusercontent.com/u/63997063/Three/CSS3D/examples/css3d_morphtargets_horse.html