[vtkusers] vtkTubeFilter and SetGenerateTCoordsToNormalizedLength
Paul Harris
harris.pc at gmail.com
Thu Apr 23 02:36:26 EDT 2009
2009/4/23 Paul Harris <harris.pc at gmail.com>
>
> In the meantime, I am wondering what is the application for
>> SetGenerateTCoordsToNormalizedLength()
>>
>
> Note, I tried changing TestRibbonAndTube.tcl to use NormalizedLength, but
> it looked completely wrong.
>
>
And I'm convinced its a bug.
this:
newTCoords->InsertTuple2(offset+i*2+k,tc,0.0);
should be this:
newTCoords->InsertTuple2(offset+i*numSides+k,tc,0.0);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20090423/b17c2b8b/attachment.htm>
More information about the vtkusers
mailing list