// attach ID shold 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=106] // Turret camera on roof
	position = 0.9, 1.3, 0.0
	rotation = 0, 0, -15
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=107] // Turret camera looking from above-right to forward
	position = -2.575,1.9,0.991
	rotation = 0, -10, -25
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=108] // Turret camera looking from left
	position = -0.516,0.847,-2.5
	rotation = 0, 75, -20
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]