Class THAnimSegmentNode
Unit
X3DNodes
Declaration
type THAnimSegmentNode = class(TAbstractX3DGroupingNode, ITransformNode)
Description
Visible segment of an animated humanoid, always a child of a TJointNode.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
 |
procedure SetMomentsOfInertia(const Value: array of Single); |
|
 |
procedure SetMomentsOfInertia(const Value: TSingleList); |
|
Properties
 |
property FdCenterOfMass: TSFVec3f read FFdCenterOfMass; |
|
 |
property FdCoord: TSFNode read FFdCoord; |
|
 |
property FdDisplacers: TMFNode read FFdDisplacers; |
|
 |
property FdMomentsOfInertia: TMFFloat read FFdMomentsOfInertia; |
|
 |
property FdScale: TSFVec3f read FFdScale; |
|
 |
property FdTranslation: TSFVec3f read FFdTranslation; |
|
 |
property CenterOfMass: TVector3 read GetCenterOfMass write SetCenterOfMass; |
|
 |
property Mass: Single read GetMass write SetMass; |
|
 |
property NameField: string read GetNameField write SetNameField; |
|
Generated by PasDoc 0.15.0.
|