Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <vlCore/Vector3.hpp>
#include <vlCore/Vector4.hpp>
#include <vlGraphics/UIEventListener.hpp>
#include <vlGraphics/Camera.hpp>
#include <vlGraphics/Geometry.hpp>
Go to the source code of this file.
Classes | |
class | vl::FlatManipulator |
This class lets you pan (translate) and zoom a 2D scene using the mouse. More... | |
Namespaces | |
namespace | vl |
Visualization Library namespace. | |
Functions | |
vl::ref< vl::Geometry > | vl::makeScales (bool X=true, bool Y=true, bool Z=true, int numArmTicks=50, float mmStep=10, float mmTickSize=4, vl::fvec4 color=vl::fvec4(1, 1, 1, 1)) |
Makes an orthogonal cross-hair scales (reticle). |