Re: 3D graphics with NVIDIA GeForce 8400M GS card
- To: mathgroup at smc.vnet.net
- Subject: [mg91746] Re: 3D graphics with NVIDIA GeForce 8400M GS card
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Sun, 7 Sep 2008 05:34:56 -0400 (EDT)
- References: <g9t6qq$jd1$1@smc.vnet.net>
Hi, work fin on my GeForce 8800 GT and you should try to update the graphics driver first. Regards Jens karsai 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 >