From baf95a937b667083d85de37d3f2366ed0f2810f3 Mon Sep 17 00:00:00 2001 From: sole Date: Thu, 27 Sep 2012 20:38:18 +0200 Subject: [PATCH] Document Scene --- docs/api/scenes/Scene.html | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/docs/api/scenes/Scene.html b/docs/api/scenes/Scene.html index 8ad6d52df4..d249e6a8ed 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

-- GitLab