Top "Three.js" questions

Three.

Converting 3D position to 2d screen position [r69!]

I need Three.js code to convert 3D object coordinates to 2d ones in a 'div' element so that I …

3d three.js 2d coordinates
How do I render three.js in node.js?

How do I render three.js code in node.js? I'd like to export from blender, then open the export …

javascript node.js coffeescript three.js
Three.js - Rotating a sphere around a certain axis

I have a problem. In Three.js, I want to rotate a sphere (Earth) around axis tilted by 23.5 degs. I …

javascript vector rotation three.js axis
How to change width of CubeGeometry with Three.js?

I have a cube geometry and a mesh, and i don't know how to change the width (or height... i …

animation three.js mesh
three.js outer glow for sphere object?

I'm building some sort of planetary system in three.js and I spent couple of hours looking for a decent …

javascript 3d three.js webgl
Three.js: Get the Direction in which the Camera is Looking

I'm creating game in using html5 and THREE.js, and I have a camera that rotates with the euler order …

javascript html vector three.js
Three.js Update Texture image

I'm using three.js to create a minecraft texture editor, similar to this. I'm just trying to get the basic …

javascript three.js textures
How to get the width/height/length of a mesh in THREE.js

I been researching various places about trying to get the width and height of a mesh but I have been …

javascript three.js mesh collada
Display wireframe and solid color

Is it possible to display the wireframe of the object and also the solid color of its faces on the …

three.js mesh
Three.js - sphere that glows

I have a problem. I want to make a sphere which works like a source of light (sun). I found …

javascript three.js geometry light