Yes, I have. But it doesn&#39;t work. <br><br><div class="gmail_quote">On Fri, Feb 20, 2009 at 6:56 AM, Utkarsh Ayachit <span dir="ltr">&lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Have you tried just removing the property<br>
&quot;LockSampleDistanceToInputSpacing&quot; from the XML?<br>
<font color="#888888"><br>
Utkarsh<br>
</font><div><div></div><div class="Wj3C7c"><br>
On Thu, Feb 19, 2009 at 5:26 PM, Biao She &lt;<a href="mailto:shebiao@gmail.com">shebiao@gmail.com</a>&gt; wrote:<br>
&gt; Thanks very much for your help, Utkarsh.<br>
&gt; The &quot;OpenGLVolumeTextureMapper3D&quot; works right now.<br>
&gt; Just for future reference, here are instructions to make a volume mapper<br>
&gt; available in paraview:<br>
&gt; 1. open the rendering.xml file at the<br>
&gt; &quot;/$Paraveiw-Source-Directory/Servers/ServerManager/<br>
&gt; Resources&quot; directory.<br>
&gt; 2. copy the SourceProxy definition of &quot;FixedPointVolumeRayCastMapper&quot;, paste<br>
&gt; it after the definition and made the following changes: (the bold ones are<br>
&gt; the places where I made changes )<br>
&gt; &lt;SourceProxy name=&quot;OpenGLVolumeTextureMapper3D&quot;<br>
&gt; &nbsp; &nbsp; &nbsp; class=&quot;vtkOpenGLVolumeTextureMapper3D&quot;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &lt;InputProperty<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; name=&quot;Input&quot;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; command=&quot;SetInputConnection&quot;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;DataTypeDomain name=&quot;input_type&quot;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;DataType value=&quot;vtkImageData&quot;/&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/DataTypeDomain&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &lt;/InputProperty&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &lt;StringVectorProperty<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; name=&quot;SelectScalarArray&quot;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; command=&quot;SelectScalarArray&quot;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; number_of_elements=&quot;1&quot;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; animateable=&quot;0&quot;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ArrayListDomain name=&quot;array_list&quot; attribute_type=&quot;Scalars&quot;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;RequiredProperties&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Property name=&quot;Input&quot; function=&quot;Input&quot;/&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/RequiredProperties&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/ArrayListDomain&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &lt;/StringVectorProperty&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &lt;IntVectorProperty<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; name=&quot;ScalarMode&quot;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; command=&quot;SetScalarMode&quot;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; default_values=&quot;3&quot;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; number_of_elements=&quot;1&quot;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; animateable=&quot;0&quot;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;EnumerationDomain name=&quot;enum&quot;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Entry value=&quot;0&quot; text=&quot;Default&quot;/&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Entry value=&quot;1&quot; text=&quot;PointData&quot;/&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Entry value=&quot;2&quot; text=&quot;CellData&quot;/&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Entry value=&quot;3&quot; text=&quot;PointFieldData&quot;/&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Entry value=&quot;4&quot; text=&quot;CellFieldData&quot;/&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/EnumerationDomain&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &lt;/IntVectorProperty&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &lt;IntVectorProperty<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; name=&quot;LockSampleDistanceToInputSpacing&quot;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; command=&quot;SetLockSampleDistanceToInputSpacing&quot;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; default_values=&quot;1&quot;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; number_of_elements=&quot;1&quot;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; animateable=&quot;0&quot;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;BooleanDomain name=&quot;bool&quot; /&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &lt;/IntVectorProperty&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &lt;!-- End of FixedPointVolumeRayCastMapper --&gt;<br>
&gt; &nbsp; &nbsp; &lt;/SourceProxy&gt;<br>
&gt; 3. find the SubProxy of VolumeFixedPointRayCastMapper, make the following<br>
&gt; change (bold):<br>
&gt; &lt;SubProxy&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Proxy name=&quot;VolumeFixedPointRayCastMapper&quot;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; proxygroup=&quot;mappers&quot;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; proxyname=&quot;OpenGLVolumeTextureMapper3D&quot;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/Proxy&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ExposedProperties&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Property name=&quot;LockSampleDistanceToInputSpacing&quot; /&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/ExposedProperties&gt;<br>
&gt; &lt;/SubProxy&gt;<br>
&gt; 4. find the header file of vtkOpenGLVolumeTextureMapper3D at the<br>
&gt; &quot;/$Paraveiw-Source-Directory/VTK/VolumeRendering/&quot; directory.<br>
&gt; add &quot;vtkSetClampMacro( LockSampleDistanceToInputSpacing, int, 0, 1 );&quot; as<br>
&gt; public method,<br>
&gt; add &quot;int &nbsp;LockSampleDistanceToInputSpacing;&quot; as a protected variable.<br>
&gt; 5. compile your program and go.<br>
&gt;<br>
&gt; I understand that &quot;vtkOpenGLVolumeTextureMapper3D&quot; mapper doesn&#39;t need a<br>
&gt; property of &quot;LockSampleDistanceToInputSpacing&quot;, but this is the fastest way<br>
&gt; for me to make the mapper works.<br>
&gt; Any clue about how to get rid of the variable?<br>
&gt; Thanks again for all the helps!<br>
&gt;<br>
&gt; Biao<br>
&gt;<br>
&gt; On Thu, Feb 19, 2009 at 2:35 PM, Utkarsh Ayachit<br>
&gt; &lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; No, unless you changed the name for the subproxy which is the &quot;name&quot;<br>
&gt;&gt; in &lt;SubProxy&gt;&lt;Proxy name=&quot;..&quot; /&gt;&lt;/SubProxy&gt;. I&#39;ll leave that as is so<br>
&gt;&gt; the vtkSMUniformGridVolumeRepresentationProxy will just work.<br>
&gt;&gt;<br>
&gt;&gt; On Thu, Feb 19, 2009 at 4:33 PM, Biao She &lt;<a href="mailto:shebiao@gmail.com">shebiao@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; Sorry, please ignore the first question. I know what you mean right now.<br>
&gt;&gt; &gt; But, please look at the second question:<br>
&gt;&gt; &gt; &quot;Also, I notice that in the vtkSMUniformGridVolumeRepresen<br>
&gt;&gt; &gt; tationProxy.cxx file (Servers/ServerManager/), between line 100~117,<br>
&gt;&gt; &gt; there<br>
&gt;&gt; &gt; are some code specifically related to VolumeFixedPointRayCastMapper, do<br>
&gt;&gt; &gt; I<br>
&gt;&gt; &gt; need to change these codes too?&quot;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Thanks,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Biao<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Thu, Feb 19, 2009 at 2:27 PM, Biao She &lt;<a href="mailto:shebiao@gmail.com">shebiao@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; I didn&#39;t add a new proxy definition for &quot;OpenGLVolumeTextureMapper3D&quot;.<br>
&gt;&gt; &gt;&gt; Instead, I change the definition for &quot;VolumeFixedPointRayCastMapper&quot; to<br>
&gt;&gt; &gt;&gt; something like that:<br>
&gt;&gt; &gt;&gt; &lt;SubProxy&gt;<br>
&gt;&gt; &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;Proxy name=&quot;VolumeFixedPointRayCastMapper&quot;<br>
&gt;&gt; &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;proxygroup=&quot;mappers&quot;<br>
&gt;&gt; &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;proxyname=&quot;OpenGLVolumeTextureMapper3D&quot;&gt;<br>
&gt;&gt; &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/Proxy&gt;<br>
&gt;&gt; &gt;&gt; &nbsp; &lt;/SubProxy&gt;<br>
&gt;&gt; &gt;&gt; It didn&#39;t work.<br>
&gt;&gt; &gt;&gt; By now, I have tried to add a new proxy definition for<br>
&gt;&gt; &gt;&gt; &quot;OpenGLVolumeTextureMapper3D&quot;, but I got the same error message. The<br>
&gt;&gt; &gt;&gt; following is the XML proxy I wrote:<br>
&gt;&gt; &gt;&gt; &lt;SubProxy&gt;<br>
&gt;&gt; &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Proxy name=&quot;VolumeOpenGLTexture3DMapper&quot;<br>
&gt;&gt; &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; proxygroup=&quot;mappers&quot;<br>
&gt;&gt; &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; proxyname=&quot;OpenGLVolumeTextureMapper3D&quot;&gt;<br>
&gt;&gt; &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/Proxy&gt;<br>
&gt;&gt; &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ExposedProperties&gt;<br>
&gt;&gt; &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Property name=&quot;SampleDistance&quot; /&gt;<br>
&gt;&gt; &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/ExposedProperties&gt;<br>
&gt;&gt; &gt;&gt; &lt;/SubProxy&gt;<br>
&gt;&gt; &gt;&gt; I am wondering if I understand you incorrect.<br>
&gt;&gt; &gt;&gt; Also, I notice that in the<br>
&gt;&gt; &gt;&gt; vtkSMUniformGridVolumeRepresentationProxy.cxx<br>
&gt;&gt; &gt;&gt; file (Servers/ServerManager/), between line 100~117, there are some<br>
&gt;&gt; &gt;&gt; code<br>
&gt;&gt; &gt;&gt; specifically related to VolumeFixedPointRayCastMapper, do I need to<br>
&gt;&gt; &gt;&gt; change<br>
&gt;&gt; &gt;&gt; these codes too?<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Thanks very much for your help.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Biao<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; On Thu, Feb 19, 2009 at 12:57 PM, Utkarsh Ayachit<br>
&gt;&gt; &gt;&gt; &lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Did you add a new proxy definition for the<br>
&gt;&gt; &gt;&gt;&gt; &quot;OpenGLVolumeTextureMapper3D&quot; proxy? Look at the definition for<br>
&gt;&gt; &gt;&gt;&gt; &quot;VolumeFixedPointRayCastMapper&quot; (it&#39;s further down in the file).<br>
&gt;&gt; &gt;&gt;&gt; You&#39;ll need to add a similar one for the &quot;OpenGLVolumeTextureMapper3D&quot;<br>
&gt;&gt; &gt;&gt;&gt; proxy.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; On Thu, Feb 19, 2009 at 2:55 PM, Biao She &lt;<a href="mailto:shebiao@gmail.com">shebiao@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt; &gt; Thanks for your help.<br>
&gt;&gt; &gt;&gt;&gt; &gt; I have tried to change &quot;FixedPointVolumeRayCastMapper to something<br>
&gt;&gt; &gt;&gt;&gt; &gt; else&quot; in<br>
&gt;&gt; &gt;&gt;&gt; &gt; the XML file. However, it still didn&#39;t work.<br>
&gt;&gt; &gt;&gt;&gt; &gt; I am pretty new to these XML files. To the best of my knowledge, I<br>
&gt;&gt; &gt;&gt;&gt; &gt; changed<br>
&gt;&gt; &gt;&gt;&gt; &gt; the XML file to:<br>
&gt;&gt; &gt;&gt;&gt; &gt; &lt;SubProxy&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Proxy name=&quot;VolumeFixedPointRayCastMapper&quot;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; proxygroup=&quot;mappers&quot;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; proxyname=&quot;OpenGLVolumeTextureMapper3D&quot;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/Proxy&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; &nbsp;&lt;/SubProxy&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; I simply delete the &quot;ExposedProperties&quot; part for this mapper,<br>
&gt;&gt; &gt;&gt;&gt; &gt; because I<br>
&gt;&gt; &gt;&gt;&gt; &gt; don&#39;t know how to decide which property should be exposed.<br>
&gt;&gt; &gt;&gt;&gt; &gt; After those changes, I opened the iron_protein.vtk data with<br>
&gt;&gt; &gt;&gt;&gt; &gt; paraview.<br>
&gt;&gt; &gt;&gt;&gt; &gt; Here<br>
&gt;&gt; &gt;&gt;&gt; &gt; is the error message I got:<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; Unhandled exception at 0x0519e423(vtkPVServerManager.dll) in<br>
&gt;&gt; &gt;&gt;&gt; &gt; paraview.exe:<br>
&gt;&gt; &gt;&gt;&gt; &gt; 0xC0000005: Access violation reading location 0x00000000.<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; Is that because the proxyname is wrong? Or do<br>
&gt;&gt; &gt;&gt;&gt; &gt; I have to expose some properties?<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; Biao<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; On Thu, Feb 19, 2009 at 9:17 AM, Utkarsh Ayachit<br>
&gt;&gt; &gt;&gt;&gt; &gt; &lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; The combo-box is only for unstructured volume rendering (and works<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; perfectly fine for that). I believe Biao is taking about image data<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; volume rendering.<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; Utkarsh<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; On Thu, Feb 19, 2009 at 10:06 AM, pat marion<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &lt;<a href="mailto:pat.marion@kitware.com">pat.marion@kitware.com</a>&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; There is a combo box in the Display tab that allows you to select<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; the<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; volume mapper, but it looks like that combo box is not working.<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &nbsp;I<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; know it used to work, does anyone know what happened?<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; Pat<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; On Thu, Feb 19, 2009 at 7:38 AM, Utkarsh Ayachit<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt; I know it&#39;s kind of hacky, but you can simply edit the XML file<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt; and<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt; change the mapper used. Look at<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt; Servers/ServerManager/Resources/rendering.xml. In the XML for<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt; &quot;UniformGridVolumeRepresentation&quot;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt; change FixedPointVolumeRayCastMapper to something else. Then<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt; after<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt; the<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt; definition for FixedPointVolumeRayCastMapper, add a new<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt; definition<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt; for<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt; the VolumeTextureMapper3D and use that in the<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt; &quot;UniformGridVolumeRepresentation&quot;. I am not sure it&#39;s going to<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt; work<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt; out of the box. But work a try.<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt; Utkarsh<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt; On Wed, Feb 18, 2009 at 6:42 PM, Biao She &lt;<a href="mailto:shebiao@gmail.com">shebiao@gmail.com</a>&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;&gt; Hi everyone.<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;&gt; I have debugged paraview for days. The reason is that I want to<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;&gt; use<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;&gt; vtkOpenGLVolumeTextureMapper3d mapper instead of the default<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;&gt; volume<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;&gt; mapper<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;&gt; vtkFixedPointVolumeRayCastMapper in Paraview.<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;&gt; Till now, I haven&#39;t figured out how to do that. Has anyone done<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;&gt; this<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;&gt; before?<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;&gt; Any hint and help is greatly appreciated.<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;&gt; Thanks,<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;&gt; Aaron<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; --<br>
&gt;&gt; &gt;&gt; She, Biao<br>
&gt;&gt; &gt;&gt; Department of Computing Science,<br>
&gt;&gt; &gt;&gt; University of Alberta, Edmonton, Canada<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; --<br>
&gt;&gt; &gt; She, Biao<br>
&gt;&gt; &gt; Department of Computing Science,<br>
&gt;&gt; &gt; University of Alberta, Edmonton, Canada<br>
&gt;&gt; &gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; She, Biao<br>
&gt; Department of Computing Science,<br>
&gt; University of Alberta, Edmonton, Canada<br>
&gt;<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>She, Biao<br>Department of Computing Science,<br>University of Alberta, Edmonton, Canada<br>