C# Класс WireframeGear, NewTOAPIA

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

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

Метод Описание
Render ( GraphicsInterface gi ) : void
WireframeGear ( GraphicsInterface gi, float innerRadius, float outerRadius, float width, int teeth, float toothdepth ) : System

Защищенные методы

Метод Описание
RenderContent ( GraphicsInterface gi ) : void

Приватные методы

Метод Описание
RenderBackFacesOfTeeth ( GraphicsInterface gi ) : void
RenderBackSidesOfTeeth ( GraphicsInterface gi ) : void
RenderFrontFacesOfTeeth ( GraphicsInterface gi ) : void
RenderFrontSidesOfTeeth ( GraphicsInterface gi ) : void
RenderInsideRadiusCylinder ( GraphicsInterface gi ) : void
RenderOutwardFacesOfTeeth ( GraphicsInterface gi ) : void

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

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

public Render ( GraphicsInterface gi ) : void
gi NewTOAPIA.GL.GraphicsInterface
Результат void

RenderContent() защищенный Метод

protected RenderContent ( GraphicsInterface gi ) : void
gi NewTOAPIA.GL.GraphicsInterface
Результат void

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

public WireframeGear ( GraphicsInterface gi, float innerRadius, float outerRadius, float width, int teeth, float toothdepth ) : System
gi NewTOAPIA.GL.GraphicsInterface
innerRadius float
outerRadius float
width float
teeth int
toothdepth float
Результат System