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

[attach=100] // Gun forward camera
	position = -4.0, 1.1, 1.3
	rotation = 0, -15, 5
	convex = "collision"
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=101] // Gun backward camera
	position = 4.0, 1.1, -1.3
	rotation = 0, 165, 5
	convex = "collision"
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=102] // Barrel camera
	position = -0.55, 1.3, 0.25
	rotation = 10, -15, 35
	convex = "Gun"
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]