Help with Rotating Camera

Status
Not open for further replies.
Level 6
Joined
Dec 9, 2014
Messages
176
So I wanted to put a rotating camera on this camp at the start of the game, when the character is chosen it will pan to the hero and the game begins. The problem is that it seems like no matter what I do I can't get the rotating camera to work right, it's beginning to make me thing it's bugged. I set the target at the fire pit in the middle of the camp, set the camera to 360 around it over 80 seconds to make it slowly rotate around the camp. Instead of rotating around the fire pit, it's waaay off, you can barely see the camp on the right while it's rotating. is this trigger bugged?

  • Camera Pan
    • Events
      • Time - Elapsed game time is 0.15 seconds
    • Conditions
    • Actions
      • Camera - Rotate camera 360.00 degrees around (Position of Fire Pit 0041 <gen>) for Player 1 (Red) over 80.00 seconds
 
Level 6
Joined
Dec 9, 2014
Messages
176
Ok, I managed to fix it. After a whole lot of confusion and trial and error I was just about to give up and remove the camera when I realized the start location has an effect on where the camera is at the start of the game. So what's happening is the camera is trying to rotate around the fire pit starting from the start location which is giving the camera a huge diameter. I moved the start location to the fire pit and presto! the camera is rotating around it perfectly. All that's left now is to adjust the angles and it should be perfect. If anyone else has this problem just know that where the camera is before the rotate begins in very important.
 
Status
Not open for further replies.
Top