- 27 Jan, 2012 1 commit
-
-
alteredq authored
This should make it work with cameras having parents other than scene root.
-
- 25 Jan, 2012 1 commit
-
-
Mr.doob authored
-
- 23 Jan, 2012 1 commit
-
-
Mr.doob authored
-
- 22 Jan, 2012 1 commit
-
-
Mr.doob authored
Added a silly check on Object3D.add(). It's a quick check and it avoids enless recursivity making the browser silently hang.
-
- 21 Jan, 2012 2 commits
- 20 Jan, 2012 4 commits
- 19 Jan, 2012 1 commit
-
-
alteredq authored
-
- 17 Jan, 2012 1 commit
-
-
Mr.doob authored
-
- 15 Jan, 2012 1 commit
-
-
Mr.doob authored
-
- 14 Jan, 2012 1 commit
-
-
Mr.doob authored
-
- 12 Jan, 2012 2 commits
- 11 Jan, 2012 1 commit
-
-
Mr.doob authored
-
- 04 Jan, 2012 3 commits
- 03 Jan, 2012 2 commits
- 01 Jan, 2012 3 commits
- 27 Dec, 2011 1 commit
-
-
alteredq authored
-
- 26 Dec, 2011 1 commit
-
-
alteredq authored
Updated Closure compiler. Added more verbose compile warnings. Fixed all compile warnings. Started to fix runtime warnings in examples. For verbose compile warnings to be practical I had to add externs and disable some warnings manually (there were tons of complains about "global this" and "cannot instantiate non-constructor"). Other solution would be to annotate explicitly constructors all over the code base. (prompted by John Carmack's praise of static code analysis http://altdevblogaday.com/2011/12/24/static-code-analysis/)
-
- 02 Dec, 2011 1 commit
-
-
alteredq authored
-
- 01 Dec, 2011 1 commit
-
-
Mr.doob authored
As per Giles recommendation here http://learningwebgl.com/blog/?p=4379
-
- 29 Nov, 2011 2 commits
- 24 Nov, 2011 4 commits
-
-
Mr.doob authored
Implemented again @ekitson's improvement to GeometyUrils.center. Increased light intensity in loader_json_blender example.
-
Mr.doob authored
-
alteredq authored
Turns out it may be useful after all, seems some GPUs may have troubles dealing with texture coordinates outside of <0,1> (need to be tested if normalization helps there).
-
Mr.doob authored
-
- 21 Nov, 2011 4 commits
- 20 Nov, 2011 1 commit
-
-
alteredq authored
This should allow attaching of lights to objects. As a side effect, directional lights positions don't need to be normalized explicitly anymore. Also changed viewport dimensions passed to render plugins to work with render targets with different dimensions than the screen framebuffer. And fixed new dependencies in build script.
-