ParticleSystem.ParticleShaderDefault Class Reference

Default shader, texture modulated by a color. More...

Inheritance diagram for ParticleSystem.ParticleShaderDefault:
ParticleSystem.IParticleShader

List of all members.

Public Member Functions

void Dispose ()
 Dispose implementation.
ShaderProgram GetShaderProgram ()
 Return the shader's ShaderProgram object.
void SetMVP (ref Matrix4 value)
 Set the Projection*View*Model matrix.
void SetColor (ref Vector4 value)
 Set a global color.

Detailed Description

Default shader, texture modulated by a color.