Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
{section} {column:width=70%} h2. 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} {column:width=30%} \\ \\ *In this section:* {toc} {column} {section} h2. Creating camera positions Camera positions can be added to any *Generic* folder in your project. It is often most convenient to create a new folder and rename it *Cameras* Read more about [creating folders|4. Data Management#Creating folders]. You should also have the appropriate datasets displayed. Move the graphical view in to the position you want to start the flight tour in and right-click the camera folder. Select *New > Camera Position*. The camera position will automatically be named camera1. Continue to the next camera position and repeat the process until you have reached the end of your flight tour. The camera positions will have been named sequentially by numbers. h2. Running a flight tour Before you start running a flight tour make sure you have displayed all the datasets you want to display. Start the flight tour by executing the *Flight Tour* command which you will find under *Visualization* in the *Toolbox*. The *Flight Controller* menu will pop up and the flight tour will start. !att:_img_menu^flight_controller.png|thumbnail,width=200! _Flight Controller menu_ The flight controller menu lets you change the direction of the flight tour, pause, play and stop it, increase and decrease the speed and run the tour in loop. You can pre-define some of these options in the *Flight Tour* command menu. h2. Creating a movie At the moment there is no command for exporting a flight tour to a movie format. This means you will need to run the process with shell commands. However, it is a very simple process. # Make sure you have displayed all the datasets you want to display during the flight tour. # Head over to the shell in the *Toolbox* and type in: {code:title=Shell}
Wiki Markup
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

Creating camera positions

Camera positions can be added to any Generic folder in your project. It is often most convenient to create a new folder and rename it Cameras Read more about creating folders. You should also have the appropriate datasets displayed.

Move the graphical view in to the position you want to start the flight tour in and right-click the camera folder. Select New > Camera Position. The camera position will automatically be named camera1. Continue to the next camera position and repeat the process until you have reached the end of your flight tour. The camera positions will have been named sequentially by numbers.

Running a flight tour

Before you start running a flight tour make sure you have displayed all the datasets you want to display. Start the flight tour by executing the Flight Tour command which you will find under Visualization in the Toolbox. The Flight Controller menu will pop up and the flight tour will start.

Image Added
Flight Controller menu

The flight controller menu lets you change the direction of the flight tour, pause, play and stop it, increase and decrease the speed and run the tour in loop. You can pre-define some of these options in the Flight Tour command menu.

Creating a movie

At the moment there is no command for exporting a flight tour to a movie format. This means you will need to run the process with shell commands. However, it is a very simple process.

  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
    

...

  1. Start the flight tour.
  2. When the flight tour has finished, type:
    Code Block
    titleShell
    
    movie recfly stop
    

...

The

...

.avi

...

file

...

will

...

now

...

be

...

present

...

at

...

the

...

selected

...

path.

...