[vtkusers] How to get normals??
renlishen
renlishen at gmail.com
Fri Nov 13 09:56:40 EST 2009
Thank you, Bill~
After I use
vtkPolyDataNormals *normals = vtkPolyDataNormals::New() ;
normals->SetInput( MyPolyData->GetOutput() ) ;
normals->ComputePointNormalsOn() ;
normals->Updata() ;
and how can I get the points' normal?
I always get the only one normal...
Does anyone help me to solve this question?
--
View this message in context: http://old.nabble.com/How-to-get-normals---tp26297021p26337837.html
Sent from the VTK - Users mailing list archive at Nabble.com.
More information about the vtkusers
mailing list