142 Commits
Author SHA1 Message Date
Mr.doob dad4b7efa6 Missed important fix on r39 log. 2011-04-10 08:58:15 +01:00
Mr.doob aa3b1e0666 Updated README example. 2011-04-09 12:57:42 +01:00
Mr.doob 6a857400bc REVISION ++ 2011-04-09 12:53:17 +01:00
Mr.doob 76e7ea3461 Added namespace to all the objects that missed it (geometries, uniforms, etc)
WebGLRenderer antialias is off by default (considering Firefox doesn't support it...)
Formatting clean up here and there
2011-04-09 12:38:39 +01:00
Mr.doob d34fe4e9b9 Removed some broken featured projects. 2011-04-08 07:05:06 +01:00
Mr.doob 29da25e746 WebGLRenderer: Added internal cache for compiled shaders. Already compiled shaders get reused. 2011-04-01 07:38:22 +01:00
Mr.doob 816d19a8d6 REVISION ++ 2011-03-31 22:29:53 +01:00
Mr.doob d8478abfd0 Made example code easier to understand. 2011-03-22 19:17:33 +00:00
Mr.doob 084ab383cd Changed README example code. 2011-03-22 19:06:45 +00:00
Mr.doob ae80b2b894 REVISION ++
Updated builds and README.
2011-03-22 18:58:06 +00:00
Mr.doob 45630f9370 Added link to contributors on README. 2011-03-19 19:44:31 +00:00
Mr.doob 86ee064d6c Updated README. 2011-03-15 12:40:01 +00:00
Mr.doob 1f9d0d57ed Changed API Reference link in README. 2011-03-14 20:59:07 +00:00
Mr.doob a217bed826 Updated README. 2011-03-14 20:37:56 +00:00
Mr.doob 482fe243a4 Removed Matrix4.multiplyVector3OnlyZ as it's not being used... ? 2011-03-06 11:05:30 +00:00
Mr.doob 952631c923 REVISION++
Added some examples to README.
2011-03-06 09:41:15 +00:00
Mr.doob 42bbe96729 Copy/Paste fail.
It's now r34 btw.
2011-03-02 06:02:19 +00:00
Mr.doob 568beba848 Fixed LOD example.
Commented Camera frustrum code. It's not being used, right?
2011-03-02 05:58:54 +00:00
Mr.doob 30161dab04 Updated README. 2011-03-01 11:47:28 +00:00
Mr.doob 1cb0a964f3 (More) Tweaks to README 2011-02-28 06:02:38 +00:00
Mr.doob 00680555f2 (More) Tweaks to README 2011-02-28 06:01:37 +00:00
Mr.doob d43f3ff96b Tweaks to README. 2011-02-28 06:00:45 +00:00
Mr.doob 023d8e946b More tweaks to README 2011-02-28 05:59:47 +00:00
Mr.doob 5940ff805a Markup fail. 2011-02-28 05:56:32 +00:00
Mr.doob 4c78da6f31 Added link to (WIP) API Reference. 2011-02-28 05:53:46 +00:00
Mr.doob f5e819fe14 Removed all the toString methods (saving 6kbytes)
I don't remember when was the last time I used them. Current Web Developer Tools do this already for you.

Color::updateRGBA ⟶ Color::updateRGB
2011-02-28 05:13:04 +00:00
Mr.doob 339384f209 Tweaked RequestAnimationFrame.js and Detector.js. 2011-02-27 05:05:41 +00:00
Mr.doob ddc078a3bf README: Added RequestAnimationFrame.js tip 2011-02-27 03:14:10 +00:00
Mr.doob 7480fb69cd Updated README examples.
Sound3D ⟶ Sound
2011-02-26 14:21:15 +00:00
Mr.doob f9cd3e46bc =_= 2011-01-23 20:20:37 +00:00
Mr.doob faf474dee6 I'm starting to hate Markdown... 2011-01-23 20:19:05 +00:00
Mr.doob a99f3742fc Some titles got broken. 2011-01-23 20:17:08 +00:00
Mr.doob 57382f7f04 Simplified README.
Updated TODO.
2011-01-23 20:15:09 +00:00
Mr.doob 50dc834a0a Updated years in LICENSE.
Removed Flattr button from README.
2011-01-23 17:53:40 +00:00
Mr.doob c186b37be3 Pushed revision to 32.
Updated README.
2010-12-31 17:59:11 +00:00
Mr.doob 42fa72eca7 Updated README with new WebGL demos. 2010-12-27 20:06:23 +00:00
Mr.doob 2dcbde4d69 Added webgl terrain example. 2010-12-07 09:13:32 +00:00
Mr.doob 12ce3e945b Added minecraft demo. 2010-12-06 12:21:34 +00:00
Mr.doob a9e185aa70 Updated README includes.
Pushed revision number to 31.
2010-12-06 10:32:38 +00:00
Mr.doob 49a78ba6a6 README: Moved canvas example to the right group. 2010-12-06 07:33:47 +00:00
Mr.doob ab5e01c557 These categories aren't needed... 2010-12-06 07:29:45 +00:00
Mr.doob 24c679878f Fixed Fresnel shader image link and link. 2010-12-06 07:26:51 +00:00
Mr.doob 78814e8a96 Updated README examples. Hopefuly links still work. 2010-12-06 07:23:08 +00:00
Mr.doob ed5a9b91a5 Synced materials examples with live version.
Added irc channel info in README.
2010-12-02 19:14:01 +00:00
Mr.doob b96de35ca0 Updated README 2010-11-30 16:41:59 +00:00
Mr.doob d1d60ef4da Updated README 2010-11-30 16:40:40 +00:00
Mr.doob 011b123a6e ReflectionMapReflectionMapping
`RefractionMap` ⟶ `RefractionMapping`
2010-11-28 09:47:37 +00:00
Mr.doob bddcebce95 Few changes to README 2010-11-28 07:06:16 +00:00
pyrotechnick 705aa9bf16 adding particles_sprites example to README 2010-11-25 23:28:57 -08:00
pyrotechnick 716f3c48c2 adding materials_cars example to README 2010-11-25 00:41:10 -08:00