Class TSphereNode
Unit
X3DNodes
Declaration
type TSphereNode = class(TAbstractGeometryNode)
Description
Sphere.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
 |
function TexCoordField: TSFNode; override; |
|
 |
function SolidField: TSFBool; override; |
|
 |
function CalculateSlices: Cardinal; |
|
 |
function CalculateStacks: Cardinal; |
|
 |
class function ForVRMLVersion(const Version: TX3DVersion): boolean; override; |
|
 |
function AutoGenerate3DTexCoords: boolean; override; |
|
Properties
 |
property FdRadius: TSFFloat read FFdRadius; |
|
 |
property FdSolid: TSFBool read FFdSolid; |
|
 |
property FdTexCoord: TSFNode read FFdTexCoord; |
|
 |
property FdSlices: TSFInt32 read FFdSlices; |
|
 |
property FdStacks: TSFInt32 read FFdStacks; |
|
 |
property Radius: Single read GetRadius write SetRadius; |
|
 |
property Slices: Integer read GetSlices write SetSlices; |
|
 |
property Stacks: Integer read GetStacks write SetStacks; |
|
Generated by PasDoc 0.15.0.
|