Change stl reader behaviour on extension .stl , Don't check for the solid keyword explicitly
This commit is contained in:
@@ -20,6 +20,11 @@
|
|||||||
<li>Add halfedge loop range corresponding to hl_iter()</li>
|
<li>Add halfedge loop range corresponding to hl_iter()</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<b>IO</b>
|
||||||
|
<ul>
|
||||||
|
<li>STL Reader: Change stl reader behaviour on extension .stl , Don't check for the solid keyword explicitly</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<b>Build System</b>
|
<b>Build System</b>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Dropped 32-bit Windows continuous integration and artifact builds.</li>
|
<li>Dropped 32-bit Windows continuous integration and artifact builds.</li>
|
||||||
|
|||||||
@@ -468,7 +468,6 @@ check_stl_type(const std::string& _filename) const
|
|||||||
fread(dummy, 1, 80, in);
|
fread(dummy, 1, 80, in);
|
||||||
size_t nT = read_int(in, swapFlag);
|
size_t nT = read_int(in, swapFlag);
|
||||||
|
|
||||||
|
|
||||||
// compute file size from nT
|
// compute file size from nT
|
||||||
size_t binary_size = 84 + nT*50;
|
size_t binary_size = 84 + nT*50;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user