Commit Graph
9 Commits
Author SHA1 Message Date
Mr.doob 06c7ec335f - Added Camera3D.autoUpdateMatrix
- Added Object3D.autoUpdateMatrix
2010-06-05 21:16:16 +01:00
Mr.doob a6e98d7e9a Removed Class.js dependency
Added THREE namespace
Camera.x -> Camera.position.x
Camera.target.x -> Camera.target.position.x
ColorMaterial -> ColorFillMaterial
FaceColorMaterial -> FaceColorFillMaterial
Materials are now multipass (use array)
Added ColorStrokeMaterial and FaceColorStrokeMaterial
geometry.faces.a are now indexes instead of links
2010-05-16 05:32:43 +01:00
Mr.doob e959ed50ef And again... 2010-05-12 10:17:44 -07:00
Mr.doob 106c77b9d0 Reverting 2010-05-01 15:36:37 +01:00
Paul BruntandMr.doob daf53d854d Now using projection matrix and particles are culled 2010-05-01 19:42:01 +08:00
Mr.doob d7c890eab8 Matrix4 clean up. Workaround for Android's browser touch event bug. 2010-04-24 22:54:23 +01:00
Mr.doob 4f22f423b5 Fixed incorrect rotation matrix calculation. Particles examples clean up. Added Cube and Plane primitives. Added Cube geometry example. 2010-04-24 21:25:21 +01:00
Mr.doob d169c81828 Better to use relative paths for the examples 2010-04-24 17:28:27 +01:00
Mr.doob 763d801756 Readme code improved. New example (particles/random) 2010-04-24 13:09:43 +01:00