// attach ID shold be in range from 100 to 110

[attach=100] // Side camera lloking from behind
	position = -5.6, 3.6, -4.8
	rotation = 0, 20, -10
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=101] // Side camera looking on driver
	position = 2.4, 1.7, 5.4
	rotation = 0, -100, -5
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=102] // Turret camera looking from behing
	position = -3.2, 3.1, 0.0
	rotation = 0, 0, -15
	convex = "tower"
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

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

[attach=104] // Barrel backward camera
	position = 7.4, 2.8, 0.3
	rotation = 0, 180, -10
	convex = "Gun"
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]