// 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=100] //  Forward-camera above Tank
	position = 5,-4,0
	rotation = 0, 150, -10
	object = "LuaScripts/WorldObjects/GoProCamera75.txt"
[end]

[attach=101] //  Forward-left camera looking on driver
	position = 3.899,1.710,-1.497
	rotation = 0, 150, -10
	object = "LuaScripts/WorldObjects/GoProCamera75.txt"
[end]

[attach=102] // Side-right camera looking on driver
	position = 2.852,1.370,2.196
	rotation = 0, -120, -5
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=103] // Tank track cover forvard camera
	position = -2.7, 1.8, 1.47923
	rotation = 0, -10, -5
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=104] // Side camera lloking from behind-right
	position = -3.156,2.348,1.509
	rotation = 0, -30, -20
	object = "LuaScripts/WorldObjects/GoProCamera75.txt"
[end]

[attach=105] // Side camera lloking from behind-left
	position = -3.315,4.2,-1.5
	rotation = 0, 30, -45
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]
