Class THAnimJointNode
Unit
Declaration
type THAnimJointNode = class(TAbstractX3DGroupingNode, ITransformNode)
Description
Joint of an animated humanoid. Joints are organized in a hierarchy, like bones.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractGroupingNode
- TAbstractX3DGroupingNode
- THAnimJointNode
Overview
Methods
![]() |
function DirectEnumerateActive(Func: TEnumerateChildrenFunction): Pointer; override; |
![]() |
procedure ApplyTransform(const State: TX3DGraphTraverseState); override; |
![]() |
procedure ParseAfter(Reader: TX3DReaderNames); override; |
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
function TransformationChange: TNodeTransformationChange; override; |
![]() |
procedure SetDisplacers(const Value: array of THAnimDisplacerNode); |
![]() |
procedure SetLlimit(const Value: array of Single); |
![]() |
procedure SetLlimit(const Value: TSingleList); |
![]() |
procedure SetSkinCoordIndex(const Value: array of LongInt); |
![]() |
procedure SetSkinCoordIndex(const Value: TLongIntList); |
![]() |
procedure SetSkinCoordWeight(const Value: array of Single); |
![]() |
procedure SetSkinCoordWeight(const Value: TSingleList); |
![]() |
procedure SetStiffness(const Value: array of Single); |
![]() |
procedure SetStiffness(const Value: TSingleList); |
![]() |
procedure SetUlimit(const Value: array of Single); |
![]() |
procedure SetUlimit(const Value: TSingleList); |
Properties
![]() |
property FdCenter: TSFVec3f read FFdCenter; |
![]() |
property FdDisplacers: TMFNode read FFdDisplacers; |
![]() |
property FdLimitOrientation: TSFRotation read FFdLimitOrientation; |
![]() |
property FdLlimit: TMFFloat read FFdLlimit; |
![]() |
property FdName: TSFString read FFdName; |
![]() |
property FdRotation: TSFRotation read FFdRotation; |
![]() |
property FdScale: TSFVec3f read FFdScale; |
![]() |
property FdScaleOrientation: TSFRotation read FFdScaleOrientation; |
![]() |
property FdSkinCoordIndex: TMFInt32 read FFdSkinCoordIndex; |
![]() |
property FdSkinCoordWeight: TMFFloat read FFdSkinCoordWeight; |
![]() |
property FdStiffness: TMFFloat read FFdStiffness; |
![]() |
property FdTranslation: TSFVec3f read FFdTranslation; |
![]() |
property FdUlimit: TMFFloat read FFdUlimit; |
![]() |
property Center: TVector3 read GetCenter write SetCenter; |
![]() |
property LimitOrientation: TVector4 read GetLimitOrientation write SetLimitOrientation; |
![]() |
property NameField: String read GetNameField write SetNameField; |
![]() |
property Rotation: TVector4 read GetRotation write SetRotation; |
![]() |
property Scale: TVector3 read GetScale write SetScale; |
![]() |
property ScaleOrientation: TVector4 read GetScaleOrientation write SetScaleOrientation; |
![]() |
property Translation: TVector3 read GetTranslation write SetTranslation; |
Description
Methods
![]() |
function DirectEnumerateActive(Func: TEnumerateChildrenFunction): Pointer; override; |
![]() |
procedure ApplyTransform(const State: TX3DGraphTraverseState); override; |
![]() |
procedure ParseAfter(Reader: TX3DReaderNames); override; |
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
function TransformationChange: TNodeTransformationChange; override; |
![]() |
procedure SetDisplacers(const Value: array of THAnimDisplacerNode); |
![]() |
procedure SetLlimit(const Value: array of Single); |
![]() |
procedure SetLlimit(const Value: TSingleList); |
![]() |
procedure SetSkinCoordIndex(const Value: array of LongInt); |
![]() |
procedure SetSkinCoordIndex(const Value: TLongIntList); |
![]() |
procedure SetSkinCoordWeight(const Value: array of Single); |
![]() |
procedure SetSkinCoordWeight(const Value: TSingleList); |
![]() |
procedure SetStiffness(const Value: array of Single); |
![]() |
procedure SetStiffness(const Value: TSingleList); |
![]() |
procedure SetUlimit(const Value: array of Single); |
![]() |
procedure SetUlimit(const Value: TSingleList); |
Properties
![]() |
property FdCenter: TSFVec3f read FFdCenter; |
![]() |
property FdDisplacers: TMFNode read FFdDisplacers; |
![]() |
property FdLimitOrientation: TSFRotation read FFdLimitOrientation; |
![]() |
property FdLlimit: TMFFloat read FFdLlimit; |
![]() |
property FdName: TSFString read FFdName; |
![]() |
property FdRotation: TSFRotation read FFdRotation; |
![]() |
property FdScale: TSFVec3f read FFdScale; |
![]() |
property FdScaleOrientation: TSFRotation read FFdScaleOrientation; |
![]() |
property FdSkinCoordIndex: TMFInt32 read FFdSkinCoordIndex; |
![]() |
property FdSkinCoordWeight: TMFFloat read FFdSkinCoordWeight; |
![]() |
property FdStiffness: TMFFloat read FFdStiffness; |
![]() |
property FdTranslation: TSFVec3f read FFdTranslation; |
![]() |
property FdUlimit: TMFFloat read FFdUlimit; |
![]() |
property Center: TVector3 read GetCenter write SetCenter; |
![]() |
property LimitOrientation: TVector4 read GetLimitOrientation write SetLimitOrientation; |
![]() |
property NameField: String read GetNameField write SetNameField; |
![]() |
property Rotation: TVector4 read GetRotation write SetRotation; |
![]() |
property Scale: TVector3 read GetScale write SetScale; |
![]() |
property ScaleOrientation: TVector4 read GetScaleOrientation write SetScaleOrientation; |
![]() |
property Translation: TVector3 read GetTranslation write SetTranslation; |
Generated by PasDoc 0.16.0.

