Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <vlGraphics/Geometry.hpp>
#include <vlCore/ResourceLoadWriter.hpp>
#include <vlCore/ResourceDatabase.hpp>
Go to the source code of this file.
Classes | |
class | vl::LoadWriterPLY |
The LoadWriterPLY class is a ResourceLoadWriter capable of reading PLY files. More... | |
class | vl::PlyLoader |
Loads a PLY file. More... | |
class | vl::PlyLoader::PlyPropertyAbstract |
Used by PlyLoader. More... | |
class | vl::PlyLoader::PlyScalar |
Used by PlyLoader. More... | |
class | vl::PlyLoader::PlyScalarList |
Used by PlyLoader. More... | |
class | vl::PlyLoader::PlyElement |
Used by PlyLoader. More... | |
Namespaces | |
namespace | vl |
Visualization Library namespace. | |
Functions | |
ref< ResourceDatabase > | vl::loadPLY (VirtualFile *file) |
ref< ResourceDatabase > | vl::loadPLY (const String &path) |