Class TBillboardNode

DescriptionHierarchyFieldsMethodsProperties

Unit

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

Protected function DirectEnumerateActive(Func: TEnumerateChildrenFunction): Pointer; override;
Protected procedure ApplyTransform(State: TX3DGraphTraverseState); override;
Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public class function URNMatching(const URN: string): boolean; override;
Public function TransformationChange: TNodeTransformationChange; override;
Public procedure CameraChanged(const APosition, ADirection, AUp: TVector3Single);

Properties

Public property CameraViewKnown: boolean read FCameraViewKnown;
Public property CameraPosition: TVector3Single read FCameraPosition;
Public property CameraDirection: TVector3Single read FCameraDirection;
Public property CameraUp: TVector3Single read FCameraUp;
Public property FdAxisOfRotation: TSFVec3f read FFdAxisOfRotation;
Public property AxisOfRotation: TVector3Single read GetAxisOfRotation write SetAxisOfRotation;

Description

Methods

Protected function DirectEnumerateActive(Func: TEnumerateChildrenFunction): Pointer; override;
 
Protected procedure ApplyTransform(State: TX3DGraphTraverseState); override;
 
Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public class function URNMatching(const URN: string): boolean; override;
 
Public function TransformationChange: TNodeTransformationChange; override;
 
Public procedure CameraChanged(const APosition, ADirection, AUp: TVector3Single);
 

Properties

Public property CameraViewKnown: boolean read FCameraViewKnown;
 
Public property CameraPosition: TVector3Single read FCameraPosition;
 
Public property CameraDirection: TVector3Single read FCameraDirection;
 
Public property CameraUp: TVector3Single read FCameraUp;
 
Public property FdAxisOfRotation: TSFVec3f read FFdAxisOfRotation;
 
Public property AxisOfRotation: TVector3Single read GetAxisOfRotation write SetAxisOfRotation;
 

Generated by PasDoc 0.14.0.