Esempio n. 1
0
 public BoundingSphere(Vector3 center, float r)
 {
     sphere = new SlimDX.BoundingSphere(center, r);
 }
Esempio n. 2
0
 public BoundingSphere()
 {
     sphere = new SlimDX.BoundingSphere();
 }