Top "Three.js" questions

Three.

three.js: Access Scene Objects by Name or ID

I'm generating objects from an array which I've defined like this (It's not limited to these three): var links = [['Linkedin',…

javascript three.js
Mouse / Canvas X, Y to Three.js World X, Y, Z

I've searched around for an example that matches my use case but cannot find one. I'm trying to convert screen …

three.js point projection mouse-coordinates
Three.js Resizing Canvas

I have been working on a 3D project where we show 3D object in the web browser using Three.js …

javascript three.js
Learning WebGL and three.js

I'm new and starting to learn about 3D computer graphics in web browsers. I'm interested in making 3D games in …

webgl three.js
three.js - mesh group example? (THREE.Object3D() advanced)

I'm attempting to understand how to group / link child meshes to a parent. I want to be able to: drag …

object parent-child mesh three.js
Any way to get a bounding box from a three.js Object3D?

I'm loading an OBJ file using Three.js and OBJLoader.js. This returns a Three.Object3D object, which has …

three.js
Convert 2:1 equirectangular panorama to cube map

I'm currently working on a simple 3D panorama viewer for a website. For mobile performance reasons I'm using the three.…

javascript math three.js
Detect clicked object in THREE.js

I have a THREE.js scene where a lot of elements appear, and I need to detect what object the …

javascript three.js
Three.js - Change Material on Runtime

I have some .js files exported from Blender and load them with THREE.JSONLoader(); my callback: var callback = function( geometry ) { …

javascript 3d webgl three.js
Three.js png texture - alpha renders as white instead as transparent

I'm creating a cube and I apply 6 different textures to each of it's faces. Each texture is a .png file …

three.js webgl