Class TTexture2TransformNode_1

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TTexture2TransformNode_1 = class(TAbstractChildNode)

Description

no description available, TAbstractChildNode description follows

Abstract node type that indicates that the node may be used as a child of a grouping node, e.g. inside TAbstractX3DGroupingNode.FdChildren.

Hierarchy

Overview

Methods

Protected procedure MiddleTraverse(StateStack: TX3DGraphTraverseStateStack); override;
Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public function TextureMatrixTransformation: TMatrix4Single;

Properties

Public property FdTranslation: TSFVec2f read FFdTranslation;
Public property FdRotation: TSFFloat read FFdRotation;
Public property FdScaleFactor: TSFVec2f read FFdScaleFactor;
Public property FdCenter: TSFVec2f read FFdCenter;

Description

Methods

Protected procedure MiddleTraverse(StateStack: TX3DGraphTraverseStateStack); override;
 
Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public function TextureMatrixTransformation: TMatrix4Single;
 

Properties

Public property FdTranslation: TSFVec2f read FFdTranslation;
 
Public property FdRotation: TSFFloat read FFdRotation;
 
Public property FdScaleFactor: TSFVec2f read FFdScaleFactor;
 
Public property FdCenter: TSFVec2f read FFdCenter;
 

Generated by PasDoc 0.14.0.