-- Value = positionX, positionY, positionZ, lookAtX, lookAtY, lookAtZ
local cameraPos = {
{ 1525.5999755859, 2833.5, 36.299999237061, 1524.8000488281, 2833.3999023438 , 35.299999237061 },
{ 1464.4000244141, 2840.8999023438, 82.400001525879, 1453.5999755859, 2833.6999511719, 74.400001525879 },
{ 1469.5, 2815.3000488281, 44.799999237061, 1470.0999755859, 2822.8000488281, 44.799999237061 },
--{ x, y, z, lookAtX, lookAtY, lookAtZ },
}
local currentCamera = 0
function setCameraPos()
fadeCamera(source, true, 5)
setCameraMatrix( source, unpack(cameraPos[currentCamera + 1]) )
end