C# Класс Visualizer.SpherePrimitive

Geometric primitive class for drawing spheres.
Наследование: GeometricPrimitive
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SpherePrimitive ( GraphicsDevice graphicsDevice ) : System

Constructs a new sphere primitive, using default settings.

SpherePrimitive ( GraphicsDevice graphicsDevice, float diameter, int tessellation ) : System

Constructs a new sphere primitive, with the specified size and tessellation level.

Описание методов

SpherePrimitive() публичный Метод

Constructs a new sphere primitive, using default settings.
public SpherePrimitive ( GraphicsDevice graphicsDevice ) : System
graphicsDevice GraphicsDevice
Результат System

SpherePrimitive() публичный Метод

Constructs a new sphere primitive, with the specified size and tessellation level.
public SpherePrimitive ( GraphicsDevice graphicsDevice, float diameter, int tessellation ) : System
graphicsDevice GraphicsDevice
diameter float
tessellation int
Результат System