feat: glyphShape configurable

This commit is contained in:
2024-05-28 18:10:18 +02:00
parent 23359f9f54
commit efeed7fcb9
6 changed files with 35 additions and 15 deletions

View File

@@ -25,7 +25,7 @@ enum GlyphStyle {
CIRCLE = 0,
TRIANGLE = 1,
SQUARE = 2,
HEXAGON = 3,
CROSS = 3,
};
enum SamplingMode {