Definition at line 364 of file mainDemoCamera2d.cpp. References basicInvs, compoundInvs, and curInvList. Referenced by SetCurDemo(). 00365 { 00366 curInvList.push_back(basicInvs[0]); // Source 00367 curInvList.push_back(compoundInvs[2]); // Ew 00368 curInvList.push_back(compoundInvs[3]); // Ww 00369 curInvList.push_back(compoundInvs[4]); // Cw 00370 curInvList.push_back(compoundInvs[5]); // Nw 00371 curInvList.push_back(compoundInvs[6]); // Hw 00372 curInvList.push_back(compoundInvs[7]); // Cw_log 00373 curInvList.push_back(compoundInvs[8]); // Nw_log 00374 curInvList.push_back(compoundInvs[9]); // Hw_log 00375 }
|