Ejemplo n.º 1
0
        public int CreatePivot()
        {
            StoredCommands sc  = new StoredCommands();
            frame3f        f   = WorldFrame();
            uint           key = sc.AppendSceneCommand_CreatePivot(f);

            ExecuteCommands(sc);

            any_result r = new any_result();

            sc.GetSceneCommandResult_CreatePivot(key, r);
            return(r.i);
        }