adjust default atlas params
This commit is contained in:
parent
51bb04dd80
commit
d3359db1e8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
namespace ofxMsdfgen {
|
namespace ofxMsdfgen {
|
||||||
struct AtlasSettings {
|
struct AtlasSettings {
|
||||||
float maxCornerAngle = 3.0;
|
float maxCornerAngle = 3.0;
|
||||||
float scale = 256.0;
|
float scale = 24.0;
|
||||||
float minimumScale = 24.0;
|
float minimumScale = 24.0;
|
||||||
float pixelRange = 2.0;
|
float pixelRange = 2.0;
|
||||||
float miterLimit = 1.0;
|
float miterLimit = 1.0;
|
||||||
|
|
Loading…
Reference in a new issue