Top "Three.js" questions

Three.

Drawing UI elements directly to the WebGL area with Three.js

In Three.js, is it possible to draw directly to the WebGL area (for a heads-up display or UI elements, …

user-interface webgl three.js hud
Three.js - bind two shapes together as one?

I'm new to the three.js world... My question is: Can I bind two different shapes together as one shape? …

javascript 3d three.js
Three.js: Show world coordinate axes in corner of scene

This is probably a very basic problem, but I haven't found a solution yet and it's been bugging me. I'd …

three.js coordinate-systems rotational-matrices matrix-inverse
How to write right repeat texture with three.js

I search to repeat texture on the model. On all examples or questions I found only this like as: var …

three.js textures repeat texture-wrapping
What is the preferred method for loading STL files in Three.js

I'm writing an application that is designed to be used as part of a mechanical design and simulation workflow, and …

javascript three.js loader stl-format
Import model from 3dStudioMax into THREE.js

I know that THREE.js has importers from various 3d graphics formats. Is there an importer suitable to display a …

3d three.js 3dsmax
How do I put limits on OrbitControl?

Is there a way to put limits on the OrbitControls.js? Imagine I'm creating something above the ground, I wouldn't …

three.js controls
Three.js / WebGL - transparent planes hiding other planes behind them

When you have two planes in Three.js / WebGL and one or both of them are transparent, sometimes the plane …

javascript three.js webgl depth zbuffer
Three.js: How can I make a 2D SnapShot of a Scene as a JPG Image?

I have a three.js scene like the following: var scene = new THREE.Scene(); var camera = new THREE.PerspectiveCamera(75, window.…

javascript html three.js webgl
three js vertices does not update

I'm using three.js r67, and vertices does not seem to be updated. I set geometry.dynamic = true, geometry.verticesNeedUpdate = …

dynamic three.js geometry vertices