Class TPixelTexture3DNode
Unit
X3DNodes
Declaration
type TPixelTexture3DNode = class(TAbstractTexture3DNode)
Description
3D texture defined as an explicit array of pixel values inside the X3D file.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
|
 |
class function ClassX3DType: string; override; |
|
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
|
 |
procedure LoadTextureData; override; |
|
|
Properties
 |
property FdImage: TMFInt32 read FFdImage; |
|
|
Generated by PasDoc 0.14.0.
|