#include <osg/ref_ptr>
#include <osgViewer/CompositeViewer>
#include <simgear/props/props.hxx>
#include <simgear/scene/util/SGPickCallback.hxx>
#include <simgear/timing/timestamp.hxx>
Go to the source code of this file.
|
namespace | osg |
|
namespace | flightgear |
| FlightPlan.hxx - defines a full flight-plan object, including departure, cruise, arrival information and waypoints.
|
|
◆ fgDumpNodeToFile()
bool fgDumpNodeToFile |
( |
osg::Node * | node, |
|
|
const char * | filename ) |
◆ fgDumpSceneGraphToFile()
bool fgDumpSceneGraphToFile |
( |
const char * | filename | ) |
|
◆ fgDumpTerrainBranchToFile()
bool fgDumpTerrainBranchToFile |
( |
const char * | filename | ) |
|
◆ fgPreliminaryGLVersionCheck()
bool fgPreliminaryGLVersionCheck |
( |
| ) |
|
Attempt to create an off-screen pixel buffer to check whether our target OpenGL version is available on this computer.
- Returns
- Whether the version check was successful or not.
Definition at line 1100 of file renderer.cxx.
◆ fgPrintVisibleSceneInfo()
bool fgPrintVisibleSceneInfo |
( |
FGRenderer * | renderer | ) |
|