Class TTeapotNode
Unit
X3DNodes
Declaration
type TTeapotNode = class(TAbstractGeometryNode)
Description
Teapot geometry, useful for testing purposes. See http://castle-engine.sourceforge.net/x3d_extensions.php#section_ext_teapot .
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
 |
function ProxyUsesOverTriangulate: boolean; override; |
|
 |
function TexCoordField: TSFNode; override; |
|
 |
function AutoGenerate3DTexCoords: boolean; override; |
|
Properties
 |
property FdSolid: TSFBool read FFdSolid; |
|
 |
property FdManifold: TSFBool read FFdManifold; |
|
 |
property FdTexCoord: TSFNode read FFdTexCoord; |
|
 |
property Size: TVector3 read GetSize write SetSize; |
|
 |
property Manifold: boolean read GetManifold write SetManifold; |
|
Generated by PasDoc 0.15.0.
|