Top "Three.js" questions

Three.

Three.js Full Screen Issue

I've read through the Three.js API, read through the questions here on StackOverflow, I've debugged the code using firebug …

javascript html fullscreen html5-canvas three.js
Why do shaders have to be in html file for webgl program?

I have seen the following question where someone asked how to remove shaders from html: WebGL - is there an …

javascript three.js glsl webgl
Three.JS rotate projection so that the y axis becomes the z-axis

Traditionally, in 3D projections, the Y-axis is the axis that represents "up and down". I learned to think of it, …

3d three.js projection-matrix
How to load a gltf model to Three.js?

I decided to try out gltf format for rendering models in Three.js and I'm using this converter (http://cesiumjs.…

three.js gltf
Threejs Texture

When I execute my render of some geometry I can see in my console this warning: THREE.WebGLRenderer: Texture is …

javascript three.js
Change color of mesh using mouseover in three js

I've put together a WebGL script that displays several meshes using jsonloader and three.js and I now want to …

javascript three.js raycasting
Setting up a 2D view in Three.js

I'm new to three.js and am trying to set up what amounts to a 2D visualization (for an assortment …

javascript graphics three.js 2d perspectivecamera
Three.js browser compatibility

I was reading the Three.js wikipedia page and it states "Three.js runs in all browsers supported by WebGL." …

three.js
THREE.JS: Get object size with respect to camera and object position on screen

I am newbie to 3D programming, I did started to explore the 3D world from WebGL with Three.JS. I …

three.js
Three.js - Width of view

Is there a way to find out the width of a rendered portion of the scene? For example, if we …

javascript three.js