aboutsummaryrefslogtreecommitdiff
path: root/python/tiny_obj_loader.cc
blob: 11d49865f3da6e594ce658a8a695f2056f0522a2 (plain)
1
2
3
4
5
6
// Use double precision for better python integration.
// Need also define this in `binding.cc`(and all compilation units)
#define TINYOBJLOADER_USE_DOUBLE

#define TINYOBJLOADER_IMPLEMENTATION
#include "tiny_obj_loader.h"