C# Class WaveEngine.Components.Primitives.Sphere

A 3D sphere.
Inheritance: Geometric
Afficher le fichier Open project: WaveEngine/Components

Méthodes publiques

Méthode Description
Sphere ( float diameter, int tessellation ) : System

Initializes a new instance of the Sphere class.

Method Details

Sphere() public méthode

Initializes a new instance of the Sphere class.
If tessellation is less than 3.
public Sphere ( float diameter, int tessellation ) : System
diameter float The sphere diameter.
tessellation int The sphere tessellation.
Résultat System