Class THAnimSegmentNode

Unit

Declaration

type THAnimSegmentNode = class(TAbstractGroupingNode)

Description

Visible segment of an animated humanoid, always a child of a TJointNode.

Hierarchy

Overview

Methods

Protected function DirectEnumerateActive(Func: TEnumerateChildrenFunction): Pointer; override;
Public constructor Create(const AX3DName: String = ''; const ABaseUrl: String = ''); override;
Public function TransformationChange: TNodeTransformationChange; override;
Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public procedure SetDisplacers(const Value: array of THAnimDisplacerNode);
Public procedure SetMomentsOfInertia(const Value: array of Single); overload;
Public procedure SetMomentsOfInertia(const Value: TSingleList); overload;

Properties

Public property FdCenterOfMass: TSFVec3f read FFdCenterOfMass;
Public property CenterOfMass: TVector3 read GetCenterOfMass write SetCenterOfMass;
Public property FdCoord: TSFNode read FFdCoord;
Public property Coord: TAbstractCoordinateNode read GetCoord write SetCoord;
Public property FdDisplacers: TMFNode read FFdDisplacers;
Public property FdMass: TSFFloat read FFdMass;
Public property Mass: Single read GetMass write SetMass;
Public property FdMomentsOfInertia: TMFFloat read FFdMomentsOfInertia;
Public property FdName: TSFString read FFdName;
Public property NameField: String read GetNameField write SetNameField;
Public property FdRotation: TSFRotation read FFdRotation;
Public property Rotation: TVector4 read GetRotation write SetRotation;
Public property FdScale: TSFVec3f read FFdScale;
Public property Scale: TVector3 read GetScale write SetScale;
Public property FdTranslation: TSFVec3f read FFdTranslation;
Public property Translation: TVector3 read GetTranslation write SetTranslation;

Description

Methods

Protected function DirectEnumerateActive(Func: TEnumerateChildrenFunction): Pointer; override;
 
Public constructor Create(const AX3DName: String = ''; const ABaseUrl: String = ''); override;
 
Public function TransformationChange: TNodeTransformationChange; override;
 
Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public procedure SetDisplacers(const Value: array of THAnimDisplacerNode);
 
Public procedure SetMomentsOfInertia(const Value: array of Single); overload;
 
Public procedure SetMomentsOfInertia(const Value: TSingleList); overload;
 

Properties

Public property FdCenterOfMass: TSFVec3f read FFdCenterOfMass;

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

Public property CenterOfMass: TVector3 read GetCenterOfMass write SetCenterOfMass;
 
Public property FdCoord: TSFNode read FFdCoord;

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

Public property Coord: TAbstractCoordinateNode read GetCoord write SetCoord;
 
Public property FdDisplacers: TMFNode read FFdDisplacers;

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

Public property FdMass: TSFFloat read FFdMass;

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

Public property Mass: Single read GetMass write SetMass;
 
Public property FdMomentsOfInertia: TMFFloat read FFdMomentsOfInertia;

Internal wrapper for property MomentsOfInertia. This wrapper API may change, we advise to access simpler MomentsOfInertia 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 FdRotation: TSFRotation read FFdRotation;

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

Public property Rotation: TVector4 read GetRotation write SetRotation;
 
Public property FdScale: TSFVec3f read FFdScale;

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

Public property Scale: TVector3 read GetScale write SetScale;
 
Public property FdTranslation: TSFVec3f read FFdTranslation;

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

Public property Translation: TVector3 read GetTranslation write SetTranslation;
 

Generated by PasDoc 0.16.0.