Antkeeper
0.0.1
|
#include <engine/scene/object.hpp>
#include <engine/math/vector.hpp>
#include <engine/render/material.hpp>
#include <engine/render/operation.hpp>
#include <engine/gl/vertex-array.hpp>
#include <engine/gl/vertex-buffer.hpp>
#include <engine/scene/billboard-type.hpp>
#include <memory>
Go to the source code of this file.
Classes | |
class | scene::billboard |
2D unit quad with a single material. More... | |
Namespaces | |
scene | |
3D scene. | |