progress with aligning graph lines

This commit is contained in:
2025-07-10 22:48:34 +01:00
parent 3fe3aa1d4d
commit cda90e3f44
4 changed files with 19 additions and 53 deletions

View File

@@ -2,8 +2,8 @@ structure Constants =
struct
val windowWidth = 1000
val windowHeight = 900
val initialWidthClickPoints = 16
val initialHeightClickPoints = 20
val initialWidthClickPoints = 4
val initialHeightClickPoints = 4
val graphVertexShaderString =
"#version 300 es\n\