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; |
|
|
 |
procedure CameraChanged(const APosition, ADirection, AUp: TVector3Single); |
|
|
Properties
 |
property CameraViewKnown: boolean read FCameraViewKnown; |
|
|
 |
property FdAxisOfRotation: TSFVec3f read FFdAxisOfRotation; |
|
|
 |
property AxisOfRotation: TVector3Single read GetAxisOfRotation write SetAxisOfRotation; |
|
|
Generated by PasDoc 0.14.0.
|