Exemplo n.º 1
0
        public void CompactMesh(int nObjectID)
        {
            StoredCommands sc  = new StoredCommands();
            uint           key = sc.AppendSceneCommand_CompactMesh(nObjectID);

            ExecuteCommands(sc);
        }