Class THAnimDisplacerNode
Unit
X3DNodes
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
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
 |
procedure SetCoordIndex(const Value: array of LongInt); |
|
 |
procedure SetDisplacements(const Value: array of TVector3); |
|
Properties
 |
property FdCoordIndex: TMFInt32 read FFdCoordIndex; |
|
 |
property FdDisplacements: TMFVec3f read FFdDisplacements; |
|
 |
property FdWeight: TSFFloat read FFdWeight; |
|
 |
property NameField: string read GetNameField write SetNameField; |
|
 |
property Weight: Single read GetWeight write SetWeight; |
|
Generated by PasDoc 0.15.0.
|