cd_wavefront.h
Go to the documentation of this file.
1 #ifndef CD_WAVEFRONT_OBJ_H
2 
3 
4 #define CD_WAVEFRONT_OBJ_H
5 
62 namespace ConvexDecomposition
63 {
64 
66 {
67 public:
68 
69  WavefrontObj(void);
70  ~WavefrontObj(void);
71 
72  unsigned int loadObj(const char *fname); // load a wavefront obj returns number of triangles that were loaded. Data is persists until the class is destructed.
73 
75  int mTriCount;
76  int *mIndices;
77  double *mVertices;
78 };
79 
80 };
81 
82 #endif
unsigned int loadObj(const char *fname)


convex_decomposition
Author(s): John W. Ratcliff
autogenerated on Mon Feb 28 2022 22:06:34