Class TEffectNode
Unit
X3DNodes
Declaration
type TEffectNode = class(TAbstractChildNode)
Description
Shader effect, that can be composed with other effect or standard rendering. See http://castle-engine.sourceforge.net/compositing_shaders.php .
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
Properties
 |
property FdParts: TMFNode read FFdParts; |
|
 |
property FdEnabled: TSFBool read FFdEnabled; |
|
 |
property Enabled: boolean read GetEnabled write SetEnabled; |
|
Generated by PasDoc 0.15.0.
|