C# Class opentk.QnodeDebug.QuadTreeDebug

Inheritance: opentk.ShadingSetup.RenderPass
显示文件 Open project: smalld/particle_system

Public Methods

Method Description
QuadTreeDebug ( int maxSize, MatrixStack trans ) : System
Render ( GameWindow window ) : void

Private Methods

Method Description
FillBuffers ( ) : void
PrepareState ( ) : void

Method Details

QuadTreeDebug() public method

public QuadTreeDebug ( int maxSize, MatrixStack trans ) : System
maxSize int
trans MatrixStack
return System

Render() public method

public Render ( GameWindow window ) : void
window OpenTK.GameWindow
return void