Ejemplo n.º 1
0
        public HeatHazeEffect(Game game, string bumpasset, bool high)
            : base(game)
        {
            distort = new BumpmapDistort(game, bumpasset, high);

            AddPostProcess(distort);
        }
        public HeatHazeEffect(Game game, string bumpasset, bool high)
            : base(game)
        {
            distort = new BumpmapDistort(game, bumpasset, high);

            AddPostProcess(distort);
        }