Class TResourceRenderer
Unit
CastleRenderer
Declaration
type TResourceRenderer = class(TObject)
Description
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.
Hierarchy
- TObject
- TResourceRenderer
Overview
Methods
Properties
Description
Methods
 |
procedure Unprepare; virtual; abstract; |
Release all resources allocated by Prepare method.
|
Properties
 |
property Node: TX3DNode read FNode; |
Reference to handled VRML node. Never Nil .
|
|