![]() |
3DCoat
3D-COAT 4.9.xx
3DCoat is the one application that has all the tools you need to take your 3D idea from a block of digital clay all the way to a production ready, fully textured organic or hard surface model.
|
Simple bevel for mesh. More...
#include <Bevel3.h>
Public Types | |
| typedef float | vertexCoord_t |
| Store coords of vertices. More... | |
Public Member Functions | |
| Bevel3 (comms::cMeshContainer *) | |
| void | operator() (float radius, const linesCoord_t ÷rs) |
| Beveling the mesh by 'radius'. More... | |
Simple bevel for mesh.
Example with debug output:
| typedef float Bevel3::vertexCoord_t |
Store coords of vertices.
|
explicit |
| void Bevel3::operator() | ( | float | radius, |
| const linesCoord_t & | dividers | ||
| ) |
Beveling the mesh by 'radius'.
| radius | Radius for cut and bevel. |
| dividers | Set of dividers (any coords in 3D). |