Introduction
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
CastleRenderer
type TResourceRenderer = class(TObject)
Base class for TGLRenderer helper. Such helper is associated with a given VRML node, and has methods like Prepare, Enable (their exact semantics depends on descendant) and Unprepare.
constructor Create(ARenderer: TGLRenderer; ANode: TX3DNode); virtual;
procedure Unprepare; virtual; abstract;
property Renderer: TGLRenderer read FRenderer;
property Node: TX3DNode read FNode;
Release all resources allocated by Prepare method.
Reference to handled VRML node. Never Nil.
Nil