{ # pointing_integral.cel v0.1 # # this simplifies use a trifle # you could use the keyboard equivalents of these commands # set { name "FOV" value 25 } select { object "Sol/Earth" } track {} wait { duration 1 } select { object "Sol/Earth/integral/integral-pov" } goto { time 1 } wait { duration 1 } follow {} wait { duration 1 } select { object "Sol/Earth/integral/integral-fov" } track {} wait { duration 1 } set { name "FOV" value 30 } }