Example #1
0
 protected Scene(GraphicsDevice graphicsDevice, Vector3 center)
 {
     this.GraphicsDevice = graphicsDevice;
     this.Center = center;
     RecommandedSettings = new RecommandedSceneSettings();
 }
Example #2
0
 protected Scene(GraphicsDevice graphicsDevice, Vector3 center)
 {
     this.GraphicsDevice = graphicsDevice;
     this.Center         = center;
     RecommandedSettings = new RecommandedSceneSettings();
 }