Class TPixelTexture3DNode
Unit
Declaration
type TPixelTexture3DNode = class(TAbstractTexture3DNode)
Description
3D texture defined as an explicit array of pixel values inside the X3D file.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractAppearanceChildNode
- TAbstractTextureNode
- TAbstractSingleTextureNode
- TAbstractTexture3DNode
- TPixelTexture3DNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure LoadTextureData; override; |
![]() |
procedure SetImage(const Value: array of LongInt); |
![]() |
procedure SetImage(const Value: TLongIntList); |
Properties
![]() |
property FdImage: TMFInt32 read FFdImage; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure LoadTextureData; override; |
![]() |
procedure SetImage(const Value: array of LongInt); |
![]() |
procedure SetImage(const Value: TLongIntList); |
Properties
![]() |
property FdImage: TMFInt32 read FFdImage; |
Generated by PasDoc 0.16.0.
