Device optical marker.
A device optical marker represents the input locations for interfacing optical hardware. This type of marker corresponds uniquely to the input (from the hardware) and will be represented on-screen by a FBModelMarkerOptical.
Public Member Functions | |
__init__ (str pName) | |
Constructor. | |
SetData (float pX, float pY, float pZ=0.0, float pOcclusion=0.0) | |
Set data for optical marker. | |
Public Attributes | |
FBPropertyBase | IsUsed |
Property: Is marker used?. | |
FBPropertyBase | Position |
Property: Current position of marker. | |
FBPropertyBase | Occlusion |
Property: Occulsion data for marker. | |
FBPropertyModel | Model |
Property: Model marker access. |
__init__ | ( | str | pName | ) |
Set data for optical marker.
pX | X position for marker. |
pY | Y position for marker. |
pZ | Z position for marker(default=0.0). |
pOcclusion | Occulsion information for marker(default=0.0). |
FBPropertyBase IsUsed |
Property: Is marker used?.
FBPropertyBase Position |
Property: Current position of marker.
FBPropertyBase Occlusion |
Property: Occulsion data for marker.
FBPropertyModel Model |
Property: Model marker access.