Definition at line 322 of file mainDemoCamera2d.cpp. References basicInvs, compoundInvs, and curInvList. Referenced by SetCurDemo(). 00323 { 00324 curInvList.push_back(basicInvs[1]); // L 00325 curInvList.push_back(compoundInvs[0]); // Lw2 00326 curInvList.push_back(compoundInvs[2]); // Ew 00327 curInvList.push_back(compoundInvs[3]); // Ww 00328 curInvList.push_back(compoundInvs[4]); // Cw 00329 curInvList.push_back(compoundInvs[12]); // ANG2w 00330 curInvList.push_back(compoundInvs[11]); // ANGw 00331 curInvList.push_back(compoundInvs[14]); // OBw 00332 }
|