Coder Social home page Coder Social logo

Zero surface normals in STL files about jsc3d HOT 3 OPEN

humu2009 avatar humu2009 commented on May 24, 2024
Zero surface normals in STL files

from jsc3d.

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on May 24, 2024
Thanks Steve! I'll fix this as soon as possible.

Original comment by [email protected] on 20 Jul 2013 at 4:15

from jsc3d.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 24, 2024
Thanks for the swift response!

To be completely clear, I only tested the problem with binary STL files from 
blender - but from a quick look at the code, I believe that ASCII STL's must 
have the same problem.

STL's are frequently used for controlling machine tools like 3D printers and 
CNC milling machines that don't care about surface normals, colors or anything 
else other than the triangle vertices - so it's fairly common for STL exporters 
to fail to write the normal vector and for STL importers to recreate them from 
the triangle edges.

The STL file format *really* sucks - it's horrifying that it ever became such a 
ubiquitous standard for machine tools!

Original comment by [email protected] on 20 Jul 2013 at 1:20

from jsc3d.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 24, 2024
Thanks for the detailed explanation!

This bug has fixed by checking some normals loaded from an STL file. If the 
normal length equals to 0, the face normal buffer will be set to null so that 
they can be automatically calculated when mesh is initialized.

I'll commit the patch to the respository soon.

Original comment by [email protected] on 21 Jul 2013 at 6:10

from jsc3d.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.