FlightGear next
|
#include "NasalModelData.hxx"
#include "NasalSys.hxx"
#include <Main/fg_props.hxx>
#include <Main/globals.hxx>
#include <osg/Transform>
#include <osg/observer_ptr>
#include <simgear/math/SGMath.hxx>
#include <simgear/nasal/cppbind/Ghost.hxx>
#include <simgear/scene/util/OsgDebug.hxx>
#include <simgear/scene/util/OsgMath.hxx>
#include <simgear/debug/logstream.hxx>
#include <algorithm>
#include <cstring>
Go to the source code of this file.
Typedefs | |
typedef osg::ref_ptr< osg::Node > | NodeRef |
typedef nasal::Ghost< NodeRef > | NasalNode |
Functions | |
static naRef | f_node_getPose (const osg::Node &node, const nasal::CallContext &ctx) |
Get position (lat, lon, elevation) and orientation (heading, pitch, roll) of model. | |
Definition at line 25 of file NasalModelData.cxx.
typedef osg::ref_ptr<osg::Node> NodeRef |
Definition at line 24 of file NasalModelData.cxx.
|
static |
Get position (lat, lon, elevation) and orientation (heading, pitch, roll) of model.
Definition at line 31 of file NasalModelData.cxx.