Advanced Methods in Alice -
12-16-2017, 12:06 AM
Did a little directing today. I built a space world with a couple of astronauts, and played around with the camera some to make it seem more cinematic.
A problem I had at first was that I'd move the camera around so much that once I made a lot of adjustments to get my objects where I wanted them, I could never get the camera back where I had the shot originally.
Finally, I remembered the PointOfView property under properties, which allows you to return the camera to its original position, or some of the last few positions you had it at, and also it's orientation. This works for objects too.
I just made sure once I got a shot, or an object where i wanted, I clicked the value next to PointOfView in properties and it saves it in the dropdown list, then you can dump that into a method for keeps as you move along by dragging PointOfView over.
Maybe there's an easier way to do this that we haven't explored yet, but this way helped me today.
|