xoreos
0.0.5
|
A 3D model of an object. More...
#include <vector>
#include <list>
#include <map>
#include "glm/mat4x4.hpp"
#include "src/common/ustring.h"
#include "src/common/boundingbox.h"
#include "src/graphics/types.h"
#include "src/graphics/glcontainer.h"
#include "src/graphics/renderable.h"
#include "src/graphics/aurora/modelnode.h"
#include "src/graphics/aurora/types.h"
#include "src/graphics/shader/shaderrenderable.h"
Go to the source code of this file.
Classes | |
class | Graphics::Aurora::Model |
struct | Graphics::Aurora::Model::State |
A model state. More... | |
Namespaces | |
Common | |
Graphics | |
Graphics::Aurora | |
Enumerations | |
enum | Graphics::Aurora::AnimationChannelName { Graphics::Aurora::kAnimationChannelAll = 0, Graphics::Aurora::kAnimationChannelHead = 1 } |
A 3D model of an object.
Definition in file model.h.