| Author |
Comment/Response |
Martin
|
01/26/12 09:44am
In Response To 'Re: Artifacts in exported transparent planes' --------- That doesn't help. Here is a minimal example that already shows the problem:
test = Show[
Graphics3D[
{Opacity[0.5], Blue, Mesh -> None,
Polygon[{{-1, -1, -1}, {1, -1, -1}, {1, 1, 1}, {-1, 1, 1}}]}
],
ViewPoint -> {2, -2, 1}
]
Export["test.pdf", test]
A similar problem appears for a simple plain surface with Plot3D. While in the given example there are only serveral lines visible on the surface, on a plain like Plot3D[0, {x,0,1},{y,0,1}] is "shattered" into lots of polygones. But they are not visible within mathematica, but on the pdf.
I use Mathematica 7.0.1. If this in version 8 not the case, I can ask our admin for a newer version.
Best regards,
Martin
URL: , |
|