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

[attach=101] //  Forward-left camera looking on driver
	position = 4.768,1.85,-1.75
	rotation = 0, 150, -5
	object = "LuaScripts/WorldObjects/GoProCamera75.txt"
[end]

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

[attach=103] // Tank right track cover forvard camera
	position = -2.530,2.277,1.526
	rotation = 0, -20, -5
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=104] // Side camera lloking from behind-right
	position = -5.1,2.6,1.483
	rotation = 0, -20, -20
	object = "LuaScripts/WorldObjects/GoProCamera75.txt"
[end]

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

