MicBosi / VisualizationLibrary

Visualization Library is a C++ middleware for high-performance 2D and 3D graphics applications based on OpenGL 1.x-4.x supporting Windows, Linux and Mac OS X.
http://VisualizationLibrary.org
Other
342 stars 96 forks source link

vlVG fix #200

Open absentje opened 2 years ago

absentje commented 2 years ago

SceneManagerVectorGraphics.hpp file is invalid without VectorGraphics.hpp

example usage: //#include <vlVG/VectorGraphics.hpp> // without it don't work - compile error

include <vlVG/SceneManagerVectorGraphics.hpp>

CE, 86 line: "vectorGraphicObjects()->at(i)->actors()" (VectorGraphics is undefined)