<div dir="ltr">vtkPolyData->GetPointData()->SetNormals(your 3component wide x numcells tuple long array) should do the trick.<div><br><div><br></div></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature">David E DeMarle<br>Kitware, Inc.<br>R&D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-881-4909</div></div>
<br><div class="gmail_quote">On Thu, Oct 22, 2015 at 1:32 PM, Ronald Levine <span dir="ltr"><<a href="mailto:rl@quantcomp.com" target="_blank">rl@quantcomp.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have a large quad mesh (easily decomposed into a set of triangle strips)<br>
whose positions AND vertex normals (point normals) are mathematically<br>
generated.  I want to render the surface with Gouraud shading using my<br>
supplied vertex normals.  I do not want the system to estimate the point<br>
normals from the triangle geometry.<br>
<br>
Working in Python, where it's easy to experiment, I don't see any way to do<br>
that.  Neither does reading the C++ documentation provide any clues.<br>
<br>
Thanks for any helpful comments.<br>
<br>
RL<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Set-vertex-normals-tp5734525.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.com/Set-vertex-normals-tp5734525.html</a><br>
Sent from the VTK - Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br></div>