C# Class opentk.GridRenderPass.Grid

Inheritance: opentk.ShadingSetup.RenderPass
Mostrar archivo Open project: smalld/particle_system Class Usage Examples

Public Methods

Method Description
Grid ( ModelViewProjectionParameters mvp ) : System
Render ( GameWindow window ) : void

Private Methods

Method Description
PrepareState ( ) : void
UpdateGrid ( ) : void

Method Details

Grid() public method

public Grid ( ModelViewProjectionParameters mvp ) : System
mvp opentk.Scene.ModelViewProjectionParameters
return System

Render() public method

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