This website requires JavaScript.
Explore
Help
Sign In
home
/
three.js
Watch
2
Star
0
Fork
0
mirror of
https://github.com/wahyd4/three.js.git
synced
2026-08-15 07:56:00 +10:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b56600a54edc2217c45192443472af16d2c90ecf
three.js
/
src
T
History
Mikael Emtinger
b56600a54e
Added .castShadow to DirectionalLight and check this in the renderStencilShadow function in WebGLRenderer. castShadow is set to false by default. Updated examples.
2011-04-13 12:14:52 +02:00
..
cameras
Fixes in handling of camera updates. Added few methods to Quaternion API.
2011-04-11 16:33:17 +02:00
core
Added functions for getPosition(), getColumnX(), getColumnY() and getColumnZ() to easier access the different components of the matrix.
2011-04-12 22:02:30 +02:00
extras
Cleaned up comments for easier reading
2011-04-12 14:57:20 +02:00
lights
Added .castShadow to DirectionalLight and check this in the renderStencilShadow function in WebGLRenderer. castShadow is set to false by default. Updated examples.
2011-04-13 12:14:52 +02:00
materials
Added namespace to all the objects that missed it (geometries, uniforms, etc)
2011-04-09 12:38:39 +01:00
objects
Added FlyCamera (thanks to James Baicoianu). Added specular map to normal map shader. Added WebGL Earth FlyCamera demo.
2011-04-10 23:13:05 +02:00
renderers
Added .castShadow to DirectionalLight and check this in the renderStencilShadow function in WebGLRenderer. castShadow is set to false by default. Updated examples.
2011-04-13 12:14:52 +02:00
scenes
Fixed bug in FogExp2.
2011-03-10 16:04:58 +01:00
Three.js
Added namespace to all the objects that missed it (geometries, uniforms, etc)
2011-04-09 12:38:39 +01:00