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

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

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

[attach=102] // Side camera lloking from ahead
	position = 5.5, 1.5, 2.2
	rotation = 0, -160, -5
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=103] // Camera behind rocket rails
	position = -6.45, 2.1, -1.7
	rotation = 0, 20, 0
	convex = "collision_rocket"
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=104] // Camera aside rocket rails
	position = -3.3, 1.4, 8.1
	rotation = 0, -60, 15
	convex = "collision_head"
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=105] // Camera ahead rocket rails
	position = 9.9, 4.0, -0.7
	rotation = 0, 180, -10
	convex = "collision_rocket"
	object = "LuaScripts/WorldObjects/GoProCamera75.txt"
[end]