diff --git a/docs/api/scenes/Scene.html b/docs/api/scenes/Scene.html index 43db559c1015e3e936179a44354ce8c2eda5cc99..66376a003f3e8e7da5df5717c99c06ad2fc7ec6f 100644 --- a/docs/api/scenes/Scene.html +++ b/docs/api/scenes/Scene.html @@ -18,7 +18,7 @@

[name]()

- todo + Create a new scene object.
@@ -32,13 +32,10 @@
If not null, it will force everything in the scene to be rendered with that material. Default is null.
-

.[page:Boolean matrixAutoUpdate]

- -
??? - Default is false.
-

.[page:boolean autoUpdate]

- todo + Default is true. If set, then the renderer checks every frame if the scene and it's objects needs matrix updates. + When it isn't, then you have to maintain all matrices in the scene yourself.

Methods