Click or drag to resize

IRendererAspect Methods

The IRendererAspect type exposes the following members.

Methods
  NameDescription
Public methodCanRender
Determines whether the aspect can be rendered
Public methodGetRenderablesT
Get all IRenderable objects of the desired type, contained by this aspect.
Public methodNotifyRenderableRequest
Public methodPick
A check to see a ray intersects with this aspect.
Public methodPickFromWorldFrustum
A check to see if the desired frustum intersects with this aspect.
Public methodPreRender
Preamble to the aspect rendering giving the aspect a chance to change settings.
Public methodRender
Render the aspect.
Public methodRenderShadow
Render the shadow of the aspect.
Top
See Also