allow width and height to have a different number of click points
This commit is contained in:
@@ -2,7 +2,8 @@ structure Constants =
|
||||
struct
|
||||
val windowWidth = 1000
|
||||
val windowHeight = 900
|
||||
val initialNumClickPoints = 15
|
||||
val initialWidthClickPoints = 16
|
||||
val initialHeightClickPoints = 20
|
||||
|
||||
val graphVertexShaderString =
|
||||
"#version 300 es\n\
|
||||
|
||||
Reference in New Issue
Block a user