Ejemplo n.º 1
0
 public static void Initialize(GraphicsDevice device)
 {
     Cube = new CubePrimitive(device);
     Sphere = new SpherePrimitive(device);
     Plane = new PlanePrimitive(device);
 }
Ejemplo n.º 2
0
 public static void Initialize(GraphicsDevice device)
 {
     Cube   = new CubePrimitive(device);
     Sphere = new SpherePrimitive(device);
     Plane  = new PlanePrimitive(device);
 }