The ICog3DDisplayV2 type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AutoResolution |
Gets or sets whether the display should automatically figure out the
subsampling rate for the Cog3DVisionDataGraphic objects
| |
| BackColor |
The background color of the display
| |
| CameraPosition |
Returns the camera's position in the world space
| |
| CameraTarget |
Returns the camera's target position (look at) in the world space
| |
| CameraUpDirection |
Returns the camera's up direction in the world space
| |
| DisplayMode |
Gets or sets the current rendering mode of the display
NOTE: Setting the mode to DisplayModes.Vertices may lead to runtime error on Intel HD3000 with the latest Intel grpahics driver (VC5 hardware)
| |
| DisplaySpaceName3D |
Gets or sets the name of the coordinate space that needs to be used forrendering
RangeImage, PointCloud and any other 3D graphics that is being added to the display
NOTE: this is the name of the common shared physical space
| |
| EnableDrawing |
Gets or sets whether dragging the content of the display is
enabled or not. When not enabled, no actual refresh of the
display will happen inserting/updating/removing items.
If adding/updating/removing multiple items it is advised to
disable drawing so no redraw will happen after each individual
operation.
| |
| GeometryGraphicsCount |
Return the number of Cog3DGeometryGraphicBase items in the display
| |
| MouseCoordinates |
Returns the 3D coordinates of the mouse pointer. If there is no valid 3D coordinates of the mouse it returns null.
The MouseCoordinatesTracked property has to be set to true otherwise mouse coordinates are not tracked at all and will always return null.
| |
| MouseCoordinatesTracked |
Gets or sets whether the mouse’s coordinates are tracked in the display.
It has to be set to true to figure out the 3D coordinates under the mouse's position.
If set to false, mouse coordinates are not tracked and always reported as null.
| |
| Resolution |
Gets or sets the subsampling rate in DisplaySpaceName3D units. To make the display use this given value set AutoResolution to false
| |
| VisionDataGraphicsCount |
Return the number of Cog3DVisionDataGraphicBase items in the display
|
See Also