ad-si / meshlib

JavaScript library for processing mesh-based 3D models
13 stars 3 forks source link

Check real vs calculated filesize in Stl #17

Closed adius closed 9 years ago

adius commented 9 years ago
if calcDataLength > dataLength
    throw new FileError null, calcDataLength, dataLength
adius commented 9 years ago

Fixed in Lowfab/stl-importer