alteredq
9e39966076
Added ability to disable render passes to EffectComposer. Added simple blend shader to ShaderExtras.
2011-09-25 18:54:30 +02:00
alteredq
78521fad95
Added renderer.getClearAlpha. Extended RenderPass to be able to use custom alpha clear. Fixed UVs in UTF8Loader.
2011-09-09 19:57:13 +02:00
alteredq
245dbfcc2a
Changed renderer.getClearColor API to return reference.
2011-09-07 23:25:06 +02:00
alteredq
0959969fc3
Added skin rendering example plus some postprocessing fixes to make it work.
2011-09-07 16:39:20 +02:00
alteredq
0bd23ca973
Added scene override material to RenderPass. Added mipmapped depth-of-field shader.
2011-09-02 13:40:31 +02:00
alteredq
20fae814e7
Refactored postprocessing to use double buffering.
...
Cause everywhere there are warnings about not writing to the same texture which is also being read. Curiously enough this didn't make problems so far (save for mysterious lines when doing "heat" effect in ro.me).
2011-09-01 00:19:31 +02:00
alteredq
ff09a492bb
Refactored postprocessing out of examples into own set of classes.
...
Not sure yet about names and location of files.
2011-08-29 23:35:36 +02:00