Example #1
0
 public TextureObject2DDisolve()
     : base(Utils.Path.Disolve)
 {
     Property = new DisolveProperty(Material2d);
 }
 public PostEffectDisolve()
     : base(Utils.Path.Disolve + ".hlsl", Utils.Path.Disolve + ".glsl")
 {
     Property = new DisolveProperty(Material2d);
 }