Commit 44ffd9d
authored
binvox header fix (#2486)
Hello !
Apparently there has been an update to the binvox file header (tested on
binvox version 1.38), now binvox files includes a new header line that
looks like this :
```
# generated by [binvox], https://www.google.com/search?q=binvox, parameters: ...
```
This PR fixes the binvox parser and header to account for the newline.1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
| 102 | + | |
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
| |||
0 commit comments