function rot_camera() local angle = ag.elapsedTime() / 5000 * math.pi ag.setCamera(15 * math.cos(angle), 15 * math.sin(angle), 12, 0, 0, 2) end