Basic Renderer
|
#include <memory>
#include <iostream>
#include "vmmlib/util.hpp"
#include "vmmlib/vector.hpp"
Go to the source code of this file.
Classes | |
class | MatrixStack |
This is a matrix stack to temporarily store transformation matrices. More... | |
Typedefs | |
typedef std::shared_ptr< MatrixStack > | MatrixStackPtr |
typedef std::shared_ptr<MatrixStack> MatrixStackPtr |