| RenderHotspotVisibility Enumeration |
The RenderHotspotVisibility enumeration defines the visibility of interest points.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public enum RenderHotspotVisibility
public enum class RenderHotspotVisibility
Members
| Member name | Value | Description |
---|
| Visible | 0 |
The interest point is visible.
|
| Occluded | 1 |
The interest point is occluded.
|
| Clipped | 2 |
The interest point is clipped.
|
| OutOfFrustum | 3 |
The interest point is outside of the frustum.
|
Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also