¡@

Home 

javascript Programming Glossary: three.js

How to create directional light shadow in Three.JS?

http://stackoverflow.com/questions/10742149/how-to-create-directional-light-shadow-in-three-js

but if I use DirectionalLight it doesn't work. javascript three.js share improve this question Yes you most definitely can..

“Cross origin requests are only supported for HTTP.” error, but I'm loading a completely local file

http://stackoverflow.com/questions/10752055/cross-origin-requests-are-only-supported-for-http-error-but-im-loading-a-co

maybe require the HTTP protocol javascript http 3d three.js share improve this question My crystal ball says that you..

Converting World coordinates to Screen coordinates in Three.js using Projection

http://stackoverflow.com/questions/11586527/converting-world-coordinates-to-screen-coordinates-in-three-js-using-projection

opened on Github. Any help appreciated. javascript 3d three.js share improve this question Try with this var width 640..

JavaScript inheritance: Object.create vs new [duplicate]

http://stackoverflow.com/questions/13040684/javascript-inheritance-object-create-vs-new

the prototype. Why is this useful https github.com mrdoob three.js blob master src loaders ImageLoader.js Excerpt if you don't..

Three.js - Width of view

http://stackoverflow.com/questions/13350875/three-js-width-of-view

the mesh that is being rendered in the screen javascript three.js share improve this question You have to be precise here...

THREE.js Ray Intersect fails by adding div

http://stackoverflow.com/questions/13542175/three-js-ray-intersect-fails-by-adding-div

on how I can solve this. EDIT it is now THREE.Raycaster three.js r.56 javascript three.js share improve this question The.. EDIT it is now THREE.Raycaster three.js r.56 javascript three.js share improve this question The short answer is you have..

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

http://stackoverflow.com/questions/15558418/how-do-you-save-an-image-from-a-three-js-canvas

save out your canvas data to images javascript three.js share improve this question Since the toDataURL is a method.. performance implications. Read https github.com mrdoob three.js pull 421#issuecomment 1792008 This is only for webgl renderer..

Multiple transparent textures on the same mesh face in Three.js

http://stackoverflow.com/questions/16287547/multiple-transparent-textures-on-the-same-mesh-face-in-three-js

in eg. Photoshop as is the below image . javascript three.js webgl textures alphablending share improve this question ..

Transforming vertex normals in three.js

http://stackoverflow.com/questions/16469270/transforming-vertex-normals-in-three-js

vertex normals in three.js I'm having difficulties with vertex normals in THREE.js. For.. geometry before I calculate the vertex normals javascript three.js share improve this question three.js does not support reflections.. javascript three.js share improve this question three.js does not support reflections in the object matrix . By setting..

HTML5 Audio Visualizer?

http://stackoverflow.com/questions/3351147/html5-audio-visualizer

also stumbled upon a website which uses the audio API and three.js to create pretty nice looking visualizations http do.adive.in..

Using textures in THREE.js

http://stackoverflow.com/questions/7919516/using-textures-in-three-js

the image. What I am I doing wrong javascript 3d webgl three.js share improve this question By the time the image is loaded..

Three.js - how to detect what shape was selected? after drag

http://stackoverflow.com/questions/8292486/three-js-how-to-detect-what-shape-was-selected-after-drag

'center' info.innerHTML ' a href http github.com mrdoob three.js target _blank three.js a webgl draggable cubes' container.appendChild.. ' a href http github.com mrdoob three.js target _blank three.js a webgl draggable cubes' container.appendChild info stats.. renderer.render scene camera javascript 3d three.js share improve this question I found pretty simple solution...but..

How to rotate a Three.js Vector3 around an axis?

http://stackoverflow.com/questions/10747510/how-to-rotate-a-three-js-vector3-around-an-axis

to rotate a Three.js Vector3 around an axis How to rotate a Three.js Vector3 by.. rotate a Three.js Vector3 around an axis How to rotate a Three.js Vector3 by a certain angle around an axis javascript vector..

“Cross origin requests are only supported for HTTP.” error, but I'm loading a completely local file

http://stackoverflow.com/questions/10752055/cross-origin-requests-are-only-supported-for-http-error-but-im-loading-a-co

completely local file I'm trying to load a 3D model into Three.js with the JSONLoader and that 3D model is in the same directory..

Three.js Projector and Ray objects

http://stackoverflow.com/questions/11036106/three-js-projector-and-ray-objects

Projector and Ray objects I have been trying to work with the..

Adjusting camera for visible Three.js shape

http://stackoverflow.com/questions/11274358/adjusting-camera-for-visible-three-js-shape

camera for visible Three.js shape I have a CubeGeometry which the camera is looking at..

how to add Label to a THREE.Mesh?

http://stackoverflow.com/questions/11447821/how-to-add-label-to-a-three-mesh

hovering the mouse over the mesh. How we can do this in Three.js Can someone give a sample code javascript three.js share.. accepted Working code example at http stemkoski.github.com Three.js Mouse Tooltip.html There appear to be three major steps to this.. the mouse is pointed over. See http stemkoski.github.com Three.js Mouse Over.html 2 Render the text you want to display as an..

Converting World coordinates to Screen coordinates in Three.js using Projection

http://stackoverflow.com/questions/11586527/converting-world-coordinates-to-screen-coordinates-in-three-js-using-projection

World coordinates to Screen coordinates in Three.js using Projection There are several excellent stack questions.. excellent stack questions 1 2 about unprojecting in Three.js that is how to convert x y mouse coordinates in the browser.. coordinates in the browser to the x y z coordinates in Three.js canvas space. Mostly they follow this pattern var elem renderer.domElement..

Three.js - Width of view

http://stackoverflow.com/questions/13350875/three-js-width-of-view

Width of view Is there a way to find out the width of a rendered..

THREE.js Ray Intersect fails by adding div

http://stackoverflow.com/questions/13542175/three-js-ray-intersect-fails-by-adding-div

Ray Intersect fails by adding div My Three.js script runs fine when there is only one target div on the page..

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

http://stackoverflow.com/questions/15558418/how-do-you-save-an-image-from-a-three-js-canvas

do you save an image from a Three.js canvas How do you save an image from a Three.js canvas I'm.. 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 like..

Multiple transparent textures on the same mesh face in Three.js

http://stackoverflow.com/questions/16287547/multiple-transparent-textures-on-the-same-mesh-face-in-three-js

transparent textures on the same mesh face in Three.js Is it possible to lay multiple textures on top of each other.. multiple textures on top of each other on the same face in Three.js so that the alpha blending is done GPU accelerated in webGL..

Three.js - Custom Shapes?

http://stackoverflow.com/questions/8284233/three-js-custom-shapes

Custom Shapes I am new to the three.js...so far came to a point..

Three.js - how to detect what shape was selected? after drag

http://stackoverflow.com/questions/8292486/three-js-how-to-detect-what-shape-was-selected-after-drag

how to detect what shape was selected after drag I made a canvas..

Three.js detect webgl support and fallback to regular canvas

http://stackoverflow.com/questions/9899807/three-js-detect-webgl-support-and-fallback-to-regular-canvas

detect webgl support and fallback to regular canvas Can anyone.. window.location http get.webgl.org troubleshooting 2 Three.js already has a WebGL detector https github.com mrdoob three.js..

THREE.js Ray Intersect fails by adding div

http://stackoverflow.com/questions/13542175/three-js-ray-intersect-fails-by-adding-div

Ray Intersect fails by adding div My Three.js script runs fine..

How to get Orientation of Camera in THREE.js

http://stackoverflow.com/questions/14023764/how-to-get-orientation-of-camera-in-three-js

to get Orientation of Camera in THREE.js I am creating a 3d game using THREE.JS and the Web Audio API...

Transforming vertex normals in three.js

http://stackoverflow.com/questions/16469270/transforming-vertex-normals-in-three-js

three.js I'm having difficulties with vertex normals in THREE.js. For reference I'm using revision 58. For various reasons I'd..

Using textures in THREE.js

http://stackoverflow.com/questions/7919516/using-textures-in-three-js

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

how to Get CLICKED element in THREE.js

http://stackoverflow.com/questions/7984471/how-to-get-clicked-element-in-three-js

to Get CLICKED element in THREE.js I have many elements in the canvas using THREE.js they may.. in THREE.js I have many elements in the canvas using THREE.js they may be override with each others. so now when click on..

CHROME,JS: Cross-origin image load denied

http://stackoverflow.com/questions/8018118/chrome-js-cross-origin-image-load-denied

JS Cross origin image load denied I'm using THREE.js and add an material like this var materialWall new materialClass.. what should I do to solve this is this a bug of chrome or THREE.js or my code javascript google chrome cross domain three.js ..