Class TTextureTransformMatrix3DNode
Unit
X3DNodes
Declaration
type TTextureTransformMatrix3DNode = class(TAbstractSingleTextureTransformNode)
Description
Transformation of texture coordinates by a 4x4 matrix, particularly useful with 3D textures.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function TransformMatrix: TMatrix4; override; |
|
|
procedure CreateNode; override; |
|
|
class function ClassX3DType: string; override; |
|
Properties
|
property FdMatrix: TSFMatrix4f read FFdMatrix; |
Internal wrapper for property Matrix. This wrapper API may change, we advise to access simpler Matrix instead.
|
|
property Matrix: TMatrix4 read GetMatrix write SetMatrix; |
|
Generated by PasDoc 0.16.0.