C# Class opentk.GridRenderPass.Grid

Inheritance: opentk.ShadingSetup.RenderPass
Afficher le fichier Open project: smalld/particle_system Class Usage Examples

Méthodes publiques

Méthode Description
Grid ( ModelViewProjectionParameters mvp ) : System
Render ( GameWindow window ) : void

Private Methods

Méthode Description
PrepareState ( ) : void
UpdateGrid ( ) : void

Method Details

Grid() public méthode

public Grid ( ModelViewProjectionParameters mvp ) : System
mvp opentk.Scene.ModelViewProjectionParameters
Résultat System

Render() public méthode

public Render ( GameWindow window ) : void
window OpenTK.GameWindow
Résultat void