Trying to get a gunners ViewOptics that will rotate down and around, in a airplane.
Doesnt move, seems locked in forward view.
class ViewOpticsBase{};
class ViewOptics : ViewOpticsBase
{
initAngleX=0; minAngleX=-50; maxAngleX=50;
initAngleY=0; minAngleY=-50; maxAngleY=50;
initFov=0.5; minFov=0.1; maxFov=5;
};
Seems I tried it all, is there an OFP limit on an airplane viewoptic ?