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