Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [Tutorials] [All Classes] [Grouped Classes] |
The LoadWriterOBJ class is a ResourceLoadWriter capable of reading OBJ files. More...
#include <ioOBJ.hpp>
Public Member Functions | |
LoadWriterOBJ () | |
void | registerLoadWriter () |
ref< ResourceDatabase > | loadResource (const String &path) const |
ref< ResourceDatabase > | loadResource (VirtualFile *file) const |
bool | writeResource (const String &, ResourceDatabase *) const |
Not supported yet. | |
bool | writeResource (VirtualFile *, ResourceDatabase *) const |
Not supported yet. |
The LoadWriterOBJ class is a ResourceLoadWriter capable of reading OBJ files.
Definition at line 57 of file ioOBJ.hpp.
void vl::LoadWriterOBJ::registerLoadWriter | ( | ) |
ref<ResourceDatabase> vl::LoadWriterOBJ::loadResource | ( | const String & | path ) | const [inline, virtual] |
Implements vl::ResourceLoadWriter.
Definition at line 66 of file ioOBJ.hpp.
References vl::loadOBJ().
ref<ResourceDatabase> vl::LoadWriterOBJ::loadResource | ( | VirtualFile * | file ) | const [inline, virtual] |
Implements vl::ResourceLoadWriter.
Definition at line 71 of file ioOBJ.hpp.
References vl::loadOBJ().
bool vl::LoadWriterOBJ::writeResource | ( | const String & | , |
ResourceDatabase * | |||
) | const [inline, virtual] |
bool vl::LoadWriterOBJ::writeResource | ( | VirtualFile * | , |
ResourceDatabase * | |||
) | const [inline, virtual] |