mirror of
https://github.com/wahyd4/three.js.git
synced 2026-08-23 20:05:56 +10:00
- 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.