Ejemplo n.º 1
0
 public static void DrawWireframeDisc(Vector3 cameraPosition, Matrix cameraView, Matrix cameraProjection,
                                      Vector3 center, Vector3 normal, float radius, Color color, bool fadeBackFace)
 {
     EnsureGraphicsDevice();
     Disc.DrawWireframe(_primitiveDrawer, cameraPosition, cameraView, cameraProjection, center, normal, radius, color, fadeBackFace);
 }