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