// attach ID should be in range from 100 to 110
// first number is forward - backward (bigger is forward)
// second number is height (bigger is higher)
// third number is left - right (negative is left)
// rotation values : 1st along X-longitudinal, 2nd along Y-vertical, 3rd along Z-look up-down)


[attach=100] // Nose camera facing infront, 25m ahead
    position = 25, 0, 0
    rotation = 0, 0, 0
    convex = "Fin_Ctl_0"
    object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=101] // below
    position = 0, -20, 0
    rotation = 0, 0, -90
    object = "LuaScripts/WorldObjects/GoProCamera75.txt"
[end]

[attach=102] // backward facing camera, behind the aircraft
    position = -25 , 0, 0
    rotation = 0, 180, 0
    convex = "Stab_MdlLft_0"
    object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=103] // Side camera located on L wing //
    position = 0, -0.2, -25
    rotation = 0, 90, 0
    convex = "Wing_MdlLft_1"
    object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=104] // Side camera located on R wing //
    position = 0, -0.2, 25
    rotation = 0, -90, 0
    convex = "Wing_MdlLft_1"
    object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=105] // Backward camera located on the engine cowling
    position = 5, 0.6, -0.6
    rotation = 0, 170, 0
    object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=106] // Side camera gun camera L
    position = 0.7, -0.3, -1.1
    rotation = 0, 0, 0
    object = "LuaScripts/WorldObjects/GoProCamera75.txt"
[end]

[attach=107] // Side camera gun camera R
    position = 0.7, -0.3, 1.1
    rotation = 0, 0, 0
    object = "LuaScripts/WorldObjects/GoProCamera75.txt"
[end]

[attach=108] // Behind and low  facing forward
    position = -6, -4, 1
    rotation = 0, 0, 0
    object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=109] //  Behind and high facing forward
    position = -7, 3, -1
    rotation = 0, 0, 0
    object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=110] // behind center line high
    position = -8, 7, 0
    rotation = 0, 0, 0
    object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]