We are about to switch to a new forum software. Until then we have removed the registration on this forum.
When I import a STL model using toxiclibs, the object is rendered with all the normals of the mesh polygons. How can I turn off showing of all the normals?
Would help to see your actual code. I can only guess that you based it on the "STLImportTest"-example.
If that is true, then this line is for displaying your mesh:
gfx.mesh(mesh,false,10);
The third parameter is responsible for the length of the normals, simply removing it would make them disappear.
is there a free program to generate your own stl please?
Answers
Would help to see your actual code. I can only guess that you based it on the "STLImportTest"-example.
If that is true, then this line is for displaying your mesh:
gfx.mesh(mesh,false,10);
The third parameter is responsible for the length of the normals, simply removing it would make them disappear.
is there a free program to generate your own stl please?