Click or drag to resize

RenderRendererHook Class

The RenderRendererHook class is a rendering hook used to display 3D elements at a specific stage of the rendering pipeline.
This object must be passed to the RenderRenderer::Render method.
Inheritance Hierarchy
SystemObject
  Lumiscaphe.Workshop.InteropRenderRendererHook

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public class RenderRendererHook : IRenderRendererHook, 
	IDisposable

The RenderRendererHook type exposes the following members.

Constructors
  NameDescription
Public methodRenderRendererHook
Initializes a new instance of the RenderRendererHook class.
Top
Properties
  NameDescription
Public propertyAabb
Gets the axis aligned bounding box of all hook elements for frustum test.
Public propertyElements
Gets or sets the RenderRendererHook elements.
It represents the list of 3D objects to draw at a specific stage of the rendering pipeline.
Public propertyIsDisposed
Gets a value indicating whether this instance is disposed.
Public propertyPoint
Gets the rendering hook point.
The hook point defines when the hook must be rendered in the rendering pipeline.
Public propertyVisible
Gets or sets a value indicating whether this RenderRendererHook is visible.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the RenderRendererHook
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRender
Does the rendering of all elements contained in the renderer hook.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also