Skip to content

Commit

Permalink
Make resolution consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed Jan 13, 2024
1 parent 1098344 commit 43d104d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class ARGridLayer(

private val lineLayer = ARLineLayer()

private val resolution = spacing / 5
private val resolution = 6

init {
val regularLines = mutableListOf<List<ARPoint>>()
Expand Down

0 comments on commit 43d104d

Please sign in to comment.