Ejemplo n.º 1
0
 public static void SetAnaglyphMethod(AnaglyphMethod method)
 {
     Graph3dDraw.Method = method;
 }
Ejemplo n.º 2
0
 public static void initgraph(int Width, int Height, bool fullScreen, Glass glass, AnaglyphMethod method)
 {
     initgraph(Width, Height);
     Graph3d.set3DGlass(glass);
     Graph3d.SetAnaglyphMethod(method);
 }