mirror of
https://github.com/wahyd4/three.js.git
synced 2026-08-11 14:06:02 +10:00
- removed unnecessary normal matrix computation in hierarchies (this is already done in renderer) - removed unnecessary enabling of attribute arrays in every frame (it's enough to do it when shader program is created) - depth test is now only set if it changed