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