Ejemplo n.º 1
0
 private void CreateSphere(double r, double h, double k, double z)
 {
     _sphere = new UvSphere((float)r);
 }
Ejemplo n.º 2
0
 void CreateSphere(double r, double h, double k, double z)
 {
     this._sphere = new UvSphere((float)r);
 }
Ejemplo n.º 3
0
 void CreateSphere(double r, double h, double k, double z)
 {
     this._sphere = new UvSphere((float)r);
 }