Reputation: 1253
I have been playing around with the CSS3DRenderer and was wondering if it's possible to render meshes. While browsing the available internet resources I came across a Stackoverflow question where cube geometry is explained(Creating a CubeGeometry equivilent using CSS3DRenderer). In this example "THREE.Object3D()" is accessed. Since Object3D is available is it possible to make a standard three.js 3d object?
Upvotes: 3
Views: 2046
Reputation: 19602
It could, but I think it would be too slow to be really usable...
Here are some tests that @WestLangley did last month:
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
Upvotes: 2