Class TSphereNode
Unit
Declaration
type TSphereNode = class(TAbstractGeometryNode)
Description
Sphere.
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractGeometryNode
- TSphereNode
Overview
Methods
function TexCoordField: TSFNode; override; |
|
function SolidField: TSFBool; override; |
|
function CalculateSlices: Cardinal; |
|
function CalculateStacks: Cardinal; |
|
class function ForVRMLVersion(const Version: TX3DVersion): boolean; override; |
|
function Proxy(var State: TX3DGraphTraverseState): TAbstractGeometryNode; override; |
|
function BoundingBox(State: TX3DGraphTraverseState; ProxyGeometry: TAbstractGeometryNode; ProxyState: TX3DGraphTraverseState): TBox3D; override; |
|
function LocalBoundingBox(State: TX3DGraphTraverseState; ProxyGeometry: TAbstractGeometryNode; ProxyState: TX3DGraphTraverseState): TBox3D; override; |
|
function TrianglesCount(State: TX3DGraphTraverseState; ProxyGeometry: TAbstractGeometryNode; ProxyState: TX3DGraphTraverseState): Cardinal; override; |
|
function AutoGenerate3DTexCoords: boolean; override; |
|
procedure CreateNode; override; |
|
class function ClassX3DType: string; override; |
Properties
property FdRadius: TSFFloat read FFdRadius; |
|
property Radius: Single read GetRadius write SetRadius; |
|
property FdSolid: TSFBool read FFdSolid; |
|
property FdTexCoord: TSFNode read FFdTexCoord; |
|
property FdSlices: TSFInt32 read FFdSlices; |
|
property Slices: Integer read GetSlices write SetSlices; |
|
property FdStacks: TSFInt32 read FFdStacks; |
|
property Stacks: Integer read GetStacks write SetStacks; |
Description
Methods
function TexCoordField: TSFNode; override; |
|
function SolidField: TSFBool; override; |
|
function CalculateSlices: Cardinal; |
|
function CalculateStacks: Cardinal; |
|
class function ForVRMLVersion(const Version: TX3DVersion): boolean; override; |
|
function Proxy(var State: TX3DGraphTraverseState): TAbstractGeometryNode; override; |
|
function BoundingBox(State: TX3DGraphTraverseState; ProxyGeometry: TAbstractGeometryNode; ProxyState: TX3DGraphTraverseState): TBox3D; override; |
|
function LocalBoundingBox(State: TX3DGraphTraverseState; ProxyGeometry: TAbstractGeometryNode; ProxyState: TX3DGraphTraverseState): TBox3D; override; |
|
function TrianglesCount(State: TX3DGraphTraverseState; ProxyGeometry: TAbstractGeometryNode; ProxyState: TX3DGraphTraverseState): Cardinal; override; |
|
function AutoGenerate3DTexCoords: boolean; override; |
|
procedure CreateNode; override; |
|
class function ClassX3DType: string; override; |
|
Properties
property FdRadius: TSFFloat read FFdRadius; |
|
Internal wrapper for property Radius. This wrapper API may change, we advise to access simpler Radius instead. |
property Radius: Single read GetRadius write SetRadius; |
|
property FdSolid: TSFBool read FFdSolid; |
|
Internal wrapper for property Solid. This wrapper API may change, we advise to access simpler Solid instead. |
property FdTexCoord: TSFNode read FFdTexCoord; |
|
Internal wrapper for property |
property FdSlices: TSFInt32 read FFdSlices; |
|
Internal wrapper for property Slices. This wrapper API may change, we advise to access simpler Slices instead. |
property Slices: Integer read GetSlices write SetSlices; |
|
property FdStacks: TSFInt32 read FFdStacks; |
|
Internal wrapper for property Stacks. This wrapper API may change, we advise to access simpler Stacks instead. |
property Stacks: Integer read GetStacks write SetStacks; |
|
Generated by PasDoc 0.16.0.