Class TPixelTexture3DNode

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TPixelTexture3DNode = class(TAbstractTexture3DNode)

Description

3D texture defined as an explicit array of pixel values inside the X3D file.

Hierarchy

Overview

Methods

Protected function AlphaChannelData: TAlphaChannel; override;
Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public class function URNMatching(const URN: string): boolean; override;
Public procedure LoadTextureData; override;

Properties

Public property FdImage: TMFInt32 read FFdImage;

Description

Methods

Protected function AlphaChannelData: TAlphaChannel; override;
 
Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public class function URNMatching(const URN: string): boolean; override;
 
Public procedure LoadTextureData; override;
 

Properties

Public property FdImage: TMFInt32 read FFdImage;
 

Generated by PasDoc 0.14.0.