Click or drag to resize
DigitalRuneScatteringSkyNode Properties

The ScatteringSkyNode type exposes the following members.

Properties
  NameDescription
Public propertyAabb
Gets the axis-aligned bounding box (AABB) in world space.
(Inherited from SceneNode.)
Public propertyActualIsEnabled
Gets a value indicating whether this scene node is actually enabled. (The method checks the current scene node and its ancestors.)
(Inherited from SceneNode.)
Public propertyAtmosphereHeight
Gets or sets the height of the atmosphere.
Public propertyBaseColorShift
Gets or sets the relative height where the base sky color is the average of the BaseHorizonColor and the BaseZenithColor.
Public propertyBaseHorizonColor
Gets or sets the color at the horizon when there is no sunlight.
Public propertyBaseZenithColor
Gets or sets the color at the zenith when there is no sunlight.
Public propertyBetaMie
Gets or sets the scatter/extinction coefficients for Mie scattering.
Public propertyBetaRayleigh
Gets or sets the scatter/extinction coefficients for Rayleigh scattering.
Public propertyCastsShadows
Gets or sets a value indicating whether this scene node blocks the light and casts shadows.
(Inherited from SceneNode.)
Public propertyChildren
Gets or sets the children of this scene node.
(Inherited from SceneNode.)
Public propertyDrawOrder
Gets or sets the draw order.
(Inherited from SkyNode.)
Public propertyGMie
Gets or sets the scattering symmetry constant g for Mie scattering.
Public propertyIsDisposed
Gets a value indicating whether this scene node has been disposed of.
(Inherited from SceneNode.)
Public propertyIsEnabled
Gets or sets a value indicating whether this scene node is enabled. (May override children - see remarks.)
(Inherited from SceneNode.)
Public propertyIsRenderable
Gets or sets a value indicating whether this scene node can be rendered with a SceneNodeRenderer.
(Inherited from SceneNode.)
Public propertyIsShadowCasterCulled
Gets or sets a value indicating whether the occlusion culling determined that this scene node does not need to be rendered into the shadow map of the directional light.
(Inherited from SceneNode.)
Public propertyIsStatic
Gets or sets a value indicating whether this scene node is static (immobile).
(Inherited from SceneNode.)
Public propertyLastFrame
Gets or sets the number of the last frame in which the scene node was rendered.
(Inherited from SceneNode.)
Public propertyLastPoseWorld
Gets or sets the PoseWorld of the last frame.
(Inherited from SceneNode.)
Public propertyLastScaleWorld
Gets or sets the ScaleWorld of the last frame.
(Inherited from SceneNode.)
Public propertyMaxDistance
Gets or sets the maximum distance up to which the scene node is rendered. (Needs to be normalized - see remarks.)
(Inherited from SceneNode.)
Public propertyName
Gets or sets the name of this scene node.
(Inherited from SceneNode.)
Public propertyNumberOfSamples
Gets or sets the number of samples used to compute the atmospheric scattering in the shader.
Public propertyObserverAltitude
Gets or sets the altitude (height above the ground) of the observer.
Public propertyParent
Gets the parent scene node.
(Inherited from SceneNode.)
Public propertyPlanetRadius
Gets or sets the radius of the planet ground level.
Public propertyPoseLocal
Gets or sets the pose (position and orientation) relative to the parent scene node.
(Inherited from SceneNode.)
Public propertyPoseWorld
Gets or sets the pose (position and orientation) in world space.
(Inherited from SceneNode.)
Public propertyProxy
Gets or sets the proxy node.
(Inherited from SceneNode.)
Public propertyRenderData
Gets or sets the cached renderer data.
(Inherited from SceneNode.)
Public propertyScaleHeight
Gets or sets the scale height which is the altitude (height above ground) where the average atmospheric density is found.
Public propertyScaleLocal
Gets or sets the scale relative to the parent scene node.
(Inherited from SceneNode.)
Public propertyScaleWorld
Gets the total effective scale (which incorporates the scale factors of parent scene nodes).
(Inherited from SceneNode.)
Public propertySceneData
Gets or sets scene data.
(Inherited from SceneNode.)
Public propertyShape
Gets or sets the bounding shape of this scene node.
(Inherited from SkyNode.)
Public propertySortTag
Gets or sets the sort tag.
(Inherited from SceneNode.)
Public propertySunColor
Gets or sets the color of the sun light (outside the atmosphere).
Public propertySunDirection
Gets or sets the direction to the sun.
Public propertySunIntensity
Gets or sets the intensity of the sun light.
Public propertyTransmittance
Gets or sets the transmittance of the sky.
Public propertyUserData
Gets or sets user-defined data.
(Inherited from SceneNode.)
Public propertyUserFlags
Gets or sets a 16-bit value which can be used to store user-defined information or flags.
(Inherited from SceneNode.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIGeometricObjectPose
Gets the pose (position and orientation) in world space.
(Inherited from SceneNode.)
Explicit interface implementationPrivate propertyIGeometricObjectScale
Gets the total effective scale (which incorporates the scale factors of parent scene nodes).
(Inherited from SceneNode.)
Top
See Also