|
HDK
|
Enumerations | |
| enum | Orientation { ORIENT_XY, ORIENT_XZ, ORIENT_YZ } |
Functions | |
| GR_API bool | buildGrid (RE_RenderContext r, UT_Vector2F size, UT_UniquePtr< RV_Geometry > &out_geo) |
| GR_API bool | buildBox (RE_RenderContext r, UT_Vector3F center, UT_Vector3F size, UT_UniquePtr< RV_Geometry > &out_geo) |
| GR_API bool | buildLine (RE_RenderContext r, UT_Vector3F p0, UT_Vector3F p1, UT_UniquePtr< RV_Geometry > &out_geo) |
| GR_API bool | buildCircle (RE_RenderContext r, UT_Vector3F center, UT_Vector2F radius, Orientation orient, UT_UniquePtr< RV_Geometry > &out_geo) |
| GR_API bool | buildCylinder (RE_RenderContext r, UT_Vector3F center, UT_Vector2F radius, fpreal length, Orientation orient, UT_UniquePtr< RV_Geometry > &out_geo) |
| GR_API bool | buildSphere (RE_RenderContext r, UT_Vector3F center, UT_Vector3F radius, UT_UniquePtr< RV_Geometry > &geo) |
| GR_API bool | buildBone (RE_RenderContext r, UT_UniquePtr< RV_Geometry > &out_geo) |
| GR_API bool | buildSolverBone (RE_RenderContext r, UT_UniquePtr< RV_Geometry > &out_geo) |
| Enumerator | |
|---|---|
| ORIENT_XY | |
| ORIENT_XZ | |
| ORIENT_YZ | |
Definition at line 27 of file GR_ShapeFactory.h.
| GR_API bool GR_ShapeFactory::buildBone | ( | RE_RenderContext | r, |
| UT_UniquePtr< RV_Geometry > & | out_geo | ||
| ) |
| GR_API bool GR_ShapeFactory::buildBox | ( | RE_RenderContext | r, |
| UT_Vector3F | center, | ||
| UT_Vector3F | size, | ||
| UT_UniquePtr< RV_Geometry > & | out_geo | ||
| ) |
| GR_API bool GR_ShapeFactory::buildCircle | ( | RE_RenderContext | r, |
| UT_Vector3F | center, | ||
| UT_Vector2F | radius, | ||
| Orientation | orient, | ||
| UT_UniquePtr< RV_Geometry > & | out_geo | ||
| ) |
| GR_API bool GR_ShapeFactory::buildCylinder | ( | RE_RenderContext | r, |
| UT_Vector3F | center, | ||
| UT_Vector2F | radius, | ||
| fpreal | length, | ||
| Orientation | orient, | ||
| UT_UniquePtr< RV_Geometry > & | out_geo | ||
| ) |
| GR_API bool GR_ShapeFactory::buildGrid | ( | RE_RenderContext | r, |
| UT_Vector2F | size, | ||
| UT_UniquePtr< RV_Geometry > & | out_geo | ||
| ) |
| GR_API bool GR_ShapeFactory::buildLine | ( | RE_RenderContext | r, |
| UT_Vector3F | p0, | ||
| UT_Vector3F | p1, | ||
| UT_UniquePtr< RV_Geometry > & | out_geo | ||
| ) |
| GR_API bool GR_ShapeFactory::buildSolverBone | ( | RE_RenderContext | r, |
| UT_UniquePtr< RV_Geometry > & | out_geo | ||
| ) |
| GR_API bool GR_ShapeFactory::buildSphere | ( | RE_RenderContext | r, |
| UT_Vector3F | center, | ||
| UT_Vector3F | radius, | ||
| UT_UniquePtr< RV_Geometry > & | geo | ||
| ) |