Mr.doob
5697084e64
Moved RequestAnimationFrame.js code right into src/Three.js.
2011-11-29 03:29:13 +01:00
alteredq
4be5880b0f
Made SpritePlugin and LensFlare plugins default.
...
Also some refactoring in plugins.
Still not really satisfied with a solution, will need to handle somehow ordering of plugins (both among them and with respect to rest of rendering, this would be needed for example to be able to redo shadow maps as a plugin).
2011-11-18 17:19:10 +01:00
alteredq
1dcf5fc79b
Moved sprite handling into plugin.
...
Work in progress. Still just experimenting. Probably will make some auto-adding of plugins.
2011-11-18 05:08:40 +01:00
alteredq
412c545c47
Updated the rest of examples.
...
All should now work with new cameras.
2011-10-05 05:05:13 +02:00
Mr.doob
bbb65a768c
Updated HTML of the rest of the examples.
2011-09-20 19:27:01 -07:00
Mr.doob
19d8261174
More examples clean up.
2011-09-20 18:31:13 -07:00
alteredq
d2a3122be1
Fixed Sprites to use "object.visible"
2011-09-20 22:18:47 +02:00
alteredq
d4b2e4a8e0
Added color parameter to Sprite.
...
Also removed unused material Sprite parameter.
2011-09-17 00:36:44 +02:00
Mr.doob
a940f05427
Updated examples with the new .add/.remove methods.
2011-09-05 23:16:56 +02:00
Mr.doob
78fb8ac6f8
Applied @alteredq's sprite removal bugfix.
2011-07-02 12:37:45 +02:00
Mr.doob
7361be39df
WebGLRenderer: Sprites can now be removed from the Scene (thx jetienne)
...
Some white space clean up.
2011-04-11 09:53:32 +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
e4a7eade88
Minor clean up on Sprites example.
2011-04-09 08:42:57 +01:00
Mr.doob
b2d39cf832
WebGLRenderer now logs some GL information (I think it may be handy).
...
Stencil and Sprite examples now using RequestAnimationFrame.
2011-04-08 10:16:10 +01:00
Mikael Emtinger
36bc61e5e9
Fixed several small sprite bugs and updated example.
2011-04-08 10:37:31 +02:00
alteredq
f7d97caf1d
Merged with empaempa's branch.
2011-04-07 21:29:21 +02:00
Mikael Emtinger
50b6745ad6
Added sorting to sprites and updated example.
...
Removed pink square method from lens flares in opengl (no partial screen occlusion)
2011-04-07 18:03:22 +02:00
Mikael Emtinger
08127af611
Fixed blending bug with sprites. Added example.
2011-04-07 17:10:54 +02:00