vrdMarker¶
-
class
vrdMarker
¶
(Inherits vrdObject
)
Marker.
A marker that is tracked in mixed reality. A marker can be used to place objects in a mixed reality scene.
Summary¶
Functions¶
-
vrdMarker.
getConfidence
()¶ Returns: The current confidence value of the marker Return type: float
-
vrdMarker.
getName
()¶ Returns: The name of the marker Return type: string
-
vrdMarker.
getNode
()¶ Returns: The node that can be used to attach objects to the marker Return type: vrdNode
-
vrdMarker.
getSize
()¶ Returns: The physical marker size Return type: QVector3D
-
vrdMarker.
getTimestamp
()¶ Returns: The timestamp of the last marker update Return type: QDateTime
-
vrdMarker.
getType
()¶ Returns: The type of the marker Return type: vrXRealityTypes.MarkerTypes
-
vrdMarker.
isTracked
()¶ Returns: True if the marker is tracked, false otherwise Return type: bool