Problem importing a .STL model

edited January 2017 in Library Questions

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?

Tagged:

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?

Sign In or Register to comment.