Class TPointingDeviceSensorList
Unit
X3DNodes
Declaration
type TPointingDeviceSensorList = class(TX3DNodeList)
Description
List of pointing device sensors. Only nodes descending from X3DPointingDeviceSensorNode, and additionally an Anchor node.
Hierarchy
Overview
Fields
Methods
Description
Fields
 |
Transform: TMatrix4Single; |
Transformation (and inverse) of all the sensors on this list. VRML/X3D specification guarantees that all sensors within a single state have the same transform.
|
 |
InvertedTransform: TMatrix4Single; |
Transformation (and inverse) of all the sensors on this list. VRML/X3D specification guarantees that all sensors within a single state have the same transform.
|
Methods
 |
function EnabledCount: Integer; |
|
 |
function Enabled(Index: Integer): boolean; |
|
Generated by PasDoc 0.13.0 on 2014-04-30 22:06:48
|