Exemple #1
0
		protected override void LoadContent()
		{
			Camera.Initialize();
			Renderer = new DrawingContext(GraphicsDevice);
			OnLoadContent();
		}
Exemple #2
0
		protected override void LoadContent()
		{
			Camera.Initialize();
			Renderer = new DrawingContext(GraphicsDevice);
			Graphics.GraphicsDevice.RasterizerState = RasterizerState.CullCounterClockwise;
			OnLoadContent();
		}