• M
    Got CanvasRenderer and SVGRenderer using the new Scene Graph. · 6419bd37
    Mr.doob 提交于
    * 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... ).
    6419bd37
Matrix4.js 22.0 KB