SuperDex Physics C++ API
Loading...
Searching...
No Matches
model_data.h File Reference

Go to the source code of this file.

Classes

struct  superdex::GridSdfData
 Data for a pre-computed SDF grid. More...
struct  superdex::GridSdfDataView
 A non-owning view of precomputed grid-based signed-distance-field data. More...
struct  superdex::ModelData
 The contents of a Mochi model file. More...
struct  superdex::ModelDataView
 A non-owning view of the contents of a Mochi model file. More...

Namespaces

namespace  superdex

Enumerations

enum class  superdex::FileFormat { superdex::JSON , superdex::H5 , superdex::Count }
enum class  superdex::MeshFileType {
  superdex::Legacy , superdex::PLY , superdex::OFF , superdex::STL ,
  superdex::OBJ , superdex::Count
}
 Mesh file format hint for Context::LoadShapeFromBytes and model-loading APIs that read from byte buffers. More...