Click or drag to resize

IRenderRendererHook Interface

The IRenderRendererHook interface should be implemented to create custom renderer hook.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public interface IRenderRendererHook

The IRenderRendererHook type exposes the following members.

Properties
  NameDescription
Public propertyAabb
Gets the axis aligned bounding box for frustum test.
Public propertyIsDisposed
Gets a value indicating whether the renderer hook is disposed.
Public propertyPoint
Gets the rendering hook point.
The hook point defines when the hook must be rendered in the rendering pipeline.
Top
Methods
  NameDescription
Public methodRender
Does the rendering of the renderer hook.
Top
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also