// -------------------------------------------
        //  UI
        // -------------------------------------------

        public override void RepaintColorFrame(byte[] data, int width, int height)
        {
            base.RepaintColorFrame(data, width, height);
            Helper.DrawFaces(data, width, height);
        }