Class TPointingDeviceSensorList

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TPointingDeviceSensorList = class(TX3DNodeList)

Description

List of pointing device sensors. Only nodes descending from X3DPointingDeviceSensorNode, and additionally an Anchor node.

Hierarchy

Overview

Fields

Public Transform: TMatrix4Single;
Public InvertedTransform: TMatrix4Single;

Methods

Public function EnabledCount: Integer;
Public function Enabled(Index: Integer): boolean;
Public procedure Assign(Source: TPointingDeviceSensorList);

Description

Fields

Public 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.

Public 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

Public function EnabledCount: Integer;
 
Public function Enabled(Index: Integer): boolean;
 
Public procedure Assign(Source: TPointingDeviceSensorList);
 

Generated by PasDoc 0.13.0 on 2013-08-17 21:27:16