Class TRenderedTextureNode
Unit
Declaration
type TRenderedTextureNode = class(TAbstractSingleTextureNode)
Description
Texture with contents created by rendering the scene from a specific viewpoint.
Hierarchy
- TObject
 - TPersistent
 - TX3DFileItem
 - TX3DNode
 - TAbstractNode
 - TAbstractAppearanceChildNode
 - TAbstractTextureNode
 - TAbstractSingleTextureNode
 - TRenderedTextureNode
 
Overview
Methods
![]()  | 
constructor Create(const AX3DName: String = ''; const ABaseUrl: String = ''); override; | 
![]()  | 
procedure CreateNode; override; | 
![]()  | 
class function ClassX3DType: String; override; | 
![]()  | 
procedure SetDimensions(const Value: array of Int32); overload; | 
![]()  | 
procedure SetDimensions(const Value: TInt32List); overload; | 
![]()  | 
procedure SetDepthMap(const Value: array of boolean); overload; | 
![]()  | 
procedure SetDepthMap(const Value: TBooleanList); overload; | 
![]()  | 
procedure SetZOffset(const Value: array of Int32); overload; | 
![]()  | 
procedure SetZOffset(const Value: TInt32List); overload; | 
![]()  | 
procedure SetTargets(const Value: array of TAbstractTextureNode); | 
![]()  | 
procedure SetExcludeNodes(const Value: array of TAbstractNode); | 
Properties
![]()  | 
property FdBackground: TSFNode read FFdBackground; | 
![]()  | 
property Background: TAbstractBackgroundNode read GetBackground write SetBackground; | 
![]()  | 
property FdFog: TSFNode read FFdFog; | 
![]()  | 
property Fog: TFogNode read GetFog write SetFog; | 
![]()  | 
property FdEnvironment: TSFNode read FFdEnvironment; | 
![]()  | 
property Environment: TEnvironmentNode read GetEnvironment write SetEnvironment; | 
![]()  | 
property FdScene: TSFNode read FFdScene; | 
![]()  | 
property Scene: TAbstractNode read GetScene write SetScene; | 
![]()  | 
property FdDimensions: TMFInt32 read FFdDimensions; | 
![]()  | 
property FdUpdate: TSFStringEnum read FFdUpdate; | 
![]()  | 
property Update: TTextureUpdate read GetUpdate write SetUpdate; | 
![]()  | 
property FdViewpoint: TSFNode read FFdViewpoint; | 
![]()  | 
property Viewpoint: TX3DNode read GetViewpoint write SetViewpoint; | 
![]()  | 
property FdTextureProperties: TSFNode read FFdTextureProperties; | 
![]()  | 
property TextureProperties: TTexturePropertiesNode read GetTextureProperties write SetTextureProperties; | 
![]()  | 
property FdRepeatS: TSFBool read FFdRepeatS; | 
![]()  | 
property RepeatS: Boolean read GetRepeatS write SetRepeatS; | 
![]()  | 
property FdRepeatT: TSFBool read FFdRepeatT; | 
![]()  | 
property RepeatT: Boolean read GetRepeatT write SetRepeatT; | 
![]()  | 
property FdRepeatR: TSFBool read FFdRepeatR; | 
![]()  | 
property RepeatR: Boolean read GetRepeatR write SetRepeatR; | 
![]()  | 
property FdDepthMap: TMFBool read FFdDepthMap; | 
![]()  | 
property FdZOffset: TMFInt32 read FFdZOffset; | 
![]()  | 
property FdTargets: TMFNode read FFdTargets; | 
![]()  | 
property EventViewing: TSFMatrix4fEvent read FEventViewing; | 
![]()  | 
property EventProjection: TSFMatrix4fEvent read FEventProjection; | 
![]()  | 
property FdFrameBufferMode: TSFString read FFdFrameBufferMode; | 
![]()  | 
property FrameBufferMode: String read GetFrameBufferMode write SetFrameBufferMode; | 
![]()  | 
property FdExcludeNodes: TMFNode read FFdExcludeNodes; | 
![]()  | 
property FdTriggerName: TSFString read FFdTriggerName; | 
![]()  | 
property TriggerName: String read GetTriggerName write SetTriggerName; | 
![]()  | 
property EventImage_changed: TSFImageEvent read FEventImage_changed; | 
![]()  | 
property EventRendering: TSFBoolEvent read FEventRendering; | 
Description
Methods
![]()  | 
constructor Create(const AX3DName: String = ''; const ABaseUrl: String = ''); override; | 
| 
 This item has no description. Showing description inherited from TX3DNode.Create. Constructor. Initializes various properties: 
  | |
![]()  | 
procedure CreateNode; override; | 
| 
 Create node fields and events.  | |
![]()  | 
class function ClassX3DType: String; override; | 
| 
 This item has no description. Showing description inherited from TX3DNode.ClassX3DType. Node type name in VRML/X3D, for this class. Normal VRML/X3D node classes should override this to return something non-empty, and then X3DType automatically will return the same value. Empty for classes that don't have a hardcoded VRML/X3D node name, like a special TX3DUnknownNode. Such special classes should override then X3DType to return actual non-empty name there. You usually should call X3DType. The only use of this method is that it works on classes (it's "class function"), without needing at actual instance.  | |
![]()  | 
procedure SetDimensions(const Value: array of Int32); overload; | 
| 
 This item has no description.  | |
![]()  | 
procedure SetDimensions(const Value: TInt32List); overload; | 
| 
 This item has no description.  | |
![]()  | 
procedure SetDepthMap(const Value: array of boolean); overload; | 
| 
 This item has no description.  | |
![]()  | 
procedure SetDepthMap(const Value: TBooleanList); overload; | 
| 
 This item has no description.  | |
![]()  | 
procedure SetZOffset(const Value: array of Int32); overload; | 
| 
 This item has no description.  | |
![]()  | 
procedure SetZOffset(const Value: TInt32List); overload; | 
| 
 This item has no description.  | |
![]()  | 
procedure SetTargets(const Value: array of TAbstractTextureNode); | 
| 
 This item has no description.  | |
![]()  | 
procedure SetExcludeNodes(const Value: array of TAbstractNode); | 
| 
 This item has no description.  | |
Properties
![]()  | 
property FdBackground: TSFNode read FFdBackground; | 
| 
 
Internal wrapper for property   | |
![]()  | 
property Background: TAbstractBackgroundNode read GetBackground write SetBackground; | 
| 
 This item has no description.  | |
![]()  | 
property FdFog: TSFNode read FFdFog; | 
| 
 
Internal wrapper for property   | |
![]()  | 
property Fog: TFogNode read GetFog write SetFog; | 
| 
 This item has no description.  | |
![]()  | 
property FdEnvironment: TSFNode read FFdEnvironment; | 
| 
 
Internal wrapper for property   | |
![]()  | 
property Environment: TEnvironmentNode read GetEnvironment write SetEnvironment; | 
| 
 This item has no description.  | |
![]()  | 
property FdScene: TSFNode read FFdScene; | 
| 
 
Internal wrapper for property   | |
![]()  | 
property Scene: TAbstractNode read GetScene write SetScene; | 
| 
 This item has no description.  | |
![]()  | 
property FdDimensions: TMFInt32 read FFdDimensions; | 
| 
 
Internal wrapper for property   | |
![]()  | 
property FdUpdate: TSFStringEnum read FFdUpdate; | 
| 
 
Internal wrapper for property   | |
![]()  | 
property Update: TTextureUpdate read GetUpdate write SetUpdate; | 
| 
 When to update the texture contents.  | |
![]()  | 
property FdViewpoint: TSFNode read FFdViewpoint; | 
| 
 
Internal wrapper for property   | |
![]()  | 
property Viewpoint: TX3DNode read GetViewpoint write SetViewpoint; | 
| 
 This item has no description.  | |
![]()  | 
property FdTextureProperties: TSFNode read FFdTextureProperties; | 
| 
 
Internal wrapper for property   | |
![]()  | 
property TextureProperties: TTexturePropertiesNode read GetTextureProperties write SetTextureProperties; | 
| 
 This item has no description.  | |
![]()  | 
property FdRepeatS: TSFBool read FFdRepeatS; | 
| 
 
Internal wrapper for property   | |
![]()  | 
property RepeatS: Boolean read GetRepeatS write SetRepeatS; | 
| 
 This item has no description.  | |
![]()  | 
property FdRepeatT: TSFBool read FFdRepeatT; | 
| 
 
Internal wrapper for property   | |
![]()  | 
property RepeatT: Boolean read GetRepeatT write SetRepeatT; | 
| 
 This item has no description.  | |
![]()  | 
property FdRepeatR: TSFBool read FFdRepeatR; | 
| 
 
Internal wrapper for property   | |
![]()  | 
property RepeatR: Boolean read GetRepeatR write SetRepeatR; | 
| 
 This item has no description.  | |
![]()  | 
property FdDepthMap: TMFBool read FFdDepthMap; | 
| 
 
Internal wrapper for property   | |
![]()  | 
property FdZOffset: TMFInt32 read FFdZOffset; | 
| 
 
Internal wrapper for property   | |
![]()  | 
property FdTargets: TMFNode read FFdTargets; | 
| 
 
Internal wrapper for property   | |
![]()  | 
property EventViewing: TSFMatrix4fEvent read FEventViewing; | 
| 
 This item has no description.  | |
![]()  | 
property EventProjection: TSFMatrix4fEvent read FEventProjection; | 
| 
 This item has no description.  | |
![]()  | 
property FdFrameBufferMode: TSFString read FFdFrameBufferMode; | 
| 
 
Internal wrapper for property   | |
![]()  | 
property FrameBufferMode: String read GetFrameBufferMode write SetFrameBufferMode; | 
| 
 This item has no description.  | |
![]()  | 
property FdExcludeNodes: TMFNode read FFdExcludeNodes; | 
| 
 
Internal wrapper for property   | |
![]()  | 
property FdTriggerName: TSFString read FFdTriggerName; | 
| 
 
Internal wrapper for property   | |
![]()  | 
property TriggerName: String read GetTriggerName write SetTriggerName; | 
| 
 This item has no description.  | |
![]()  | 
property EventImage_changed: TSFImageEvent read FEventImage_changed; | 
| 
 This item has no description.  | |
![]()  | 
property EventRendering: TSFBoolEvent read FEventRendering; | 
| 
 This item has no description.  | |
Generated by PasDoc 0.16.0-snapshot.
