Example #1
0
 public GLFigure()
 {
     DefaultLineMat = new GLMaterial();
 }
Example #2
0
 public GLFigure()
 {
     glmat = new GLMaterial();
 }