Example #1
0
 public static void Initialize(GraphicsDevice device)
 {
     Cube = new CubePrimitive(device);
     Sphere = new SpherePrimitive(device);
     Plane = new PlanePrimitive(device);
 }
Example #2
0
 public static void Initialize(GraphicsDevice device)
 {
     Cube   = new CubePrimitive(device);
     Sphere = new SpherePrimitive(device);
     Plane  = new PlanePrimitive(device);
 }