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