Class TProjectedTextureCoordinateNode
Unit
X3DNodes
Declaration
type TProjectedTextureCoordinateNode = class(TAbstractTextureCoordinateNode)
Description
Generate texture coordinates by projection. See http://castle-engine.sourceforge.net/x3d_extensions_shadow_maps.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 FdProjector: TSFNode read FFdProjector; |
|
Generated by PasDoc 0.15.0.
|