[vtkusers] Twisted structure
Doug Hoppes
dhoppes at mbfbioscience.com
Mon Apr 14 15:53:13 EDT 2014
Hi all,
Got a weird problem. I have a surface where I'm seeing this odd twisting. The code looks like:
-------------------------------
vtkSmartPointer<vtkAppendPolyData> pBranchData = GetSurfacePolyData();
vtkSmartPointer<vtkPolyDataMapper> pMapper = vtkSmartPointer<vtkPolyDataMapper>::New();
pMapper->SetInputConnection(pBranchData ->GetOutputPort());
pMapper->ScalarVisibilityOff();
m_pSurfaceActor = vtkSmartPointer<vtkActor>::New();
m_pSurfaceActor->SetMapper(pMapper);
m_pRenderer->AddViewProp(m_pSurfaceActor);
-------------------------------
Any idea what would cause this type of issue?
[cid:image008.png at 01CF57F9.948374B0]
Doug
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20140414/540747b4/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.emz
Type: application/octet-stream
Size: 36586 bytes
Desc: image001.emz
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20140414/540747b4/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: oledata.mso
Type: application/octet-stream
Size: 40929 bytes
Desc: oledata.mso
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20140414/540747b4/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image008.png
Type: image/png
Size: 29841 bytes
Desc: image008.png
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20140414/540747b4/attachment.png>
More information about the vtkusers
mailing list