C# Class opentk.Scene.Extensions

Mostra file Open project: smalld/particle_system

Public Methods

Method Description
Add ( this state, ModelViewProjectionParameters mvp, string prefix = "" ) : void

Add the specified state, prefix and mvp.

SetMvp ( this state, string prefix, ModelViewProjectionParameters mvp ) : void

Sets the mvp.

Method Details

Add() public static method

Add the specified state, prefix and mvp.
public static Add ( this state, ModelViewProjectionParameters mvp, string prefix = "" ) : void
state this State.
mvp ModelViewProjectionParameters Mvp.
prefix string Prefix.
return void

SetMvp() public static method

Sets the mvp.
public static SetMvp ( this state, string prefix, ModelViewProjectionParameters mvp ) : void
state this State.
prefix string Prefix.
mvp ModelViewProjectionParameters Mvp.
return void