Class TBillboardNode
Unit
X3DNodes
Declaration
type TBillboardNode = class(TAbstractX3DGroupingNode, ITransformNode)
Description
Grouping node that transforms the coordinate system of its children so that they always turn towards the viewer.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
Properties
 |
property FdAxisOfRotation: TSFVec3f read FFdAxisOfRotation; |
|
 |
property AxisOfRotation: TVector3 read GetAxisOfRotation write SetAxisOfRotation; |
|
Generated by PasDoc 0.15.0.
|