[vtkusers] How to get normals??
renlishen
renlishen at gmail.com
Thu Nov 12 12:09:21 EST 2009
Thanks for your examples, David~
but now I have a new question
If i want to use this
------------------------
vtkMarchingCubes *Iso = vtkMarchingCubes::New() ;
Iso->SetInput(myData) ;
vtkPolyDataNormals *normals = vtkPolyDataNormals::New();
normals->SetInput(Iso);
normals->ComputePointNormalsOn();
normals->Update();
------------------------
Can I get points' normal by this method?
If I can, how to do ?
Because everytime I get is the wrong normal...
Thanks~
RenLi
--
View this message in context: http://old.nabble.com/How-to-get-normals---tp26297021p26322487.html
Sent from the VTK - Users mailing list archive at Nabble.com.
More information about the vtkusers
mailing list