TDME2 1.9.121
Public Types | Static Public Member Functions | Static Private Member Functions | List of all members
GenerateConvexMeshes Class Reference

Convex mesh generation class. More...

#include <tdme/tools/editor/misc/GenerateConvexMeshes.h>

Collaboration diagram for GenerateConvexMeshes:
Collaboration graph

Public Types

enum  Mode { MODE_IMPORT , MODE_GENERATE }
 

Static Public Member Functions

static void removeConvexMeshes (Prototype *prototype)
 Remove convex meshes. More...
 
static bool generateConvexMeshes (Prototype *prototype, Mode mode, PopUps *popUps, const string &pathName, const string &fileName, vector< vector< uint8_t > > &convexMeshTMsData, VHACD::IVHACD::Parameters parameters=VHACD::IVHACD::Parameters())
 Generateconvex meshes. More...
 

Static Private Member Functions

static ModelcreateModel (const string &id, double *points, unsigned int *triangles, unsigned int pointCount, unsigned int triangleCount)
 Create model. More...
 
static ModelcreateModel (const string &id, vector< Triangle > &triangles)
 Create model. More...
 

Detailed Description

Convex mesh generation class.

Definition at line 25 of file GenerateConvexMeshes.h.

Member Enumeration Documentation

◆ Mode

enum Mode
Enumerator
MODE_IMPORT 
MODE_GENERATE 

Definition at line 28 of file GenerateConvexMeshes.h.

Member Function Documentation

◆ createModel() [1/2]

Model * createModel ( const string &  id,
double *  points,
unsigned int *  triangles,
unsigned int  pointCount,
unsigned int  triangleCount 
)
staticprivate

Create model.

Parameters
idid
pointspoints
trianglestriangles
pointCountpoint count
triangleCounttriangle count

Definition at line 291 of file GenerateConvexMeshes.cpp.

◆ createModel() [2/2]

Model * createModel ( const string &  id,
vector< Triangle > &  triangles 
)
staticprivate

Create model.

Parameters
idid
trianglestriangles

Definition at line 351 of file GenerateConvexMeshes.cpp.

◆ generateConvexMeshes()

bool generateConvexMeshes ( Prototype prototype,
Mode  mode,
PopUps popUps,
const string &  pathName,
const string &  fileName,
vector< vector< uint8_t > > &  convexMeshTMsData,
VHACD::IVHACD::Parameters  parameters = VHACD::IVHACD::Parameters() 
)
static

Generateconvex meshes.

Parameters
prototypeprototype
modemode
popUpspop ups which is optional
pathNamepath name
fileNamefile name
convexMeshTMsDataconvex mesh TM data vectors
parametersparameters
Returns
success

Definition at line 110 of file GenerateConvexMeshes.cpp.

◆ removeConvexMeshes()

void removeConvexMeshes ( Prototype prototype)
static

Remove convex meshes.

Parameters
prototypeprototype

Definition at line 85 of file GenerateConvexMeshes.cpp.


The documentation for this class was generated from the following files: