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

Overview

Methods

Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public procedure SetCoordIndex(const Value: array of LongInt); overload;
Public procedure SetCoordIndex(const Value: TLongIntList); overload;
Public procedure SetDisplacements(const Value: array of TVector3); overload;
Public procedure SetDisplacements(const Value: TVector3List); overload;

Properties

Public property FdCoordIndex: TMFInt32 read FFdCoordIndex;
Public property FdDisplacements: TMFVec3f read FFdDisplacements;
Public property FdName: TSFString read FFdName;
Public property NameField: String read GetNameField write SetNameField;
Public property FdWeight: TSFFloat read FFdWeight;
Public property Weight: Single read GetWeight write SetWeight;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public procedure SetCoordIndex(const Value: array of LongInt); overload;
 
Public procedure SetCoordIndex(const Value: TLongIntList); overload;
 
Public procedure SetDisplacements(const Value: array of TVector3); overload;
 
Public procedure SetDisplacements(const Value: TVector3List); overload;
 

Properties

Public property FdCoordIndex: TMFInt32 read FFdCoordIndex;

Internal wrapper for property CoordIndex. This wrapper API may change, we advise to access simpler CoordIndex instead.

Public property FdDisplacements: TMFVec3f read FFdDisplacements;

Internal wrapper for property Displacements. This wrapper API may change, we advise to access simpler Displacements instead.

Public property FdName: TSFString read FFdName;

Internal wrapper for property NameField. This wrapper API may change, we advise to access simpler NameField instead.

Public property NameField: String read GetNameField write SetNameField;
 
Public property FdWeight: TSFFloat read FFdWeight;

Internal wrapper for property Weight. This wrapper API may change, we advise to access simpler Weight instead.

Public property Weight: Single read GetWeight write SetWeight;
 

Generated by PasDoc 0.16.0.