SoRenderAreaCore Class |
Utility class to render a scene with an OpenGl context.
Preview Feature: this class is fully supported and can be used in Open Inventor applications. Being tagged as a Preview Feature just means that the implementation is still subject to API changes and adjustments based on feedback from early adopters. Please be also aware that source compatibility might be broken regardless of the Open Inventor compatibility changes policy due to our commitment to bring needed changes to be sure the specifications of this Preview Feature match the expectations of our customers.
Namespace: OIV.Inventor.ViewerComponents
The SoRenderAreaCore type exposes the following members.
Name | Description | |
---|---|---|
![]() | SoRenderAreaCore | Build a new SoRenderAreaCore that uses an existing glContext. |
Name | Description | |
---|---|---|
![]() | ActivateStereo | Activate (or deactivate) stereo rendering with specified parameters (see setStereoParameters). |
![]() | Dispose |
Releases all resources used by SoDisposable.
(Inherited from SoDisposable.) |
![]() | Equals | (Inherited from Object.) |
![]() | GetAntialiasingMode | |
![]() | GetAntialiasingQuality | |
![]() | GetClearColor | |
![]() | GetClearDepth | |
![]() | GetClearPolicy | |
![]() | GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) |
![]() | GetInteractiveMode | |
![]() | GetSceneGraph | Gets the scene graph which is managed here. |
![]() | GetSceneManager | |
![]() | GetSize | |
![]() | GetStereoParameters | |
![]() | GetStillSuperSamplingDelay | |
![]() | GetStillSuperSamplingQuality | |
![]() | GetTransparencyType | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsStereoActivated | |
![]() | ProcessEvent | Processes the passed event by applying an SoHandleEventAction to the scene graph managed here. |
![]() | ProcessEvents(Queue) | Obsolete. Processes the passed event by applying an SoHandleEventAction to the scene graph managed here. |
![]() | ProcessEvents(ListSoEvent) | Processes the passed event by applying an SoHandleEventAction to the scene graph managed here. |
![]() | Render | Applies an SoGLRenderAction to the scene graph managed here. |
![]() | SetAntialiasingMode | Define the antialiasing mode. |
![]() | SetAntialiasingQuality | Define the antialiasing quality value. |
![]() | 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. |
![]() | SetInteractiveMode | Set the current interactive mode. |
![]() | SetSceneGraph | Sets the scene graph which is managed here. |
![]() | SetSize | Defines the size to use for rendering. |
![]() | SetStereoParameters | Defines the stereo parameters. |
![]() | SetStillSuperSamplingDelay | Set delay for supersampling when "still" (not interacting). |
![]() | SetStillSuperSamplingQuality | Set quality for supersampling when "still" (not interacting). |
![]() | SetTransparencyType | Sets the algorithm for rendering transparent objects. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | IsDisposable | ISafeDisposable interface implementation.
(Inherited from SoDisposable.) |
Name | Description | |
---|---|---|
![]() | StartRender | Returns the event handler that raises when a new render starts. |