Mr.doob
|
bd2d39ac6b
|
Fixed broken examples.
Updated build script.
|
2011-03-24 21:04:34 +00:00 |
|
Mr.doob
|
60ac9f8c2c
|
Suzanne is the new Cube.
|
2011-03-23 06:36:10 +00:00 |
|
alteredq
|
04a7ac496c
|
Added SceneUtils.traverseHierarchy and SceneUtils.showHierarchy.
Also cleaned up examples from individual includes, only sandboxes and ubiquity now include individual files.
|
2011-03-17 00:22:20 +01:00 |
|
alteredq
|
1c466f26e7
|
Moved QuakeCamera and PathCamera into extras/cameras.
|
2011-03-15 16:49:52 +01:00 |
|
alteredq
|
13ccc02a8a
|
Refactored shader and uniform snippets out of WebGLRenderer into WebGLShaders.
|
2011-03-09 21:44:11 +01:00 |
|
Mr.doob
|
c89b4008f3
|
Added translate( distance, axis ), translateX( distance ), translateY( distance ) and translateZ( distance ) methods to Object3D.
Camera3D translate method overrides Object3D's one. NoFly parameter removed (this should be handled from outside I think).
|
2011-03-06 09:16:03 +00:00 |
|
Mr.doob
|
1a115ae86f
|
Object3D::matrixNeedsUpdate ⟶ Object3D::matrixWorldNeedsUpdate
Object3D::lookAt works! (and Vector3.setRotationFromMatrix too!)
Next: Object3D::translate...
|
2011-03-05 20:46:25 +00:00 |
|
Mr.doob
|
e438549c87
|
Updated builds.
Added RequestAnimationFrame system to the new examples.
|
2011-02-27 06:39:15 +00:00 |
|
alteredq
|
e4f759c225
|
Optimized Matrix4.transpose and fixed performance test.
|
2011-02-27 07:00:44 +01:00 |
|
Mr.doob
|
7480fb69cd
|
Updated README examples.
Sound3D ⟶ Sound
|
2011-02-26 14:21:15 +00:00 |
|
Mr.doob
|
c7aa2ab3d1
|
Object3D::localMatrix ⟶ Object3D::matrix
Object3D::globalMatrix ⟶ Object3D::matrixWorld
Added hierarchy examples.
|
2011-02-26 10:31:18 +00:00 |
|