|
| Mesh (const std::string &fullPathFileOrLayerName) |
| Load from file or layer. More...
|
|
bool | operator== (const Mesh &b) const |
| Comparison. More...
|
|
bool | operator== (const AMesh &b) const |
| Comparison. More...
|
|
Mesh & | details (const float &d) |
| Setter for details level. More...
|
|
float | details () const |
| Getter for details level. More...
|
|
Mesh & | position (const Vec3 &p) |
| Setter for position. More...
|
|
Vec3 | position () const |
| Getter for position. More...
|
|
Mesh & | rotation (const Angles &a) |
| Setter for rotation. More...
|
|
Angles | rotation () const |
| Getter for rotation. More...
|
|
Mesh & | transform (const Mat4 &m) |
| Setter for transform. More...
|
|
Mat4 | transform () const |
| Getter for transform. More...
|
|
Mesh & | add (const Mesh &b) |
| Fusion a mesh b to this mesh. More...
|
|
Mesh & | add (const Mesh &, const Bevel &) |
| Fusion a mesh b to this mesh with bevel. More...
|
|
Mesh | addCopy (const Mesh &b) const |
|
Mesh | addCopy (const Mesh &, const Bevel &) const |
|
Mesh | operator| (const Mesh &) const |
| Fusion two meshes to one mesh. Logical OR . More...
|
|
Mesh & | subtruct (const Mesh &b) |
| Fusion a mesh b to this mesh. More...
|
|
Mesh & | subtruct (const Mesh &, const Bevel &) |
| Fusion a mesh b to this mesh with bevel. More...
|
|
Mesh | subtructCopy (const Mesh &b) const |
|
Mesh | subtructCopy (const Mesh &, const Bevel &) const |
|
Mesh | operator- (const Mesh &) const |
| Subtract mesh b from this mesh. More...
|
|
Mesh & | intersect (const Mesh &b) |
| Fusion a mesh b to this mesh. More...
|
|
Mesh & | intersect (const Mesh &, const Bevel &) |
| Fusion a mesh b to this mesh with bevel. More...
|
|
Mesh | intersectCopy (const Mesh &b) const |
|
Mesh | intersectCopy (const Mesh &, const Bevel &) const |
|
Mesh | operator& (const Mesh &) const |
| Intersects mesh b and this mesh. Logical AND . More...
|
|