Mr.doob
|
836f1b878f
* CanvasRenderer light per particle and lines
|
15 anni fa |
Mr.doob
|
bd2dc37e50
(alteredq fix)
|
15 anni fa |
Mr.doob
|
4da30fb353
* Blender 2.54 exporter: Added computeNormal and computeCentroids logic.
|
15 anni fa |
Mr.doob
|
b61e4a453f
* Added AUTHORS file
|
15 anni fa |
Mr.doob
|
cb76523b31
* Added Blender 2.54 exporter. (Crossing fingers so they don't change the scripting system again...)
|
15 anni fa |
Mr.doob
|
db7003e88a
* `CanvasRenderer` and `SVGRenderer` calculating light only when needed.
|
15 anni fa |
Mr.doob
|
647b4a57b8
* Added `PointLight`
|
15 anni fa |
mindlapse
|
a89865bda8
3d onclick, see examples/hci_clickcube.html
|
15 anni fa |
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 anni fa |
Julian Walker
|
930faff1ef
Matrix4.lookAt now initializes W row (omitted previously).
|
15 anni fa |
Julian Walker
|
286402351b
Spaces -> tabs in WebGLRenderer.js
|
15 anni fa |
Ben Nolan
|
0c6219b43f
* Made vector methods chainable
|
15 anni fa |
Mr.doob
|
5ce7a10bbb
- Added TODO
|
15 anni fa |
philogb
|
c88fa50a4c
Add Matrix4.rotationAxisAngleMatrix
|
15 anni fa |
philogb
|
c8aacd8cdc
Add Color methods to prototype object.
|
15 anni fa |
philogb
|
4074b8097f
Ignore .project extensions
|
15 anni fa |
Mr.doob
|
14b5a3ebb5
- README tweaks
|
15 anni fa |
Mr.doob
|
e68109fdb2
- Clean up
|
15 anni fa |
Nicolas Garcia Belmonte
|
10681d6684
* Bug Fix: Matrix4.makeInvert was calling a non existent scale method. Replaced with multiplyScalar.
|
15 anni fa |
Nicolas Garcia Belmonte
|
ad73c981ee
* Enable Scene light object management
|
15 anni fa |
Nicolas Garcia Belmonte
|
d342239c4a
Added light objects
|
15 anni fa |
Nicolas Garcia Belmonte
|
24005fc1e1
Added basic lighting shader code
|
15 anni fa |
Nicolas Garcia Belmonte
|
a53ad5a79a
Added normals to WebGLRenderer
|
15 anni fa |
Nicolas Garcia Belmonte
|
78561a35e6
Fixed the computeNormals method.
|
15 anni fa |
Nicolas Garcia Belmonte
|
20be01f159
Added transpose method to Matrix4
|
15 anni fa |
Nicolas Garcia Belmonte
|
a319fe3c7b
Added a clone of the geometry_cube example working with the WebGL renderer.
|
15 anni fa |
Nicolas Garcia Belmonte
|
636d108e4b
WebGLRenderer fixes:
|
15 anni fa |
Nicolas Garcia Belmonte
|
ab1d219eda
Added flatten method to Matrix4 to be used in the WebGLRenderer.
|
15 anni fa |
Nicolas Garcia Belmonte
|
d8c093c030
No files changed here.
|
15 anni fa |
Mr.doob
|
216b4eeee2
* Workaround for Opera bug (clearRect not working with context with negative scale)
|
15 anni fa |