Setting Camera Properties
-
Prerequisite
Description
You can change a camera’s properties easily using this block below, and it supports animations as well:
Parameters
-
Distance: The desired distance between the camera and the target point.
-
V-angle: The desired vertical view angle of the camera.
-
H-angle: The desired horizontal view angle of the camera.
-
X/Y/Z: The desired position of the camera’s target point (the point that the camera is looking at).
-
Period: If 0 or empty, then the 3 properties will be changed immediately. Otherwise, these properties will be gradually changed from their current values to the target values over this time period, creating an animated camera view.
Demo
In this program, we rotate the camera around the box over a period of 5 seconds, and also shift the target to the position with X of 90.
Try it yourself:
https://play.creaticode.com/projects/464cbfac0d73bb447e70713b
Learn More
-
-
info-creaticode