Hi everyone.<br>I am trying to test some cg programs with Paraview, especially volume rendering programs. It seems that Paraview use opengl arb extension for volume rendering (vtkOpenGLVolumeTexture3D.cxx). I am wondering how should I change Paraview&#39;s cmakelists files so that I can compile and use cg programs in Paraview? For instance, I want to use a cg fragment program to replace the arb fragment program(.asm) in vtkOpenGLVolumeTexture3D.cxx, how to correctly include cg header and lib files so that no error occurs when compiling vtkOpengGLVolumeTexture3D.cxx?<br>
Thanks very much for your help!<br><br>Aaron<br>