<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4522.1800" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>
<DIV><FONT size=2>Hi Everybody,</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>I send this message to know how to use vtkTCoords. 
</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>I read email on vtk forum :</FONT></DIV>
<DIV><FONT size=2>..........................................</FONT></DIV>
<DIV><FONT size=2>&nbsp;Where I had 2D texture 
coordinates:<BR>&gt;<BR>&gt;vtkTCoords *tcoords = 
vtkTCoords::New();<BR>&gt;tcoords-&gt;SetNumberOfTCoords(N);<BR>&gt;...<BR>&gt;float 
p[3];<BR>&gt;p[0]=x; 
p[1]=y;<BR>&gt;tcoords-&gt;SetTCoord(i,p);<BR>&gt;...<BR>&gt;<BR>&gt;I replaced 
with:<BR>&gt;<BR>&gt;vtkFloatArray *tcoords = 
vtkTCoords::New();<BR>&gt;tcoords-&gt;SetNumberOfComponents(2);<BR>&gt;tcoords-&gt;SetNumberOfTuples(N);<BR>&gt;...<BR>&gt;float 
p[2];<BR>&gt;p[0]=x; 
p[1]=y;<BR>&gt;tcoords-&gt;SetTuple(i,p);<BR>&gt;....</FONT><FONT 
size=2>..................................................</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>In fact my problem is that i can't see the 2D texture i have 
in my vtk file, after reading it.&nbsp;I don't know how to do with</FONT></DIV>
<DIV><FONT size=2>so i try to recreate a vtkTexture. Do you know how to exploit 
texture data from a vtk file or could you tell me what to do with 
vtkTCoords...?</FONT></DIV>
<DIV><FONT size=2>I don't want to reuse the imagedata i used the first time to 
create my 2D texture in the vtk file.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Thanks for your help !</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Camille AFANGNIKE (from Pessac / France)</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV></FONT></DIV></BODY></HTML>