Exemplo n.º 1
0
 protected ModelDisplayObjectBase(ModelDrawer drawer)
 {
     Drawer = drawer;
     BatchInformation = new BatchInformation();
     TextureIndex = Random.Next(8);
 }
Exemplo n.º 2
0
 protected ModelDisplayObjectBase(ModelDrawer drawer)
 {
     Drawer           = drawer;
     BatchInformation = new BatchInformation();
     TextureIndex     = Random.Next(8);
 }