Class THAnimSegmentNode

Unit

Declaration

type THAnimSegmentNode = class(TAbstractX3DGroupingNode, ITransformNode)

Description

Visible segment of an animated humanoid, always a child of a TJointNode.

Hierarchy

Overview

Methods

Protected function DirectEnumerateActive(Func: TEnumerateChildrenFunction): Pointer; override;
Protected procedure ApplyTransform(State: TX3DGraphTraverseState); override;
Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public class function URNMatching(const URN: string): boolean; override;
Public function TransformationChange: TNodeTransformationChange; override;
Public procedure SetDisplacers(const Value: array of THAnimDisplacerNode);
Public procedure SetMomentsOfInertia(const Value: array of Single);
Public procedure SetMomentsOfInertia(const Value: TSingleList);

Properties

Public property FdCenterOfMass: TSFVec3f read FFdCenterOfMass;
Public property FdCoord: TSFNode read FFdCoord;
Public property FdDisplacers: TMFNode read FFdDisplacers;
Public property FdMass: TSFFloat read FFdMass;
Public property FdMomentsOfInertia: TMFFloat read FFdMomentsOfInertia;
Public property FdName: TSFString read FFdName;
Public property FdRotation: TSFRotation read FFdRotation;
Public property FdScale: TSFVec3f read FFdScale;
Public property FdTranslation: TSFVec3f read FFdTranslation;
Public property CenterOfMass: TVector3 read GetCenterOfMass write SetCenterOfMass;
Public property Coord: TAbstractCoordinateNode read GetCoord write SetCoord;
Public property Mass: Single read GetMass write SetMass;
Public property NameField: string read GetNameField write SetNameField;

Description

Methods

Protected function DirectEnumerateActive(Func: TEnumerateChildrenFunction): Pointer; override;
 
Protected procedure ApplyTransform(State: TX3DGraphTraverseState); override;
 
Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public class function URNMatching(const URN: string): boolean; override;
 
Public function TransformationChange: TNodeTransformationChange; override;
 
Public procedure SetDisplacers(const Value: array of THAnimDisplacerNode);
 
Public procedure SetMomentsOfInertia(const Value: array of Single);
 
Public procedure SetMomentsOfInertia(const Value: TSingleList);
 

Properties

Public property FdCenterOfMass: TSFVec3f read FFdCenterOfMass;
 
Public property FdCoord: TSFNode read FFdCoord;
 
Public property FdDisplacers: TMFNode read FFdDisplacers;
 
Public property FdMass: TSFFloat read FFdMass;
 
Public property FdMomentsOfInertia: TMFFloat read FFdMomentsOfInertia;
 
Public property FdName: TSFString read FFdName;
 
Public property FdRotation: TSFRotation read FFdRotation;
 
Public property FdScale: TSFVec3f read FFdScale;
 
Public property FdTranslation: TSFVec3f read FFdTranslation;
 
Public property CenterOfMass: TVector3 read GetCenterOfMass write SetCenterOfMass;
 
Public property Coord: TAbstractCoordinateNode read GetCoord write SetCoord;
 
Public property Mass: Single read GetMass write SetMass;
 
Public property NameField: string read GetNameField write SetNameField;
 

Generated by PasDoc 0.15.0.