|
xoreos
0.0.5
|
A 3D model of an object. More...
#include <cassert>#include <cstdlib>#include "src/common/fallthrough.h"#include <SDL_timer.h>#include "glm/gtc/type_ptr.hpp"#include "glm/gtc/matrix_transform.hpp"#include "glm/gtx/matrix_interpolation.hpp"#include "src/common/readstream.h"#include "src/common/debug.h"#include "src/graphics/camera.h"#include "src/graphics/aurora/model.h"#include "src/graphics/aurora/textureman.h"#include "src/graphics/aurora/animation.h"#include "src/graphics/aurora/modelnode.h"#include "src/graphics/aurora/animnode.h"#include "src/graphics/aurora/animationchannel.h"#include "src/graphics/shader/surfaceman.h"#include "src/graphics/shader/materialman.h"#include "src/graphics/mesh/meshman.h"#include "src/graphics/render/renderman.h"
Go to the source code of this file.
Namespaces | |
| Graphics | |
| Graphics::Aurora | |
Variables | |
| static const Common::UString | Graphics::Aurora::kNoState |
| static std::list< ModelNode * > | Graphics::Aurora::kEmptyNodeList |
A 3D model of an object.
Definition in file model.cpp.
1.8.14