DOMSceneDocumentExtended

From Virtual World Web Wiki
Jump to: navigation, search

Represents a DOMSceneDocument in JavaScript.

Remarks [edit]

Properties

bool AllowFlyCam {get; set;} // Via attribution on DOMSceneDocument
Decides whether or not FlyCam is allowed outside of Editting.
float FarClip {get; set;} // Via attribution on DOMSceneDocument
Maximum draw distance from the camera (in meters)
float MaxFoV {get; set;} // Via attribution on DOMSceneDocument
Maximum Field of View for cameras in this room
float NearClip {get; set;} // Via attribution on DOMSceneDocument
Minimum draw distance from the camera (in meters)
float ShadowDistance {get; set;} // Via attribution on DOMSceneDocument
Overrides the max shadow distance
DOMShadowMode ShadowMode {get; set;} // Via attribution on DOMSceneDocument
Overrides the allowed shadow modes
DOMShadowProjection ShadowProjection {get; set;} // Via attribution on DOMSceneDocument
Overrides the shadow projection
DOMShadowResolution ShadowResolution {get; set;} // Via attribution on DOMSceneDocument
Overrides the shadow resolution
ResourceValue SkyboxBack {get; set;} // Via attribution on DOMSceneDocument
A JPG or PNG resource for the back of the skybox when in image mode
Color32 SkyboxColor {get; set;} // Via attribution on DOMSceneDocument
The light's color
ResourceValue SkyboxDown {get; set;} // Via attribution on DOMSceneDocument
A JPG or PNG resource for the bottom of the skybox when in image mode
float SkyboxExposure {get; set;} // Via attribution on DOMSceneDocument
The skybox's image exposure
ResourceValue SkyboxFront {get; set;} // Via attribution on DOMSceneDocument
A JPG or PNG resource for the front of the skybox when in image mode
ResourceValue SkyboxLeft {get; set;} // Via attribution on DOMSceneDocument
A JPG or PNG resource for the left of the skybox when in image mode
DOMSkyboxMode SkyboxMode {get; set;} // Via attribution on DOMSceneDocument
Specifies the way in which the scene skybox should be overridden
ResourceValue SkyboxRight {get; set;} // Via attribution on DOMSceneDocument
A JPG or PNG resource for the right of the skybox when in image mode
float SkyboxRotation {get; set;} // Via attribution on DOMSceneDocument
The skybox's rotation
ResourceValue SkyboxUp {get; set;} // Via attribution on DOMSceneDocument
A JPG or PNG resource for the top of the skybox when in image mode