Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <vlGraphics/link_config.hpp>
#include <vlCore/Object.hpp>
#include <vlCore/Vector3.hpp>
#include <vlCore/glsl_math.hpp>
#include <vector>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | vl::PolygonSimplifier |
The PolygonSimplifier class reduces the amount of polygons present in a Geometry using a quadric error metric. More... | |
class | vl::PolygonSimplifier::QErr |
The quadric error metric as defined by PolygonSimplifier. More... | |
class | vl::PolygonSimplifier::Triangle |
A Triangle as defined by PolygonSimplifier. More... | |
class | vl::PolygonSimplifier::Vertex |
A Vertex as defined by PolygonSimplifier. More... | |
Namespaces | |
namespace | vl |
Visualization Library namespace. |