Helper class to create models from physics primitive bounding volumes.
More...
#include <tdme/utilities/Primitives.h>
|
static Model * | createBoundingBoxModel (BoundingBox *boundingBox, const string &id) |
| Creates a model from bounding box. More...
|
|
static Model * | createOrientedBoundingBoxModel (OrientedBoundingBox *orientedBoundingBox, const string &id) |
| Creates a model from oriented bounding box. More...
|
|
static Model * | createSphereModel (Sphere *sphere, const string &id, int32_t segmentsX, int32_t segmentsY) |
| Creates a model from oriented bounding box. More...
|
|
static Model * | createCapsuleModel (Capsule *capsule, const string &id, int32_t segmentsX, int32_t segmentsY) |
| Creates a model from capsule. More...
|
|
static Model * | createConvexMeshModel (ConvexMesh *mesh, const string &id) |
| Creates a model from convex mesh. More...
|
|
static void | setupConvexMeshModel (Model *model) |
| Set up a convex mesh model. More...
|
|
static Model * | createModel (BoundingBox *boundingVolume, const string &id) |
| Creates a model from bounding volume. More...
|
|
static Model * | createModel (BoundingVolume *boundingVolume, const string &id) |
| Creates a model from bounding volume. More...
|
|
Helper class to create models from physics primitive bounding volumes.
- Author
- Andreas Drewke
- Version
- $Id$
Definition at line 33 of file Primitives.h.
◆ createBoundingBoxModel()
Creates a model from bounding box.
- Parameters
-
boundingBox | bounding box |
id | id |
- Returns
- model
Definition at line 64 of file Primitives.cpp.
◆ createCapsuleModel()
Model * createCapsuleModel |
( |
Capsule * |
capsule, |
|
|
const string & |
id, |
|
|
int32_t |
segmentsX, |
|
|
int32_t |
segmentsY |
|
) |
| |
|
static |
Creates a model from capsule.
- Parameters
-
capsule | sphere |
id | id |
segmentsX | number of x segments |
segmentsY | number of y segments |
- Returns
- model
Definition at line 334 of file Primitives.cpp.
◆ createConvexMeshModel()
Creates a model from convex mesh.
- Parameters
-
- Returns
- model
Definition at line 482 of file Primitives.cpp.
◆ createModel() [1/2]
Creates a model from bounding volume.
- Parameters
-
boundingVolume | bounding volume |
id | id |
- Returns
- model
Definition at line 529 of file Primitives.cpp.
◆ createModel() [2/2]
Creates a model from bounding volume.
- Parameters
-
boundingVolume | bounding box |
id | id |
- Returns
- model
Definition at line 534 of file Primitives.cpp.
◆ createOrientedBoundingBoxModel()
Creates a model from oriented bounding box.
- Parameters
-
orientedBoundingBox | bounding box |
id | id |
- Returns
- model
Definition at line 147 of file Primitives.cpp.
◆ createSphereModel()
Model * createSphereModel |
( |
Sphere * |
sphere, |
|
|
const string & |
id, |
|
|
int32_t |
segmentsX, |
|
|
int32_t |
segmentsY |
|
) |
| |
|
static |
Creates a model from oriented bounding box.
- Parameters
-
sphere | sphere |
id | id |
segmentsX | number of x segments |
segmentsY | number of y segments |
- Returns
- model
Definition at line 231 of file Primitives.cpp.
◆ setupConvexMeshMaterial()
void setupConvexMeshMaterial |
( |
const map< string, Node * > & |
nodes, |
|
|
Material * |
material |
|
) |
| |
|
staticprivate |
Set up convex mesh material.
- Parameters
-
nodes | nodes |
material | material |
Definition at line 516 of file Primitives.cpp.
◆ setupConvexMeshModel()
void setupConvexMeshModel |
( |
Model * |
model | ) |
|
|
static |
Set up a convex mesh model.
- Parameters
-
Definition at line 487 of file Primitives.cpp.
◆ toRP3DVector3()
static reactphysics3d::Vector3 toRP3DVector3 |
( |
const Vector3 & |
vector | ) |
|
|
inlinestaticprivate |
Converts a TDME2 vector to ReactPhysics3D vector.
- Parameters
-
- Returns
- reactphysics3d vector
Definition at line 46 of file Primitives.h.
◆ transformVector3()
static Vector3 transformVector3 |
( |
BoundingVolume * |
boundingVolume, |
|
|
const reactphysics3d::Vector3 & |
vector |
|
) |
| |
|
inlinestaticprivate |
Transforms a given ReactPhysics3D vector with bounding volume transform.
- Parameters
-
boundingVolume | bounding volume |
vector | vector |
- Returns
- transformed vector
Definition at line 56 of file Primitives.h.
◆ transformVector3Normal()
static Vector3 transformVector3Normal |
( |
BoundingVolume * |
boundingVolume, |
|
|
const reactphysics3d::Vector3 & |
normal |
|
) |
| |
|
inlinestaticprivate |
Transforms a given ReactPhysics3D vector with bounding volume transform.
- Parameters
-
boundingVolume | bounding volume |
normal | vector |
- Returns
- transformed vector
Definition at line 68 of file Primitives.h.
◆ CAPSULE_SEGMENTS_X
constexpr int32_t CAPSULE_SEGMENTS_X { 20 } |
|
staticconstexprprivate |
◆ CAPSULE_SEGMENTS_Y
constexpr int32_t CAPSULE_SEGMENTS_Y { 20 } |
|
staticconstexprprivate |
◆ SPHERE_SEGMENTS_X
constexpr int32_t SPHERE_SEGMENTS_X { 20 } |
|
staticconstexprprivate |
◆ SPHERE_SEGMENTS_Y
constexpr int32_t SPHERE_SEGMENTS_Y { 20 } |
|
staticconstexprprivate |
The documentation for this class was generated from the following files:
- /home/andreas/Development/drewke.net/tdme2/src/tdme/utilities/Primitives.h
- /home/andreas/Development/drewke.net/tdme2/src/tdme/utilities/Primitives.cpp