Ejemplo n.º 1
0
 public GomezHost(Game game)
     : base(game)
 {
     this.playerMesh = new Mesh()
     {
         SamplerState = SamplerState.PointClamp
     };
     this.UpdateOrder   = 11;
     this.DrawOrder     = 9;
     GomezHost.Instance = this;
 }
Ejemplo n.º 2
0
 public GomezHost(Game game)
   : base(game)
 {
   this.playerMesh = new Mesh()
   {
     SamplerState = SamplerState.PointClamp
   };
   this.UpdateOrder = 11;
   this.DrawOrder = 9;
   GomezHost.Instance = this;
 }