C# Class opentk.Scene.Extensions

Afficher le fichier Open project: smalld/particle_system

Méthodes publiques

Méthode 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 méthode

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.
Résultat void

SetMvp() public static méthode

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