Re: video cards [message #35139 is a reply to message #35132] |
Tue, 20 May 2003 08:39   |
Matt Feinstein
Messages: 33 Registered: July 2002
|
Member |
|
|
On 20 May 2003 07:56:25 -0700, David.Chevrier@noaa.gov (David
Chevrier) wrote:
> Hi - I was wondering if anyone is using a 3D Labs Wildcat4 7210 video
> card. This is a high-end workstation that supports OpenGL, but not
> DirectX (which is fine for me as this is my work computer and only
> used for IDL). I wanted to know what people thought of this card and
> how they set their video options. I'm not setting the results I had
> hoped for... I know that some of this is due to both IDL memory
> limitations on 32-bit OS's (I'm using WinXP pro).
> http://www.rsinc.com/services/techtip.asp?ttid=3346 I would also like
> to see what other video cards people are using and which they think
> are the best. Any advice or input is appreciated.
You can't separate video performance from IDL performance,
particularly with high-end stuff, because RSI probably implements
their graphics operations for maximum compatibility rather than
maximum performance-- implying that the gee-whiz stuff (such as
programmable vertex and pixel shaders, static vertex arrays, etc.) in
your 3DLabs card won't be used. If you really, really, really need the
high performance you'll probably have to implement it by hand, via a
CALL_EXTERNAL routine that creates its own OpenGL context.
Matt Feinstein
--
The Law of Polarity: The probability of wiring a battery with
the correct polarity is (1/2)^N, where N is the number of times
you try to connect it.
|
|
|