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