Top "Three.js" questions

Three.

How to convert object to json file for three.js model loader

I am building a browser game with three.js and I want to load a model from Maya 2013 into my …

python json three.js maya
How to clone an object3d in Three.js?

I want to clone a model loaded with loader, I found this issue on github,but the solution doesn't work. …

webgl three.js
using three.js JSONLoader

Just can't see models imported into three.js scene. The geometry looks fine but the model isn't displaying no matter …

json import three.js loader
How to get the global/world position of a child object?

How do I get the global position of an Object3D inside another Object3D? setup: var parent = new THREE.…

javascript three.js
Converting World coordinates to Screen coordinates in Three.js using Projection

There are several excellent stack questions (1, 2) about unprojecting in Three.js, that is how to convert (x,y) mouse coordinates …

javascript 3d three.js
How to merge two geometries or meshes using three.js r71?

Here I bumped to the problem since I need to merge two geometries (or meshes) to one. Using the earlier …

javascript merge three.js
Thickness of lines using THREE.LineBasicMaterial

I am using the code below to create hundreds of lines in my three.js scene edgeGeometry[i] = new THREE.…

javascript webgl three.js
three.js how to make double sided object

Blender export obj don't export double sided objects. How can I render objects in double sided mode. I tried this …

three.js webgl
How to rotate a Three.js Vector3 around an axis?

How to rotate a Three.js Vector3 by a certain angle around an axis?

javascript vector rotation three.js
Threejs: assign different colors to each vertex in a geometry

I want to do picking via IdMapping in Three.js Because of performance issues I only have one huge geometry, …

javascript webgl three.js picking