![]() |
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.
|
For building concrete figures. More...
#include <SMeshX.h>
Public Types | |
| enum | Mode |
| Operations with meshes. More... | |
Public Member Functions | |
| bool | operator== (const AMesh &b) const |
| Comparison. More... | |
| T & | details (const float &d) |
| Setter for details level. More... | |
| float | details () const |
| Getter for details level. More... | |
| T & | position (const Vec3 &p) |
| Setter for position. More... | |
| Vec3 | position () const |
| Getter for position. More... | |
| T & | rotation (const Angles &a) |
| Setter for rotation. More... | |
| Angles | rotation () const |
| Getter for rotation. More... | |
| T & | transform (const Mat4 &m) |
| Setter for transform. More... | |
| Mat4 | transform () const |
| Getter for transform. More... | |
| T & | add (const T &b) |
Fusion a mesh b to this mesh. More... | |
| T & | add (const T &, const Bevel &) |
Fusion a mesh b to this mesh with bevel. More... | |
| Mesh | addCopy (const T &b) const |
| Mesh | addCopy (const T &, const Bevel &) const |
| Mesh | operator| (const T &) const |
Fusion two meshes to one mesh. Logical OR. More... | |
| T & | subtruct (const T &b) |
Fusion a mesh b to this mesh. More... | |
| T & | subtruct (const T &, const Bevel &) |
Fusion a mesh b to this mesh with bevel. More... | |
| Mesh | subtructCopy (const T &b) const |
| Mesh | subtructCopy (const T &, const Bevel &) const |
| Mesh | operator- (const T &) const |
Subtract mesh b from this mesh. More... | |
| T & | intersect (const T &b) |
Fusion a mesh b to this mesh. More... | |
| T & | intersect (const T &, const Bevel &) |
Fusion a mesh b to this mesh with bevel. More... | |
| Mesh | intersectCopy (const T &b) const |
| Mesh | intersectCopy (const T &, const Bevel &) const |
| Mesh | operator& (const T &) const |
Intersects mesh b and this mesh. Logical AND. More... | |
For building concrete figures.
Inheritance diagram for coat::scripto::MeshX< T >:
|
stronginherited |
Operations with meshes.
|
inlineinherited |
Fusion a mesh b to this mesh.
Referenced by coat::scripto::AMesh< MeshCone >::add().
|
inherited |
Fusion a mesh b to this mesh with bevel.
|
inherited |
|
inherited |
|
inlineinherited |
Setter for details level.
|
inlineinherited |
Getter for details level.
|
inlineinherited |
Fusion a mesh b to this mesh.
Referenced by coat::scripto::AMesh< MeshCone >::intersect().
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inlineinherited |
Comparison.
Referenced by coat::scripto::Mesh::operator==().
|
inherited |
|
inlineinherited |
Setter for position.
|
inlineinherited |
Getter for position.
|
inlineinherited |
Setter for rotation.
|
inlineinherited |
Getter for rotation.
|
inlineinherited |
Fusion a mesh b to this mesh.
Referenced by coat::scripto::AMesh< MeshCone >::subtruct().
|
inherited |
|
inherited |
|
inherited |
|
inlineinherited |
Setter for transform.
|
inlineinherited |
Getter for transform.