Thanks, it looks fine.

I've not tested it yet at work because it needs at least GTK v2 and i'm working on an old machine with Red hat 8. But i 'll use it ASAP.
Google has found for me
wink also. I don't know which tool is the best.
Unfortunely, these tools don't seem to capture only the opengl canvas as Fraps does.

Correct me if i'm wrong.
Things like this should be collected on a "tips and tricks" page on xith.org.
Marvin
Or maybe on the wiki ?
I have been using the PointFocusser (thanx marvin) to move arbitrarily through my scene. If a user selects a shape with the middle mouse button, I grab the center point of the bounding sphere and use that as a destination point. You need to figure out a reasonable view coordinates though to focus on the target shape.
Yes, I'm also using the center of the bounding spheres of picked buildings to add points to the flight.
btw. Why do you need the list of InterpolationPoints publicy? You could simply type the values to a flight-file, and load it. This should be much more convenient than holding the values inlined in the code.
I want to let the user create a new flight by selecting(picking) few shapes in the 3d view. So the flight will be created dynamically.
Furthermore, I'll add a ListWidget(Qt) in the application to edit or remove the interpolation points. The user will be able to changes the coords of points, the deltaTime and also the angle of the camera relatively to the "ground" (plane XY for me).
Therefore, i think it's best for me to use only one interpolationPoints list. But I could also use later a flight-file to save or load a flight.
