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 function SolidField: TSFBool; 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;
Public property TexCoord: TX3DNode read GetTexCoord write SetTexCoord;

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 function SolidField: TSFBool; override;
 
Public procedure CreateNode; override;

Create node fields and events.

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, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

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, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property FdManifold: TSFBool read FFdManifold;

Internal wrapper for property Manifold. This wrapper API may change, we advise to access simpler Manifold instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

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, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property TexCoord: TX3DNode read GetTexCoord write SetTexCoord;
 

Generated by PasDoc 0.16.0.