Re: 3D graphics with NVIDIA GeForce 8400M GS card
- To: mathgroup at smc.vnet.net
- Subject: [mg91750] Re: 3D graphics with NVIDIA GeForce 8400M GS card
- From: magma <maderri2 at gmail.com>
- Date: Sun, 7 Sep 2008 05:35:42 -0400 (EDT)
- References: <g9t6qq$jd1$1@smc.vnet.net>
On Sep 6, 8:09 am, karsai <kar... at dmi.u-szeged.hu> wrote:
> If I run the statement like this:
> Plot3D[Sin[5 (x + y)], {x, 0, 2 Pi}, {y, 0, 2 Pi}]
> the graphics is fine.
>
> But if I want to increase the quality using greater PlotPoints, after
> a value
>
> Plot3D[Sin[5 (x + y)], {x, 0, 2 Pi}, {y, 0, 2 Pi}, Mesh -> None,
> PlotPoints ->100]
>
> the graphics contains many worg polygons
>
> Have somebody seen such problems yet?
>
> Thanks,
>
> Janos
I have the same problem.
The problem appears between 57 and 58 plotpoints.
Plot3D[Sin[5 (x + y)], {x, 0, 2 Pi}, {y, 0, 2 Pi}, Mesh -> None,
PlotPoints -> 57]
is fine, but
Plot3D[Sin[5 (x + y)], {x, 0, 2 Pi}, {y, 0, 2 Pi}, Mesh -> None,
PlotPoints -> 58]
shows already a degraded picture.
I have a Nvidia GeForce 8400 GS like yours (without the M though).
Is this a general problem with Nvidia cards?