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
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractGeometricPropertyNode
- THAnimDisplacerNode
Overview
Methods
procedure CreateNode; override; |
|
class function ClassX3DType: string; override; |
|
procedure SetCoordIndex(const Value: array of LongInt); overload; |
|
procedure SetCoordIndex(const Value: TLongIntList); overload; |
|
procedure SetDisplacements(const Value: array of TVector3); overload; |
|
procedure SetDisplacements(const Value: TVector3List); overload; |
Properties
property FdCoordIndex: TMFInt32 read FFdCoordIndex; |
|
property FdDisplacements: TMFVec3f read FFdDisplacements; |
|
property FdName: TSFString read FFdName; |
|
property NameField: String read GetNameField write SetNameField; |
|
property FdWeight: TSFFloat read FFdWeight; |
|
property Weight: Single read GetWeight write SetWeight; |
Description
Methods
procedure CreateNode; override; |
|
class function ClassX3DType: string; override; |
|
procedure SetCoordIndex(const Value: array of LongInt); overload; |
|
procedure SetCoordIndex(const Value: TLongIntList); overload; |
|
procedure SetDisplacements(const Value: array of TVector3); overload; |
|
procedure SetDisplacements(const Value: TVector3List); overload; |
|
Properties
property FdCoordIndex: TMFInt32 read FFdCoordIndex; |
|
Internal wrapper for property |
property FdDisplacements: TMFVec3f read FFdDisplacements; |
|
Internal wrapper for property |
property FdName: TSFString read FFdName; |
|
Internal wrapper for property NameField. This wrapper API may change, we advise to access simpler NameField instead. |
property NameField: String read GetNameField write SetNameField; |
|
property FdWeight: TSFFloat read FFdWeight; |
|
Internal wrapper for property Weight. This wrapper API may change, we advise to access simpler Weight instead. |
property Weight: Single read GetWeight write SetWeight; |
|
Generated by PasDoc 0.16.0.