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

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

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

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

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

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