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