<div dir="ltr">Hi Jian,<div><br></div><div>the reason here is that the data you try to look at is not a scalar field but a RGBA type of information. </div><div>The WebGL exported is looking for a field (I think) and get confused.</div><div><br></div><div>You may need to generate a field here and use a lookup table with it. You can also try to use ParaView to load and export the data in WebGL.</div><div><br></div><div>Seb </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jul 27, 2015 at 11:45 AM, Jian Cheng <span dir="ltr"><<a href="mailto:jian.cheng.1983@gmail.com" target="_blank">jian.cheng.1983@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  

    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <br>
    <div>Hi, <br>
      <br>
      The webgl output of VTKPolyData.py has different color from the
      output of vtk renderer. <br>
      <br>
      The script VTKPolyData.py is from ITKExamples. See this blog by
      Matt. <br>
      <a href="http://www.kitware.com/blog/home/post/680" target="_blank">http://www.kitware.com/blog/home/post/680</a><br>
      <a href="http://itk.org/gitweb?p=ITKExamples.git;a=blob;f=Utilities/Visualization/VTKPolyData.py" target="_blank">http://itk.org/gitweb?p=ITKExamples.git;a=blob;f=Utilities/Visualization/VTKPolyData.py</a>
      <br>
      I would like to use VTKPolyData.py to visualize a vtk file
      test.vtk. The file can be downloaded from<br>
      <a href="https://www.dropbox.com/s/asr05bdu67fttgl/test.vtk?dl=0" target="_blank">https://www.dropbox.com/s/asr05bdu67fttgl/test.vtk?dl=0</a><br>
      <br>
      When I tried <br>
      VTKPolyData.py test.vtk <br>
      It showed <br>
      <img src="cid:part3.07000100.06050504@gmail.com" alt=""><br>
      <br>
      But when I enabled webgl, tried<br>
      VTKPolyData.py test.vtk --webgl abcde.html <br>
      The output abcd.html in firefox and chrome is<br>
      <img src="cid:part4.06030607.09060206@gmail.com" alt=""><br>
      <br>
      Is there anyone who can help me? Thanks. <br>
      <br>
      best,<br>
      Jian<br>
      <br>
      <br>
    </div>
    <br>
  </div>

<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br></div>