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

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

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

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

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

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