[vtkusers] Re: Hardware Assisted Volume rending in VTK

Goodwin Lawlor goodwin.lawlor at ucd.ie
Tue Mar 1 09:04:46 EST 2005


Hi Amit,

VTK only supports 2D texture mapping.

If you want hardware acceleration you have to have a VolumePro graphics
card, and use the VP volume mappers.

The problem with 3D texture mapping using an OpenGL graphics card (on
Windows anyway) is that the default driver only support the OpenGL 1.1 spec.

Have a look here for a OpenGL extension library that gives you access to
OpenGL 1.5 functionality:
http://www.julius.caesar.de/oglext/index.html

You might be able to write a mapper class using the above extension
library... they have a LGPL license though which is not compatible with
VTK'S BSD-like license.

hth

Goodwin

"rahul kumar" <vv_rahul97 at yahoo.com> wrote in message
news:20050301023324.28206.qmail at web40527.mail.yahoo.com...
>
> Hi all,
> i want to implement hardware assisted (using 3D
> Texture memory of graphics card like ATI Raedon 8500 )
> volume rendering.
> has anybody tried doing this in VTK before?
> Any help, suggestions are highly appreciated.
>
> regards
> amit
>
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Mail - Find what you need with new enhanced search.
> http://info.mail.yahoo.com/mail_250
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at:
http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>






More information about the vtkusers mailing list