mirror of
https://github.com/wahyd4/three.js.git
synced 2026-08-25 04:46:02 +10:00
* The new system allow us to add lights and cameras as children of any object without hacks. * The Camera needs to be added to a Scene. If the Camera has no parent it's added to the Scene being renderer automatically. * I'll work on implementing this into the WebGLRenderrer tomorrow (gonna be a looong day... ).