revert to VB and update to new project file format
This commit is contained in:
6
Pilz.Simple3DFileParser/Model/VertexColor.vb
Normal file
6
Pilz.Simple3DFileParser/Model/VertexColor.vb
Normal file
@@ -0,0 +1,6 @@
|
||||
Public Class VertexColor
|
||||
Public Property R As Single = 1
|
||||
Public Property G As Single = 1
|
||||
Public Property B As Single = 1
|
||||
Public Property A As Single = 1
|
||||
End Class
|
||||
Reference in New Issue
Block a user