Class THAnimDisplacerNode
Unit
Declaration
type THAnimDisplacerNode = class(TAbstractGeometricPropertyNode)
Description
Alter the shape of coordinate-based geometry within parent H-Anim nodes. For example, different HAnimDisplacer may be used for each facial expression.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractGeometricPropertyNode
- THAnimDisplacerNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetCoordIndex(const Value: array of LongInt); |
![]() |
procedure SetCoordIndex(const Value: TLongIntList); |
![]() |
procedure SetDisplacements(const Value: array of TVector3); |
![]() |
procedure SetDisplacements(const Value: TVector3List); |
Properties
![]() |
property FdCoordIndex: TMFInt32 read FFdCoordIndex; |
![]() |
property FdDisplacements: TMFVec3f read FFdDisplacements; |
![]() |
property FdName: TSFString read FFdName; |
![]() |
property FdWeight: TSFFloat read FFdWeight; |
![]() |
property NameField: String read GetNameField write SetNameField; |
![]() |
property Weight: Single read GetWeight write SetWeight; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetCoordIndex(const Value: array of LongInt); |
![]() |
procedure SetCoordIndex(const Value: TLongIntList); |
![]() |
procedure SetDisplacements(const Value: array of TVector3); |
![]() |
procedure SetDisplacements(const Value: TVector3List); |
Properties
![]() |
property FdCoordIndex: TMFInt32 read FFdCoordIndex; |
![]() |
property FdDisplacements: TMFVec3f read FFdDisplacements; |
![]() |
property FdName: TSFString read FFdName; |
![]() |
property FdWeight: TSFFloat read FFdWeight; |
![]() |
property NameField: String read GetNameField write SetNameField; |
![]() |
property Weight: Single read GetWeight write SetWeight; |
Generated by PasDoc 0.16.0.
