Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width70%

Introduction

Flight tours are great for giving an overview of a graphic scene.

A flight tour consists of several camera positions that Geocap will fly through, changing the view angle according to the different camera positions. Flight tours can be executed directly from the project or as part of a workflow. They can also be exported to different movie formats.

Column
width30%



In this section:

Table of Contents
printablefalse

Creating camera positions

...

  1. Make sure you have displayed all the datasets you want to display during the flight tour.
  2. Head over to the shell in the Toolbox and type in:

    Code Block
    titleShell
    movie filename c:/yourpath/yourfilename.avi
    movie recfly on
    
  3. Start the flight tour.
  4. When the flight tour has finished, type:

    Code Block
    titleShell
    movie recfly stopoff
    

The .avi file will now be present at the selected path.

...