diff --git a/docs/api/scenes/Scene.html b/docs/api/scenes/Scene.html index 8ad6d52df43a35f1ec96aa829741f80dcdb5b925..d249e6a8ed8664b4780e4e800aa879bac4915569 100644 --- a/docs/api/scenes/Scene.html +++ b/docs/api/scenes/Scene.html @@ -7,9 +7,10 @@ + [page:Object3D] →

[name]

-
todo
+
Scenes allow you to set up what and where is to be rendered by three.js. This is where you place objects, lights and cameras.

Constructor

@@ -19,16 +20,17 @@

Properties

-

.[page:Vector3 todo]

- - -

Methods

- -

.todo( [page:Vector3 todo] )

-
- todo — todo
-
- +

.[page:Fog fog]

+ +
A [page:Fog fog] instance defining the type of fog that affects everything rendered in the scene. Default is null.
+ +

.[page:Material overrideMaterial]

+ +
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.

Source