Up the bezier bake count
This commit is contained in:
parent
c5aa20f226
commit
62e0c9226e
2 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
#include "../defines.hpp"
|
||||
#include <deque>
|
||||
|
||||
constexpr int BAKEDPOINTS = 200;
|
||||
constexpr int BAKEDPOINTS = 255;
|
||||
constexpr float INVBAKEDPOINTS = 1.f / BAKEDPOINTS;
|
||||
|
||||
// an implementation of a cubic bezier curve
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue