mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-08 15:19:50 +00:00
clean up interpolators; WIP towards bspline support in anim editor
This commit is contained in:
parent
55689228bf
commit
29fd4ec44e
9 changed files with 213 additions and 155 deletions
|
@ -77,7 +77,8 @@ public:
|
|||
enum GridType
|
||||
{
|
||||
GRID_WAVY = 0,
|
||||
GRID_SET = 1
|
||||
GRID_STRIP = 1, // quad is in strip mode
|
||||
GRID_INTERP = 2, // quad is in grid mode
|
||||
};
|
||||
unsigned char gridType; // unsigned char to save space
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue