Пример #1
0
        public Game1()
        {
            graphics = new GraphicsDeviceManager(this);
            Content.RootDirectory = "Content";

            bloom = new BloomComponent(this);
            Components.Add(bloom);
            bloom.Visible = false;
        }
Пример #2
0
        public Game1()
        {
            graphics = new GraphicsDeviceManager(this);
            Content.RootDirectory = "Content";

            bloom = new BloomComponent(this);
            Components.Add(bloom);
            bloom.Visible = false;
        }