-
Notifications
You must be signed in to change notification settings - Fork 9
THREE
$env:name edited this page Nov 14, 2017
·
11 revisions
Basic file metadata
public class THREE.MetadataProperties
| Type | Name | Summary |
|---|---|---|
String |
Generator | The application which generated this data. |
String |
Type | File type. |
Double |
Version | File version. |
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. Analogous to https://threejs.org/docs/index.html#api/scenes/Scene JS Source: https://github.com/mrdoob/three.js/blob/master/src/scenes/Scene.js
public class THREE.Scene
: Object3D, IElementProperties
| Type | Name | Summary |
|---|---|---|
Int32 |
Background | Background color for the scene. |
SceneSerializationAdaptor |
SerializationAdaptor |
Methods
| Type | Name | Summary |
|---|---|---|
String |
ToJSON(Boolean format) |
Converts this Scene to a compatible JSON format. |
BufferAttributeBufferGeometryBufferGeometryBoundingSphereElementGeometryGeometryCollectionIElementIGeometryObject3D
AmbientLightDirectionalLightDirectionalLightShadowHemisphereLightILightLightLightShadowPointLightRectAreaLightSpotLightSpotLightShadow