Files
three.js/examples
alteredq 7e6ba581de Removed some bottlenecks in shader building / sharing.
- for shader reuse materials from the standard library are now identified just by shader name (MeshShaderMaterials still use full code)
- unique shader id strings are constructed via array.join instead of string plus
- uniform and attribute locations are now cached in buildProgram (biggest one)

Also some smaller optimizations and cleanups in DOF example.
2011-04-03 04:19:00 +02:00
..
2011-03-31 09:12:57 +02:00
2011-04-02 09:02:35 +02:00
2011-03-16 04:50:35 +00:00
2011-03-31 22:29:53 +01:00
2011-02-23 12:35:31 +00:00
2011-03-24 21:04:34 +00:00
2011-02-23 12:35:31 +00:00
2011-03-29 20:50:45 +02:00
2011-03-31 22:29:53 +01:00