Mr.doob
06c7ec335f
- Added Camera3D.autoUpdateMatrix
...
- Added Object3D.autoUpdateMatrix
2010-06-05 21:16:16 +01:00
Mr.doob
e98397cb5a
+ Added Line Object
...
+ Workaround for WebKit not supporting rgba() in SVG yet
+ Aesthetic changes on the readme file
2010-06-05 20:07:04 +01:00
Mr.doob
493d6769d9
CanvasRenderer: Initialise ClearRect
...
CanvasRenderer: Min of ClearRect with ClipRect
2010-05-17 12:02:52 +01:00
Mr.doob
530f87070f
2d clipping on CanvasRenderer and SVGRenderer
...
clearRect optimisations on CanvasRenderer
2010-05-17 11:36:27 +01:00
Mr.doob
3b334a3f40
VectorX.set()
2010-05-16 17:30:46 +01:00
Mr.doob
47ba30790a
Vector3.multiply -> multiplyScalar
...
Vector3.cross -> crossSelf
added Vector3.multiplySelf and others (kile)
2010-05-16 17:26:54 +01:00
Mr.doob
2a334e0862
Credit where credit is due.
2010-05-16 16:38:54 +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
106c77b9d0
Reverting
2010-05-01 15:36:37 +01:00
Paul Brunt and Mr.doob
91023d3f8a
webgl finally rendering
2010-05-01 21:45:32 +08:00
Paul Brunt and Mr.doob
aac043805c
first attempt at webGL renderer - not working yet
2010-05-01 19:42:16 +08:00
Paul Brunt and Mr.doob
1186a312f3
correct minor error in particle sizes
2010-05-01 19:42:10 +08:00
Paul Brunt and Mr.doob
daf53d854d
Now using projection matrix and particles are culled
2010-05-01 19:42:01 +08:00
Mr.doob
8d80942e27
SVGRenderer Particle support. CanvasRenderer context.setTransform(). Minor tweaks
2010-04-26 02:48:16 +01: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
271ad498c6
Better handling of Color
2010-04-24 17:18:02 +01:00
Mr.doob
a90c4e107f
First public version. Still a lot to do
2010-04-24 04:01:19 +01:00