OpenMW
|
#include <nifloader.hpp>
Static Public Member Functions | |
static osg::ref_ptr< osg::Node > | load (Nif::NIFFilePtr file, Resource::ImageManager *imageManager) |
Create a scene graph for the given NIF. Auto-detects when skinning is used and wraps the graph in a Skeleton if so. More... | |
static void | loadKf (Nif::NIFFilePtr kf, KeyframeHolder &target) |
Load keyframe controllers from the given kf file. More... | |
static void | setShowMarkers (bool show) |
static bool | getShowMarkers () |
Static Private Attributes | |
static bool | sShowMarkers = false |
The main class responsible for loading NIF files into an OSG-Scenegraph.
|
static |
|
static |
Create a scene graph for the given NIF. Auto-detects when skinning is used and wraps the graph in a Skeleton if so.
|
static |
Load keyframe controllers from the given kf file.
|
static |
Set whether or not nodes marked as "MRK" should be shown. These should be hidden ingame, but visible in the editor. Default: false.
|
staticprivate |