IRendererAspect Methods |
The IRendererAspect type exposes the following members.
| Name | Description | |
|---|---|---|
| CanRender |
Determines whether the aspect can be rendered
| |
| GetRenderablesT |
Get all IRenderable objects of the desired type, contained by this aspect.
| |
| NotifyRenderableRequest |
Invokes RenderableRequest.
| |
| Pick |
A check to see a ray intersects with this aspect.
| |
| PickFromWorldFrustum |
A check to see if the desired frustum intersects with this aspect.
| |
| PreRender |
Preamble to the aspect rendering giving the aspect a chance to change settings.
| |
| Render |
Render the aspect.
| |
| RenderShadow |
Render the shadow of the aspect.
|