mirror of
https://github.com/wahyd4/three.js.git
synced 2026-08-15 07:56:00 +10:00
Renamed: setClearColor( hex, opacity ) => setClearColorHex( hex, opacity ) New: setClearColor( color, opacity ) In this way it's a bit cheaper to animate clear color. Hope I didn't break examples - I searched for "setClearColor" and changed it in one place where it was used.