Class TCastleSphere
Unit
CastleScene
Declaration
type TCastleSphere = class(TCastleAbstractPrimitive)
Description
Sphere with configurable size, position and material.
Hierarchy
Overview
Methods
Properties
|
property Radius: Single read FRadius write SetRadius default 1; |
|
property DoubleSided: Boolean read FDoubleSided write SetDoubleSided default false; |
Description
Methods
|
constructor Create(AOwner: TComponent); override; |
|
|
destructor Destroy; override; |
|
Properties
|
property Radius: Single read FRadius write SetRadius default 1; |
Sphere radius.
|
|
property DoubleSided: Boolean read FDoubleSided write SetDoubleSided default false; |
When this is True , the object is visible (and lit) from both sides.
|
Generated by PasDoc 0.16.0.