Ejemplo n.º 1
0
 public GenericPhysicalObject(Game game, JDPhysicalObject objContent)
     : base(game)
 {
     MeshFileName = objContent.Appearance.MeshSource;
     TextureFileName = objContent.Appearance.TextureSource;
     Position = objContent.Position;
 }
Ejemplo n.º 2
0
 public TestConcretBlock(Game game, JDPhysicalObject physContent)
     : base(game)
 {
 }