#include <loader.h>
Public Member Functions | |
Key (const std::string &f, const Vec3s &s) | |
bool | operator< (const CachedMeshLoader::Key &b) const |
Public Attributes | |
std::string | filename |
Vec3s | scale |
Definition at line 81 of file coal/mesh_loader/loader.h.
|
inline |
Definition at line 85 of file coal/mesh_loader/loader.h.
bool coal::CachedMeshLoader::Key::operator< | ( | const CachedMeshLoader::Key & | b | ) | const |
Definition at line 49 of file loader.cpp.
std::string coal::CachedMeshLoader::Key::filename |
Definition at line 82 of file coal/mesh_loader/loader.h.
Vec3s coal::CachedMeshLoader::Key::scale |
Definition at line 83 of file coal/mesh_loader/loader.h.