Mr.doob
5ce7a10bbb
- Added TODO
...
- Minor tweaks
2010-09-21 06:59:06 +01:00
Nicolas Garcia Belmonte and Mr.doob
78561a35e6
Fixed the computeNormals method.
2010-09-09 18:47:38 +08:00
Mr.doob
8f543db16d
* Refactored CanvasRenderer (more duplicated code, but easier to handle)
...
* `Face4` now supports `MeshBitmapUVMappingMaterial`
* Changed order of `*StrokeMaterial` parameters. Now it's `color`, `opacity`, `lineWidth`.
* `BitmapUVMappingMaterial` > `MeshBitmapUVMappingMaterial`
* `ColorFillMaterial` > `MeshColorFillMaterial`
* `ColorStrokeMaterial` > `MeshColorStrokeMaterial`
* `FaceColorFillMaterial` > `MeshFaceColorFillMaterial`
* `FaceColorStrokeMaterial` > `MeshFaceColorStrokeMaterial`
* `ColorStrokeMaterial` > `LineColorMaterial`
* `Rectangle.instersects` returned false with rectangles with 0px witdh or height
2010-07-17 00:25:50 +01:00
Mr.doob
4d0fdbb1c6
- Scene.add > Scene.addObject
...
- Enabled Scene.removeObject
- Removed computeNormals() from Geometry
2010-07-03 17:49:24 +01:00
Mr.doob
9a04c244f3
- Fixed mistake on the README example
2010-06-23 07:53:52 +01:00
Mr.doob
0aac038d58
- JSLinted
2010-06-19 18:13:00 +01:00
Mr.doob
90f54e2507
- CanvasRenderer expands screen space points (workaround for antialias gaps).
...
- CanvasRenderer supports TextureUVMappingMaterial.
- Moved UVs to Geometry.
- Minor clean up
2010-06-07 03:36:10 +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
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
a90c4e107f
First public version. Still a lot to do
2010-04-24 04:01:19 +01:00