Class TRenderedTextureNode

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TRenderedTextureNode = class(TAbstractTextureNode)

Description

no description available, TAbstractTextureNode description follows
no description available, TAbstractAppearanceChildNode description follows
no description available, TAbstractNode description follows

Base X3D node.

Almost all X3D nodes inherit from this. (Exception: X3DMetadataObject. So you cannot have metadata of metadata of...)

Hierarchy

Overview

Methods

Public procedure CreateNode; override;
Public destructor Destroy; override;
Public class function ClassNodeTypeName: string; override;
Public class function URNMatching(const URN: string): boolean; override;

Properties

Public property GeneratedTextureHandler: TGeneratedTextureHandler read FGeneratedTextureHandler;
Public property FdViewpoint: TSFNode read FFdViewpoint;
Public property FdBackground: TSFNode read FFdBackground;
Public property FdFog: TSFNode read FFdFog;
Public property FdEnvironment: TSFNode read FFdEnvironment;
Public property FdScene: TSFNode read FFdScene;
Public property FdDimensions: TMFInt32 read FFdDimensions;
Public property FdDepthMap: TMFBool read FFdDepthMap;
Public property FdForeground: TSFNode read FFdForeground;
Public property FdZOffset: TMFInt32 read FFdZOffset;
Public property FdTargets: TMFNode read FFdTargets;
Public property FdDescription: TSFString read FFdDescription;
Public property EventViewing: TX3DEvent read FEventViewing;
Public property EventProjection: TX3DEvent read FEventProjection;
Public property FdUpdate: TSFString read FFdUpdate;
Public property FdFrameBufferMode: TSFString read FFdFrameBufferMode;
Public property FdExcludeNodes: TMFNode read FFdExcludeNodes;
Public property FdTriggerName: TSFString read FFdTriggerName;
Public property EventTriggerSlot: TX3DEvent read FEventTriggerSlot;
Public property EventImage_changed: TX3DEvent read FEventImage_changed;
Public property FdTextureProperties: TSFNode read FFdTextureProperties;
Public property FdRepeatS: TSFBool read FFdRepeatS;
Public property FdRepeatT: TSFBool read FFdRepeatT;
Public property FdRepeatR: TSFBool read FFdRepeatR;
Public property EventRendering: TX3DEvent read FEventRendering;

Description

Methods

Public procedure CreateNode; override;
 
Public destructor Destroy; override;
 
Public class function ClassNodeTypeName: string; override;
 
Public class function URNMatching(const URN: string): boolean; override;
 

Properties

Public property GeneratedTextureHandler: TGeneratedTextureHandler read FGeneratedTextureHandler;
 
Public property FdViewpoint: TSFNode read FFdViewpoint;
 
Public property FdBackground: TSFNode read FFdBackground;
 
Public property FdFog: TSFNode read FFdFog;
 
Public property FdEnvironment: TSFNode read FFdEnvironment;
 
Public property FdScene: TSFNode read FFdScene;
 
Public property FdDimensions: TMFInt32 read FFdDimensions;
 
Public property FdDepthMap: TMFBool read FFdDepthMap;
 
Public property FdForeground: TSFNode read FFdForeground;
 
Public property FdZOffset: TMFInt32 read FFdZOffset;
 
Public property FdTargets: TMFNode read FFdTargets;
 
Public property FdDescription: TSFString read FFdDescription;
 
Public property EventViewing: TX3DEvent read FEventViewing;
 
Public property EventProjection: TX3DEvent read FEventProjection;
 
Public property FdUpdate: TSFString read FFdUpdate;
 
Public property FdFrameBufferMode: TSFString read FFdFrameBufferMode;
 
Public property FdExcludeNodes: TMFNode read FFdExcludeNodes;
 
Public property FdTriggerName: TSFString read FFdTriggerName;
 
Public property EventTriggerSlot: TX3DEvent read FEventTriggerSlot;
 
Public property EventImage_changed: TX3DEvent read FEventImage_changed;
 
Public property FdTextureProperties: TSFNode read FFdTextureProperties;
 
Public property FdRepeatS: TSFBool read FFdRepeatS;
 
Public property FdRepeatT: TSFBool read FFdRepeatT;
 
Public property FdRepeatR: TSFBool read FFdRepeatR;
 
Public property EventRendering: TX3DEvent read FEventRendering;
 

Generated by PasDoc 0.13.0 on 2013-08-17 21:27:17