Top "Three.js" questions

Three.

"Cross origin requests are only supported for HTTP." error when loading a local file

I'm trying to load a 3D model into Three.js with JSONLoader, and that 3D model is in the same …

javascript file http three.js cors
Changing three.js background to transparent or other color

I've been trying to change what seems to be the default background color of my canvas from black to transparent / …

css html canvas html5-canvas three.js
Rotate camera in Three.js with mouse

I have quite a few objects in my scene so rotating all of them could be a pain. So what …

javascript 3d three.js
How to rotate a 3D object on axis three.js?

I have a great problem about the rotation in three.js I want to rotate my 3D cube in one …

javascript coffeescript three.js
ThreeJS: Remove object from scene

I'm using ThreeJS to develop a web application that displays a list of entities, each with corresponding "View" and "Hide" …

javascript three.js
Using textures in THREE.js

I am starting with THREE.js, and I am trying to draw a rectangle with a texture on it, lit …

javascript three.js
How can I rotate a mesh by 90 degrees in ThreeJS?

I have a mesh that I want to rotate by 90 degrees inside Three JS. Here is the image of the …

javascript matrix 3d rotation three.js
Moving the camera, lookAt and rotations in three.js

I'm having trouble understanding lookAt and the rotations of the camera. I have a circle of small spheres around [0,0,0] on …

three.js
Transparent background with three.js

The code work, but I'm having a problem setting transparent background to the canvas with three.js. I use: Background.…

javascript three.js transparent alpha
How to stop a requestAnimationFrame recursion/loop?

I'm using Three.js with the WebGL renderer to make a game which fullscreens when a play link is clicked. …

javascript html fullscreen webgl three.js