Пример #1
0
 public BxRoot()
 {
     fObjGlRoot     = null;
     fParam         = null;
     fObjReadRoot   = null;
     fIsInitialized = false;
 }
Пример #2
0
        public void  Init(Func <GLControl> glControl)
        {
            fGLControl = glControl;

            fObjGlRoot   = new BxGlRoot(GLControl);
            fParam       = new BxCmUiParam();
            fObjReadRoot = new BxReadRoot();

            fObjGlRoot.Init(fParam);
            fIsInitialized = true;
        }