// 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
	position = 3.5, 0.123, -0.184
	rotation = 0, 0, 0
	object = "LuaScripts/WorldObjects/GoProCamera75.txt"
[end]

[attach=101] // Forvard camera located on the vertical fin
	position = -6.930, 2.624, 0.0 //-6.930, 2.424, 0.2 -    ()
	rotation = 0, 0, 0
	convex = "^2_Fin_Ctl_0"
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=102] // Forvard camera located on the horizontal fin
	position = -7.6, 0.85, 1.5
	rotation = 0, 0, 0
	convex = "^2_Stab_R_1"
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=103] // Backward camera located on the engine cowling
	position = 2.3, 0.9, -0.68
	rotation = 0, 170, 0
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=104] // Side camera located on wing
	position = 0.4, 0.9, -7.9
	rotation = 0, 100, 0
	convex = "^2_WingL_Out_0"
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=105] // Forward camera located below the plane tail
	position = -7.4, 0.2, -0.6
	rotation = 0, 0, 0
	convex = "^2_Fuse_Ctl_12"
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]