[vtkusers] vtkTextureMapToSphere and PreventSeamOff not working as expected

Alex Pletzer pletzer at txcorp.com
Thu Aug 7 15:14:41 EDT 2014


All,

One way to solve the above problem is to set the end theta coordinate to 360
- eps, where eps is ~ 1.e-4.

eps = 1.e-4
sphere1.SetEndTheta(360. - eps)

A very small gap remains visible but the topology is now correct.

--Alex



--
View this message in context: http://vtk.1045678.n5.nabble.com/vtkTextureMapToSphere-and-PreventSeamOff-not-working-as-expected-tp5728125p5728139.html
Sent from the VTK - Users mailing list archive at Nabble.com.


More information about the vtkusers mailing list