Skip to content

Tags: dominics/three.js

Tags

r34

Toggle r34's commit message
Copy/Paste fail.

It's now r34 btw.

r33

Toggle r33's commit message
Updated README.

r32

Toggle r32's commit message
Pushed revision to 32.

Updated README.

r31

Toggle r31's commit message
Updated README includes.

Pushed revision number to 31.

r30

Toggle r30's commit message
Updated README

r29

Toggle r29's commit message
Updated README.

Pushed REVISION to 29.

r28

Toggle r28's commit message
* Minor tweaks on Rectangle.js

r25

Toggle r25's commit message
* Code clean up (yuicompressor doesn't throw a single warning :D) and…

… some reformating

* Minor fixes (Geometry normal calculation)
* Isolated Matrix3 code into `Matrix3.js`
* README and TODO updated

r18

Toggle r18's commit message
* Added `PointLight`

* `CanvasRenderer` and `SVGRenderer` basic lighting support (`*ColorStroke`/`*ColorFill` only)
* `Renderer` > `Projector`. `CanvasRenderer`, `SVGRenderer` and `DOMRenderer` do not extend anymore
* Interactivity base code (hdi folder). To be refactored... ([mindlapse](http://github.com/mindlapse))
* Added `computeCentroids` method to `Geometry`
* Included `Stats.js` directly in the `/examples` folder to avoid the need of internet for playing around

r17

Toggle r17's commit message
- Added TODO

- Minor tweaks