Kahless
Kahless

Reputation: 1253

can Three.js's CSS3DRenderer render meshes?

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

Answers (1)

Related Questions