public DefaultCarModelRenderer(Game game, TextureColourScheme colour)
 {
     this.game = game;
     this.colour_ = colour;
     //this.scale_ = scale
 }
Exemplo n.º 2
0
 public DefaultCarModelRenderer(Game game, TextureColourScheme colour)
 {
     this.game    = game;
     this.colour_ = colour;
     //this.scale_ = scale
 }