예제 #1
0
 public Sphere(GraphicsDevice graphics, float radius)
 {
     primitive = new SpherePrimitive(graphics, radius * 2f, 10);
     Radius    = radius;
 }
예제 #2
0
 public Sphere(GraphicsDevice graphics, float radius)
 {
     primitive = new SpherePrimitive(graphics, radius * 2f, 10);
     Radius = radius;
 }