Example #1
0
        //------------------------------------------------------------------------------------------
        //------------------------------------------------------------------------------------------
        public void Reset(IGraphics graphics)
        {
            this._finalGroup = graphics.CreateRenderGroup(true);

            this._graphics = graphics;
        }