You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

model.cpp 264 B

1234567891011121314151617181920
  1. #include "svl/util/model.h"
  2. #if 0
  3. #define TINYOBJLOADER_IMPLEMENTATION
  4. #include "tiny_obj_loader.h"
  5. #endif /* comment */
  6. namespace svl {
  7. namespace util {
  8. Model::Model(const std::string &filePath)
  9. {
  10. }
  11. Model::~Model()
  12. {
  13. }
  14. } // namespace util
  15. } // namespace svl