File: tiny_obj_loader.cc

package info (click to toggle)
tinyobjloader 2.0.0~rc5%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,280 kB
  • sloc: cpp: 5,860; python: 113; makefile: 38; sh: 31
file content (6 lines) | stat: -rw-r--r-- 223 bytes parent folder | download
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"