adjust default atlas params

This commit is contained in:
jrkb 2023-03-19 12:00:04 +01:00
parent 51bb04dd80
commit d3359db1e8

View file

@ -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;