bool TALON::clbkLoadVC(int id)
{
switch (id) {
case 0: // commander position
SetCameraOffset(_V(-0.41, 1.6, 2.241));
SetCameraDefaultDirection(_V(0, 0, 1));
SetCameraMovement(_V(0, 0, 0.2), 0, 0, _V(-0.3, 0, 0), 75 * RAD, -5 * RAD, _V(0.3, 0, 0), -20 * RAD, -27 * RAD)...