Class TTexture2TransformNode_1
Unit
X3DNodes
Declaration
type TTexture2TransformNode_1 = class(TAbstractChildNode)
Description
No description available, ancestor 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
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
function TextureMatrixTransformation: TMatrix4; |
|
Properties
 |
property FdTranslation: TSFVec2f read FFdTranslation; |
|
 |
property FdRotation: TSFFloat read FFdRotation; |
|
 |
property FdScaleFactor: TSFVec2f read FFdScaleFactor; |
|
 |
property FdCenter: TSFVec2f read FFdCenter; |
|
Generated by PasDoc 0.15.0.
|