Ejemplo n.º 1
0
 public override void DoPostProcess(GrassPhysicsArea grassPhysicsArea, ref GrassPostProcessState state, ref Texture texture)
 {
     //Process grass depth texture here
 }
Ejemplo n.º 2
0
 public override void Initialize(GrassPhysicsArea grassPhysicsArea, out GrassPostProcessState state)
 {
     //Initialize your post process here
     state = new EmptyPostProcessState();
 }