Class TTeapotNode
Unit
X3DNodes
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
Properties
Description
Methods
 |
constructor Create(const AX3DName: string = ''; const ABaseUrl: String = ''); override; |
|
 |
function TexCoordField: TSFNode; override; |
|
 |
function AutoGenerate3DTexCoords: boolean; override; |
|
 |
function SolidField: TSFBool; override; |
|
 |
procedure CreateNode; override; |
Create node fields and events.
|
 |
class function ClassX3DType: String; override; |
|
Properties
 |
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).
|
 |
property Size: TVector3 read GetSize write SetSize; |
|
 |
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).
|
 |
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).
|
 |
property Manifold: Boolean read GetManifold write SetManifold; |
|
 |
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).
|
 |
property TexCoord: TX3DNode read GetTexCoord write SetTexCoord; |
|
Generated by PasDoc 0.16.0.