FlightGear next
renderer.hxx File Reference
#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.

Classes

class  FGRenderer
 

Namespaces

namespace  osg
 
namespace  flightgear
 FlightPlan.hxx - defines a full flight-plan object, including departure, cruise, arrival information and waypoints.
 

Functions

bool fgDumpSceneGraphToFile (const char *filename)
 
bool fgDumpTerrainBranchToFile (const char *filename)
 
bool fgDumpNodeToFile (osg::Node *node, const char *filename)
 
bool fgPrintVisibleSceneInfo (FGRenderer *renderer)
 
bool fgPreliminaryGLVersionCheck ()
 Attempt to create an off-screen pixel buffer to check whether our target OpenGL version is available on this computer.
 

Function Documentation

◆ fgDumpNodeToFile()

bool fgDumpNodeToFile ( osg::Node * node,
const char * filename )

Definition at line 893 of file renderer.cxx.

◆ fgDumpSceneGraphToFile()

bool fgDumpSceneGraphToFile ( const char * filename)

Definition at line 879 of file renderer.cxx.

◆ fgDumpTerrainBranchToFile()

bool fgDumpTerrainBranchToFile ( const char * filename)

Definition at line 886 of file renderer.cxx.

◆ 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)

Definition at line 1087 of file renderer.cxx.