C# Class RingCamView.MasterCylinder

Inheritance: NewTOAPIA.GL.GLRenderable
Show file Open project: Wiladams/NewTOAPIA

Protected Properties

Property Type Description
Translation NewTOAPIA.GL.float3

Public Methods

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

Protected Methods

Method Description
BeginRender ( GraphicsInterface GI ) : void
ConstructSections ( ) : void
EndRender ( GraphicsInterface GI ) : void
RenderContent ( GraphicsInterface GI ) : void

Method Details

BeginRender() protected method

protected BeginRender ( GraphicsInterface GI ) : void
GI NewTOAPIA.GL.GraphicsInterface
return void

ConstructSections() protected method

protected ConstructSections ( ) : void
return void

EndRender() protected method

protected EndRender ( GraphicsInterface GI ) : void
GI NewTOAPIA.GL.GraphicsInterface
return void

MasterCylinder() public method

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
return System

RenderContent() protected method

protected RenderContent ( GraphicsInterface GI ) : void
GI NewTOAPIA.GL.GraphicsInterface
return void

Property Details

Translation protected property

protected float3,NewTOAPIA.GL Translation
return NewTOAPIA.GL.float3