Click or drag to resize
DigitalRuneBillboardRenderer Properties

The BillboardRenderer type exposes the following members.

Properties
  NameDescription
Public propertyBufferSize
Gets the size of the buffer (number of billboards).
Public propertyDepthThreshold
Gets or sets the depth threshold used for edge detection when upsampling the off-screen buffer.
Public propertyEnableOffscreenRendering
Gets or sets a value indicating whether off-screen rendering is enabled. (Requires HiDef profile.)
Public propertyEnableSoftParticles
Gets or sets a value indicating whether soft particles are enabled. (Requires HiDef profile.)
Public propertyFarBias Obsolete.
Gets or sets the bias factor used to bias the camera near plane when the z-buffer is reconstructed. (Only used when EnableOffscreenRendering is set.)
Public propertyIsDisposed
Gets a value indicating whether this instance has been disposed of.
(Inherited from SceneNodeRenderer.)
Public propertyNearBias Obsolete.
Gets or sets the factor used to bias the camera near plane when the z-buffer is reconstructed. (Only used when EnableOffscreenRendering is set.)
Public propertyOrder
Gets the draw order of this scene node renderer.
(Inherited from SceneNodeRenderer.)
Public propertyUpsamplingFilter Obsolete.
Gets or sets the upsampling filter that is used for combining the off-screen buffer with the scene.
Public propertyUpsamplingMode
Gets or sets the upsampling filter that is used for combining the off-screen buffer with the scene.
Top
See Also