C# Класс RingCamView.MasterCylinder

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

Защищенные свойства (Protected)

Свойство Тип Описание
Translation NewTOAPIA.GL.float3

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

Метод Описание
MasterCylinder ( GraphicsInterface gi, GLTexture texture, int numberOfSections, float radius, float height, int stacks, int slices, float expanseFactor ) : System

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

Метод Описание
BeginRender ( GraphicsInterface GI ) : void
ConstructSections ( ) : void
EndRender ( GraphicsInterface GI ) : void
RenderContent ( GraphicsInterface GI ) : void

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

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

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

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

protected ConstructSections ( ) : void
Результат void

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

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

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

public MasterCylinder ( GraphicsInterface gi, GLTexture texture, int numberOfSections, float radius, float height, int stacks, int slices, float expanseFactor ) : System
gi NewTOAPIA.GL.GraphicsInterface
texture NewTOAPIA.GL.GLTexture
numberOfSections int
radius float
height float
stacks int
slices int
expanseFactor float
Результат System

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

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

Описание свойств

Translation защищенное свойство

protected float3,NewTOAPIA.GL Translation
Результат NewTOAPIA.GL.float3