PDA

View Full Version : Recommended video cards


Rachel
04-14-2008, 08:40 AM
We project our desktop image onto a large movie screen in front our test subjects. Our card is a Radeon HD 2400 XT and our scenes show a lot of jaggies. I hope that by upgrading the card we'll get rid of them. I was looking at the nVidia 8800 GTS, but if there's something other users would recommend instead, I'd appreciate the tip.

Thanks for sharing your experience.
Rachel

farshizzo
04-14-2008, 09:09 AM
Have you tried enabling anti-aliasing to remove the jaggies? For example, you can enable 8x anti-aliasing by using the following code:viz.setMultiSample(8) #Must be called before viz.go()
viz.go()