The following tables list the members exposed by ImGearVectorView.
Name | Description | |
---|---|---|
![]() | AmbientColor | Gets or sets ambient color of the view. |
![]() | Content | Gets or sets a view content. The content is usually a block, but can be any entity. |
![]() | CullFace | Gets or sets face culling mode for the view. |
![]() | DisplayHiddenLayers | Gets or sets a value indicating whether to display the layers that are marked as hidden. |
![]() | Focus | Gets or sets a lens focus of the view. |
![]() | LightingEnabled | Gets or sets a value indicating whether lighting is enabled. |
![]() | MaxLights | Gets total number of available light sources. |
Name | Description | |
---|---|---|
![]() | Adjust | Adjusts the view bounding box to match the bounding box of the vector data. |
![]() | GetBkGnd | Returns the current background color of the view. |
![]() | GetLightSource | Returns the light source with the specified index. |
![]() | GetLookPoint | Returns the point in 3D space that the view's camera is looking at. See corresponding method SetLookPoint for more information. |
![]() | GetMatrix | Returns the current transformation matrix of the view. |
![]() | GetMinMax | Returns the bounding parallelepiped of the view. |
![]() | GetName | Returns the name of the view. |
![]() | Move | Moves the camera according to the specified offsets. |
![]() | Rotate | Rotates the camera on the specified angle about the specified vector. |
![]() | Scale | Scales the camera according to the specified scale factors. |
![]() | SetBkGnd | Sets the current background color of the view. |
![]() | SetLookPoint | Sets the point in 3D space that the view's camera is looking at. |
![]() | SetMatrix | Sets the current transformation matrix of the view. |
![]() | SetMinMax | Sets the bounding parallelepiped of the view. |
![]() | SetName | Sets the new name for the view. |
![]() | ToScreen | Converts 3D world coordinates to screen coordinates for the current view. |