Refactor vertex poking

This commit is contained in:
jgk
2021-08-10 02:29:17 +02:00
parent 79eb031637
commit 51b8fab214
4 changed files with 57 additions and 66 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ import Control.Lens
data Verx = Verx
{ _vxPos :: !Point3
, _vxCol :: !Point4
, _vxType :: !VertexType
, _vxExt :: [Float]
, _vxLayer :: !Int
, _vxShadNum :: !ShadNum
}