Visualization Library 2.1.0

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Classes | Namespaces | Macros
Tessellator.hpp File Reference
#include <vlGraphics/OpenGL.hpp>
#include <vlGraphics/Geometry.hpp>
#include <vlCore/Vector3.hpp>
#include <vector>

Go to the source code of this file.

Classes

class  vl::Tessellator
 Tessellates a complex polygon defined by a set of outlines into a set of triangles that can be rendered by Visualization Library. More...
 

Namespaces

 vl
 Visualization Library main namespace.
 

Macros

#define CALLBACK
 

Macro Definition Documentation

◆ CALLBACK

#define CALLBACK

Definition at line 41 of file Tessellator.hpp.

Referenced by vl::Tessellator::tessellateIntoSinglePolygon().