<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    I'm using intersectWithLine method to obtain the intersection point
    of a ray with a mesh. I'm using the point coordinate and the cellId
    for further analysis.<br>
    Since I have the labels as a RGB color I need to get the color
    information from that point.<br>
    I found different examples how to read the array names but there is
    something strange with the files that I'm using, I get:<br>
    <br>
    <blockquote> ./FindAllArrayNames 120_F_W1_M0.obj <br>
      Normals: 0<br>
      Number of PointData arrays: 1<br>
      Number of CellData arrays: 0<br>
      Type table/key: <br>
      3 unsigned char<br>
      7 unsigned int<br>
      10 float<br>
      11 double<br>
      Array 0:<br>
    </blockquote>
    But I can visualize in meshlab the colored mesh!<br>
    <br>
    Marco<br>
    <br>
  </body>
</html>