Fwd: [vtkusers] Texture Mapping Problem....Please Help !!!!!

Deepak Roy cdeepakroy at gmail.com
Tue Jan 17 12:37:33 EST 2006


 Hello Marc,

Thanks for the reply again. You have been really helpful.

Attached are the images in texture mode and wireframe mode. The image
corresponds to the stomach section of the human body surface model i have. I
have cutout the face and stuff since i am not supposed to reveal the
identity.

>>>> Did you try passing the data through a vtkPolyDataNormals filter ?

Yes i did pass the vtkPolyData through a vtkPolyDataNormals Filter, but it
makes no difference. The cracks are still there. Here is the pseudocode :


vtkPolyDataNormals *pMeshNormalGenerator = vtkPolyDataNormals::New();

pMeshNormalGenerator->SetInput( pInputMesh );

pMeshNormalGenerator->SetFeatureAngle( 60.0 );

pMeshNormalGenerator->Update();

Waiting for your reply.....

Regards,

Deepak
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20060117/e867cc08/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tex_img.JPG
Type: image/jpeg
Size: 8821 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20060117/e867cc08/attachment.jpeg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wire_img.JPG
Type: image/jpeg
Size: 22896 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20060117/e867cc08/attachment-0001.jpeg>


More information about the vtkusers mailing list