xoreos  0.0.5
Namespaces | Functions
modelnode.cpp File Reference

A node within a 3D model. More...

#include <cassert>
#include <cstring>
#include "glm/gtc/type_ptr.hpp"
#include "glm/gtc/matrix_transform.hpp"
#include "src/common/util.h"
#include "src/common/maths.h"
#include "src/common/error.h"
#include "src/graphics/camera.h"
#include "src/graphics/images/txi.h"
#include "src/graphics/aurora/modelnode.h"
#include "src/graphics/aurora/textureman.h"
#include "src/graphics/aurora/texture.h"
#include "src/graphics/aurora/model.h"
#include "src/graphics/shader/materialman.h"
#include "src/graphics/shader/surfaceman.h"
#include "src/graphics/render/renderman.h"
#include "src/graphics/images/decoder.h"
Include dependency graph for modelnode.cpp:

Go to the source code of this file.

Namespaces

 Graphics
 
 Graphics::Aurora
 

Functions

static bool Graphics::Aurora::nodeComp (ModelNode *a, ModelNode *b)
 

Detailed Description

A node within a 3D model.

Definition in file modelnode.cpp.