コード例 #1
0
ファイル: Primitives.cs プロジェクト: nagysa1313/Cannonball
 public static void Initialize(GraphicsDevice device)
 {
     Cube = new CubePrimitive(device);
     Sphere = new SpherePrimitive(device);
     Plane = new PlanePrimitive(device);
 }
コード例 #2
0
 public static void Initialize(GraphicsDevice device)
 {
     Cube   = new CubePrimitive(device);
     Sphere = new SpherePrimitive(device);
     Plane  = new PlanePrimitive(device);
 }