Rotating / zooming the camera
madmassey
Member Posts: 55
Hey guys, quick question. I'm using an invisible actor named Camera (with a control camera rule) to fit several gameplay screens in one scene. Using interpolate on Self.Position.X works great to move the camera to the new location. However, I decided to experiment with zooming in the camera using the Self.Size attributes or rotating it on the Self.Rotation attributes. Even though these make the camera actor physically change size or spin around (when I change alpha to 0.25 or something), it doesn't seem to affect the game's display at all.
Am I missing something? Do I need to constrain my camera control actor to some kind of Game.Display attribute to get this to work?
Am I missing something? Do I need to constrain my camera control actor to some kind of Game.Display attribute to get this to work?
Comments
constrain scene.camera.Rotation to this.rotation
and use a rule for zooming.
You have to add the behaviors to the instance. When you click on the lock, right there.