C# Class RenderingBase.RenderObjects.Geometries.Cube

Inheritance: GeometryBase
ファイルを表示 Open project: GoodAI/BrainSimulator

Public Methods

Method Description
Cube ( ) : OpenTK.Graphics.OpenGL
Draw ( ) : void

Method Details

Cube() public method

public Cube ( ) : OpenTK.Graphics.OpenGL
return OpenTK.Graphics.OpenGL

Draw() public method

public Draw ( ) : void
return void