Mr.doob
|
647b4a57b8
* Added `PointLight`
|
15 years ago |
mindlapse
|
a89865bda8
3d onclick, see examples/hci_clickcube.html
|
15 years ago |
Julian Walker
|
7c94809ed2
Using projection * view * obj matrix to transform vertices in Renderer instead of transforming twice (once by view * obj and once by projection).
|
15 years ago |
Julian Walker
|
930faff1ef
Matrix4.lookAt now initializes W row (omitted previously).
|
15 years ago |
Julian Walker
|
286402351b
Spaces -> tabs in WebGLRenderer.js
|
15 years ago |
Ben Nolan
|
0c6219b43f
* Made vector methods chainable
|
15 years ago |
Mr.doob
|
5ce7a10bbb
- Added TODO
|
15 years ago |
philogb
|
c88fa50a4c
Add Matrix4.rotationAxisAngleMatrix
|
15 years ago |
philogb
|
c8aacd8cdc
Add Color methods to prototype object.
|
15 years ago |
philogb
|
4074b8097f
Ignore .project extensions
|
15 years ago |
Mr.doob
|
14b5a3ebb5
- README tweaks
|
15 years ago |
Mr.doob
|
e68109fdb2
- Clean up
|
15 years ago |
Nicolas Garcia Belmonte
|
10681d6684
* Bug Fix: Matrix4.makeInvert was calling a non existent scale method. Replaced with multiplyScalar.
|
15 years ago |
Nicolas Garcia Belmonte
|
ad73c981ee
* Enable Scene light object management
|
15 years ago |
Nicolas Garcia Belmonte
|
d342239c4a
Added light objects
|
15 years ago |
Nicolas Garcia Belmonte
|
24005fc1e1
Added basic lighting shader code
|
15 years ago |
Nicolas Garcia Belmonte
|
a53ad5a79a
Added normals to WebGLRenderer
|
15 years ago |
Nicolas Garcia Belmonte
|
78561a35e6
Fixed the computeNormals method.
|
15 years ago |
Nicolas Garcia Belmonte
|
20be01f159
Added transpose method to Matrix4
|
15 years ago |
Nicolas Garcia Belmonte
|
a319fe3c7b
Added a clone of the geometry_cube example working with the WebGL renderer.
|
15 years ago |
Nicolas Garcia Belmonte
|
636d108e4b
WebGLRenderer fixes:
|
15 years ago |
Nicolas Garcia Belmonte
|
ab1d219eda
Added flatten method to Matrix4 to be used in the WebGLRenderer.
|
15 years ago |
Nicolas Garcia Belmonte
|
d8c093c030
No files changed here.
|
15 years ago |
Mr.doob
|
216b4eeee2
* Workaround for Opera bug (clearRect not working with context with negative scale)
|
15 years ago |
Mr.doob
|
010f5829e6
- Added `Matrix4.multiplyScalar`, `Matrix4.determinant` and `Matrix4.makeInvert`
|
15 years ago |
Mr.doob
|
680000c289
- Forgot the stats.js > Stats.js change in some examples...
|
15 years ago |
Mr.doob
|
9c796ce6ae
- Of course, all examples had to point to the renamed file...
|
15 years ago |
Mr.doob
|
8b18eafc78
- Added "Or so they say..." demo to featured projects.
|
15 years ago |
Mr.doob
|
ada5ff2536
- Show ParticleBitmapMaterial center when using three_debug.js
|
15 years ago |
Mr.doob
|
5fe1f2a6d1
- ParticleBitmapMaterial.offset clearRect fixed
|
15 years ago |