C# Класс NewTOAPIA.Shapes.GLAxes

Наследование: IRenderable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GLAxes ( ) : System
GLAxes ( float axisLength ) : System
Render ( GraphicsInterface gi ) : void

Draw the unit axis. A small white sphere represents the origin and the three axes are colored Red, Green, and Blue, which corresponds to positive X, Y, and Z respectively. Each axis has an arrow on the end. normals are provided should the axes be lit.

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

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

public GLAxes ( ) : System
Результат System

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

public GLAxes ( float axisLength ) : System
axisLength float
Результат System

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

Draw the unit axis. A small white sphere represents the origin and the three axes are colored Red, Green, and Blue, which corresponds to positive X, Y, and Z respectively. Each axis has an arrow on the end. normals are provided should the axes be lit.
public Render ( GraphicsInterface gi ) : void
gi NewTOAPIA.GL.GraphicsInterface
Результат void