Class THAnimSegmentNode
Unit
Declaration
type THAnimSegmentNode = class(TAbstractX3DGroupingNode, ITransformNode)
Description
Visible segment of an animated humanoid, always a child of a TJointNode.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractGroupingNode
- TAbstractX3DGroupingNode
- THAnimSegmentNode
Overview
Methods
![]() |
function DirectEnumerateActive(Func: TEnumerateChildrenFunction): Pointer; override; |
![]() |
procedure ApplyTransform(var Transformation: TTransformation); override; |
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
function TransformationChange: TNodeTransformationChange; override; |
![]() |
procedure SetDisplacers(const Value: array of THAnimDisplacerNode); |
![]() |
procedure SetMomentsOfInertia(const Value: array of Single); |
![]() |
procedure SetMomentsOfInertia(const Value: TSingleList); |
Properties
![]() |
property FdCenterOfMass: TSFVec3f read FFdCenterOfMass; |
![]() |
property FdCoord: TSFNode read FFdCoord; |
![]() |
property FdDisplacers: TMFNode read FFdDisplacers; |
![]() |
property FdMass: TSFFloat read FFdMass; |
![]() |
property FdMomentsOfInertia: TMFFloat read FFdMomentsOfInertia; |
![]() |
property FdName: TSFString read FFdName; |
![]() |
property FdRotation: TSFRotation read FFdRotation; |
![]() |
property FdScale: TSFVec3f read FFdScale; |
![]() |
property FdTranslation: TSFVec3f read FFdTranslation; |
![]() |
property CenterOfMass: TVector3 read GetCenterOfMass write SetCenterOfMass; |
![]() |
property Coord: TAbstractCoordinateNode read GetCoord write SetCoord; |
![]() |
property Mass: Single read GetMass write SetMass; |
![]() |
property NameField: String read GetNameField write SetNameField; |
![]() |
property Rotation: TVector4 read GetRotation write SetRotation; |
![]() |
property Scale: TVector3 read GetScale write SetScale; |
![]() |
property Translation: TVector3 read GetTranslation write SetTranslation; |
Description
Methods
![]() |
function DirectEnumerateActive(Func: TEnumerateChildrenFunction): Pointer; override; |
![]() |
procedure ApplyTransform(var Transformation: TTransformation); override; |
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
function TransformationChange: TNodeTransformationChange; override; |
![]() |
procedure SetDisplacers(const Value: array of THAnimDisplacerNode); |
![]() |
procedure SetMomentsOfInertia(const Value: array of Single); |
![]() |
procedure SetMomentsOfInertia(const Value: TSingleList); |
Properties
![]() |
property FdCenterOfMass: TSFVec3f read FFdCenterOfMass; |
![]() |
property FdCoord: TSFNode read FFdCoord; |
![]() |
property FdDisplacers: TMFNode read FFdDisplacers; |
![]() |
property FdMass: TSFFloat read FFdMass; |
![]() |
property FdMomentsOfInertia: TMFFloat read FFdMomentsOfInertia; |
![]() |
property FdName: TSFString read FFdName; |
![]() |
property FdRotation: TSFRotation read FFdRotation; |
![]() |
property FdScale: TSFVec3f read FFdScale; |
![]() |
property FdTranslation: TSFVec3f read FFdTranslation; |
![]() |
property CenterOfMass: TVector3 read GetCenterOfMass write SetCenterOfMass; |
![]() |
property Coord: TAbstractCoordinateNode read GetCoord write SetCoord; |
![]() |
property Mass: Single read GetMass write SetMass; |
![]() |
property NameField: String read GetNameField write SetNameField; |
![]() |
property Rotation: TVector4 read GetRotation write SetRotation; |
![]() |
property Scale: TVector3 read GetScale write SetScale; |
![]() |
property Translation: TVector3 read GetTranslation write SetTranslation; |
Generated by PasDoc 0.16.0.

