Class TEffectPartNode
Unit
X3DNodes
Declaration
type TEffectPartNode = class(TAbstractNode, IAbstractUrlObject)
Description
Part of a shader effect, used with TEffectNode. 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; |
|
|
 |
function Contents: string; |
|
Load shader code from node's URLs. In X3D XML encoding, also loads node's XML CDATA as a last resort. Will return '' if no valid URLs are present, loading errors are reported to WritelnWarning.
|
Properties
 |
property ShaderType: TShaderType read GetShaderType write SetShaderType; |
|
Shader type.
|
Generated by PasDoc 0.14.0.
|