- Add Pilz.Drawing.Drawing3D.OpenGLFactory - Fix small bugs in Pilz.UI.PaintingControl
7 lines
222 B
VB.net
7 lines
222 B
VB.net
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
|