Click or drag to resize

IRendererAspect Methods

The IRendererAspect type exposes the following members.

Methods
  NameDescription
Public methodCanRender(IDisplay)
Determines whether the aspect can be rendered
Public methodCanRender(IDisplaySettings)
Check if the aspect can render given the IDisplaySettings.
Public methodGetRenderablesT
Get all IRenderable objects of the desired type, contained by this aspect.
Public methodNotifyMeshAnimationChanged
Notify the aspect that the mesh animation has changed.
Public methodNotifyRenderableRequest
Public methodNotifyShouldRenderInvalidated
Notify that the aspect needs to re-evaluate if it should render.
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