Tentative design of Layer View. Fix of UV coordinates for Mesh.

This commit is contained in:
brunoherbelin
2020-05-17 22:27:38 +02:00
parent 569a097c4a
commit 69a58de026
8 changed files with 84 additions and 59 deletions

2
Mesh.h
View File

@@ -38,7 +38,7 @@ class Frame : public Node
{
public:
typedef enum { ROUND_THIN = 0, ROUND_LARGE, SHARP_THIN, SHARP_LARGE } Type;
typedef enum { ROUND_THIN = 0, ROUND_LARGE, SHARP_THIN, SHARP_LARGE, ROUND_SHADOW } Type;
Frame(Type style);
~Frame();