C# Class RingCamView.MasterCylinder

Inheritance: NewTOAPIA.GL.GLRenderable
Afficher le fichier Open project: Wiladams/NewTOAPIA

Protected Properties

Свойство Type Description
Translation NewTOAPIA.GL.float3

Méthodes publiques

Méthode Description
MasterCylinder ( GraphicsInterface gi, GLTexture texture, int numberOfSections, float radius, float height, int stacks, int slices, float expanseFactor ) : System

Méthodes protégées

Méthode Description
BeginRender ( GraphicsInterface GI ) : void
ConstructSections ( ) : void
EndRender ( GraphicsInterface GI ) : void
RenderContent ( GraphicsInterface GI ) : void

Method Details

BeginRender() protected méthode

protected BeginRender ( GraphicsInterface GI ) : void
GI NewTOAPIA.GL.GraphicsInterface
Résultat void

ConstructSections() protected méthode

protected ConstructSections ( ) : void
Résultat void

EndRender() protected méthode

protected EndRender ( GraphicsInterface GI ) : void
GI NewTOAPIA.GL.GraphicsInterface
Résultat void

MasterCylinder() public méthode

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
Résultat System

RenderContent() protected méthode

protected RenderContent ( GraphicsInterface GI ) : void
GI NewTOAPIA.GL.GraphicsInterface
Résultat void

Property Details

Translation protected_oe property

protected float3,NewTOAPIA.GL Translation
Résultat NewTOAPIA.GL.float3