Top "Three.js" questions

Three.

Cross-origin image load denied with three.js in chrome

Trying to add material in THREE.js like this var materialWall = new materialClass( { color: 0xffffff, map: THREE.ImageUtils.loadTexture( 'images/…

javascript google-chrome cross-domain three.js
Three.js and loading a cross-domain image

I know this has been asked before, and I've read ever question and answer I've been able to find, but …

javascript three.js cross-domain
THREE.js generate UV coordinate

I am working on importing a model into a scene using the THREE.js OBJ loader. I know that I …

javascript three.js geometry texture-mapping uv-mapping
Three.JS wireframe material - all polygons vs. just edges

I'm using ThreeJS in a project and noticed that older versions render wireframes differently than newer versions, and I can't …

javascript three.js
How do you save an image from a Three.js canvas?

How do you save an image from a Three.js canvas? I'm attempting to use Canvas2Image but it doesn't …

javascript three.js
Antialiasing not working in Three.js

I am new to three.js and have starting working with it a lot recently. I really enjoy it and …

javascript three.js webgl render antialiasing
Preferred 3d model format of THREE.JS

What is the preferred 3d model format of THREE.JS which is widely used by 3d modelling softwares (can export …

3d file-format three.js
threejs how to rotate around object's own center,instead of world center

two objects in the scene. the cube rotate axis should be the cube's center,that's my expect. but the shoe …

rotation three.js
How to change face color in Three.js

I am attempting to change the color on a single face of a mesh. This is in a WebGL context. …

javascript three.js
Three.js cube with different texture on each face

I'm trying to create a three.js cube with different textures on each face. Basically a dice. This is in …

javascript three.js