ZOOM OUT
Comment please
Controls:
F - shoot missile (every 3 seconds)
Mouse - aim in manual (green) mode
Enter - switch manual/auto mode
Green - MANUAL /mouse aimed --> output: laser position (good for manual targeting ground targets, buildings for example)
Yellow - same as green but locking...
Red - LOCKED --> output: orange target position (good for moving objects, trucks, airplanes, boats. etc.)
Notes:
Whole program for targeting system is in laser and rest it rocket silo, use only ONE variabile!
- position of target (orange) after _time (default 0.25 sec) of straight path (for rocket navigation) --> WIP
- you can loose tagert if it moves too quickly too close to you, because laser need to turn a lot, so keep your distance
(this is not a bug, I just want to give enemy change)
Known bug, trying to FIX:
- you can aim to ground (green plane) too, but orange target will not move there, but output is correct
(because orange target show object that can move)
- missile can NOT fly more or less than +-90° degrees, that mean "backwards". Convenient in this case
Comment please