Class TTeapotNode

Unit

Declaration

type TTeapotNode = class(TAbstractGeometryNode)

Description

Teapot geometry, useful for testing purposes. See https://castle-engine.io/x3d_extensions.php#section_ext_teapot .

Hierarchy

Overview

Methods

Protected function DirectEnumerateActive(Func: TEnumerateChildrenFunction): Pointer; override;
Public constructor Create(const AX3DName: string = ''; const ABaseUrl: string = ''); override;
Public function Proxy(var State: TX3DGraphTraverseState): TAbstractGeometryNode; override;
Public function TexCoordField: TSFNode; override;
Public function AutoGenerate3DTexCoords: boolean; override;
Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;

Properties

Public property FdSize: TSFVec3f read FFdSize;
Public property Size: TVector3 read GetSize write SetSize;
Public property FdSolid: TSFBool read FFdSolid;
Public property FdManifold: TSFBool read FFdManifold;
Public property Manifold: Boolean read GetManifold write SetManifold;
Public property FdTexCoord: TSFNode read FFdTexCoord;

Description

Methods

Protected function DirectEnumerateActive(Func: TEnumerateChildrenFunction): Pointer; override;
 
Public constructor Create(const AX3DName: string = ''; const ABaseUrl: string = ''); override;
 
Public function Proxy(var State: TX3DGraphTraverseState): TAbstractGeometryNode; override;
 
Public function TexCoordField: TSFNode; override;
 
Public function AutoGenerate3DTexCoords: boolean; override;
 
Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 

Properties

Public property FdSize: TSFVec3f read FFdSize;

Internal wrapper for property Size. This wrapper API may change, we advise to access simpler Size instead.

Public property Size: TVector3 read GetSize write SetSize;
 
Public property FdSolid: TSFBool read FFdSolid;

Internal wrapper for property Solid. This wrapper API may change, we advise to access simpler Solid instead.

Public property FdManifold: TSFBool read FFdManifold;

Internal wrapper for property Manifold. This wrapper API may change, we advise to access simpler Manifold instead.

Public property Manifold: Boolean read GetManifold write SetManifold;
 
Public property FdTexCoord: TSFNode read FFdTexCoord;

Internal wrapper for property TexCoord. This wrapper API may change, we advise to access simpler TexCoord instead.


Generated by PasDoc 0.16.0.