Class TShapeTreeTransform

Unit

Declaration

type TShapeTreeTransform = class(TShapeTreeGroup)

Description

Node of the TShapeTree transforming it's children.

It's ideal for handling VRML 2.0 / X3D Transform node, and similar nodes (MatrixTransform and some H-Anim nodes also act as a transformation node and also may be handled by this).

Hierarchy

Overview

Methods

Public constructor Create(const AParentScene: TX3DEventsEngine);
Public destructor Destroy; override;
Public procedure FastTransformUpdate(var AnythingChanged: Boolean); override;
Public function TransformNode: TX3DNode;
Public function DebugInfo(const Indent: string = ''): string; override;

Properties

Public property TransformFunctionality: TTransformFunctionality read FTransformFunctionality write SetTransformFunctionality;
Public property TransformState: TX3DGraphTraverseState read FTransformState;

Description

Methods

Public constructor Create(const AParentScene: TX3DEventsEngine);
 
Public destructor Destroy; override;
 
Public procedure FastTransformUpdate(var AnythingChanged: Boolean); override;
 
Public function TransformNode: TX3DNode;
 
Public function DebugInfo(const Indent: string = ''): string; override;
 

Properties

Public property TransformFunctionality: TTransformFunctionality read FTransformFunctionality write SetTransformFunctionality;
 
Public property TransformState: TX3DGraphTraverseState read FTransformState;

State right before traversing the TransformNode. Owned by this TShapeTreeTransform instance. You should assign to it when you set TransformNode.


Generated by PasDoc 0.16.0.