SiRenderArea Interface |
RenderArea interface.
Namespace: OIV.Inventor.ViewerComponents
The SiRenderArea type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetClearColor | |
![]() | GetClearDepth | |
![]() | GetClearPolicy | |
![]() | GetSceneGraph | |
![]() | GetSize | |
![]() | Render | Render the managed scene graph (see setSceneGraph). |
![]() | SetClearColor | Defines the RGBA value used when the color buffer is cleared. |
![]() | SetClearDepth | Defines the depth value used when the depth buffer is cleared. |
![]() | SetClearPolicy | Defines the color buffer and depth buffer clear policy. |
![]() | SetSceneGraph | Defines the scene graph which is managed here. |
![]() | SetSize | Defines the size to use for rendering. |
Name | Description | |
---|---|---|
![]() | StartRender | Returns the event handler that raises when a new render starts. |
This interface provides the list of methods that a renderArea classs must define.