summaryrefslogtreecommitdiff
path: root/graphics.go
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2021-05-25 13:41:33 +0200
committerxengineering <mail2xengineering@protonmail.com>2021-05-25 13:41:33 +0200
commitd7e544b9e4e0513512e688760c75105a37bfd0bd (patch)
tree94f02c20ae8f92e06e953692a5022818d60f487e /graphics.go
parent4ab710eba1708966f8ae9e637deafa5be060b6d5 (diff)
downloadstlscope-d7e544b9e4e0513512e688760c75105a37bfd0bd.tar
stlscope-d7e544b9e4e0513512e688760c75105a37bfd0bd.tar.zst
stlscope-d7e544b9e4e0513512e688760c75105a37bfd0bd.zip
Update Documentation
Diffstat (limited to 'graphics.go')
-rw-r--r--graphics.go6
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics.go b/graphics.go
index 0aacdb7..7107926 100644
--- a/graphics.go
+++ b/graphics.go
@@ -12,11 +12,7 @@ import (
)
var (
- vertices = []float32{
- 0.0, 0.5, 0.0,
- -0.5, -0.5, 0.0,
- 0.5, -0.5, 0.0,
- }
+ vertices []float32
)
const (