// attach ID shold be in range from 100 to 110
// do not set fixcamera close to weapon mod turrets - this may cause VR troubles

[attach=100] // Gun camera over the cocpit
	position = -0.103,0.675,0.234
	rotation = 0, 0, 0
	object = "LuaScripts/WorldObjects/GoProCamera75.txt"
[end]

[attach=101] // Forvard camera located on the vertical fin
	position = -3.495,0.789,0.034
	rotation = 0, 0, -20
	convex = "^aFin_Ctl"
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=102] // Forvard camera located on the horizontal fin
	position = -3.359,0.308,-0.929
	rotation = 0, 0, 0
	convex = "^aStab_MdlLft_1"
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=103] // Backward camera located on the engine cowling
	position = 0.645,1.079,-1.002
	rotation = 0, 130, -10
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=104] // Side camera located on wing
	position = 0.579,1.521,-2.781
	rotation = 0, 120, -15
	convex = "^aWing_UprLft_3"
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=105] // Forward camera located below the plane tail
	position = -3.425,-0.160,0.0
	rotation = 0, 0, 0
	convex = "^aFuse_Ctl_5"
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]