C# Class NewTOAPIA.GL.GLUCylinder

Inheritance: GLUQuadric
Datei anzeigen Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
GLUCylinder ( double baseSize, double height, int slices, int stacks )

Protected Methods

Method Description
RenderContent ( GraphicsInterface gi ) : void

Method Details

GLUCylinder() public method

public GLUCylinder ( double baseSize, double height, int slices, int stacks )
baseSize double
height double
slices int
stacks int

RenderContent() protected method

protected RenderContent ( GraphicsInterface gi ) : void
gi GraphicsInterface
return void