I had to explicitly run the following settings to get it to work in Mac:
method={"HardwareDepthBuffer","HardwareDepthPeeling","BSPTree","Software"};
method=method[[3]]
SetOptions[$FrontEndSession,RenderingOptions->{"Graphics3DRenderingEngine"->method}];
SetOptions[EvaluationNotebook[],RenderingOptions->{"Graphics3DRenderingEngine"->method}];
CurrentValue[$FrontEndSession,{"Antialiasing"}]=False;
CurrentValue[EvaluationNotebook[],{"Antialiasing"}]=False;
CurrentValue[$FrontEnd,{"Antialiasing"}]=False;
All other methods gave me still some antialiasing…