MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: 3D graphics with NVIDIA GeForce 8400M GS card

  • To: mathgroup at smc.vnet.net
  • Subject: [mg91729] Re: 3D graphics with NVIDIA GeForce 8400M GS card
  • From: Bob F <deepyogurt at gmail.com>
  • Date: Sun, 7 Sep 2008 05:31:42 -0400 (EDT)
  • References: <g9t6qq$jd1$1@smc.vnet.net>

On Sep 6, 12: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

Both work fine on Mathematica 6.0.3 on Mac OS X 10.4.11 with nVidia
Quadro FX 4500. What OS version and version of Mathematica are you
using??

-Bob


  • Prev by Date: Re: 3D graphics with NVIDIA GeForce 8400M GS card
  • Next by Date: Re: phase-space versus controlling parameter surface
  • Previous by thread: Re: 3D graphics with NVIDIA GeForce 8400M GS card
  • Next by thread: Re: 3D graphics with NVIDIA GeForce 8400M GS card