// attach ID should be in range from 100 to 110
// first number is forward - backward (bigger is forward)
// second number is height (bigger is higher)
// third number is left - right (negative is left)
// rotation values : 1st along X-longitudinal, 2nd along Y-vertical, 3rd along Z-look up-down)

[attach=100] // forward view 1.5m high above driver's head before chimney
    position = 4,1,1.5,0
    rotation = 0, 0, 0
    object = "LuaScripts/WorldObjects/GoProCamera75.txt"
[end]

[attach=101] // Side camera looking from behind
	position = -4.0, 2.1, -2.8
	rotation = 0, 20, -10
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"

[end]

[attach=102] // Side camera looking backward
	position = 10.0, 2.0, -2.9
	rotation = 0, 160, 10
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=103] // Roof camera looking backward
	position = -5.3, 5.0, 2.5
	rotation = 0, -30, -15
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]