#include "scenegraph/scenegraph.hpp"
#include "scenegraph/node.hpp"
#include "platform/color.hpp"
#include "platform/texture.hpp"
#include "platform/shader.hpp"
#include "platform/vbuffer.hpp"
Go to the source code of this file.
Namespaces | |
namespace | gsgl |
namespace | gsgl::scenegraph |
Classes | |
class | material |
A material is a named material. More... | |
class | model |
A model is a collection of model_parts. More... | |
class | model_part |
A model_part is a possibly animated part of a model. More... |