<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.3502.5390" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello All</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>I am quite disappointed with vtk´s lack of
texture methods. It seems that none of the objects can read in a
simple BMP file and paint it onto</FONT></DIV>
<DIV><FONT face=Arial size=2>a PolyData set. </FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>So I wrote the BMP file reader, now I am trying to
visualize my data</FONT></DIV>
<DIV><FONT face=Arial size=2> (3D vertex points of faces, each face with a
texture map), and I´m trying to </FONT></DIV>
<DIV><FONT face=Arial size=2>convert the byte RGB values to floats [0,1], (so
that I can set the scalar values of the vetrices to the new float colour
values), but it doesn´t work, </FONT></DIV>
<DIV><FONT face=Arial size=2>the colours come out all funny.
I have set the SetNumberofComponents of the FloatArray scalar set to 3,
and have initialized it with the correct number of tuples...</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Thakns</FONT></DIV>
<DIV><FONT face=Arial size=2>Markus</FONT></DIV></BODY></HTML>