Create emboss object on cursor position
This commit is contained in:
parent
ed818f9177
commit
53ee0092b0
10 changed files with 212 additions and 87 deletions
|
@ -76,7 +76,7 @@ protected:
|
|||
private:
|
||||
void initialize();
|
||||
void set_default_text();
|
||||
TriangleMesh create_default_mesh();
|
||||
static TriangleMesh create_default_mesh();
|
||||
TriangleMesh create_mesh();
|
||||
|
||||
/// <summary>
|
||||
|
@ -221,8 +221,9 @@ private:
|
|||
|
||||
// call after functions to work outside of drawing
|
||||
static void create_emboss_object(TriangleMesh && mesh,
|
||||
std::string name,
|
||||
TextConfiguration cfg);
|
||||
const Transform3d &transformation,
|
||||
const std::string &name,
|
||||
const TextConfiguration &cfg);
|
||||
static void create_emboss_volume(TriangleMesh && mesh,
|
||||
Transform3d transformation,
|
||||
std::string name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue