paroj / gltut

Learning Modern 3D Graphics Programming
https://paroj.github.io/gltut/
MIT License
1.57k stars 377 forks source link

Handle mesh input without whitespace #118

Closed jicksaw closed 5 years ago

jicksaw commented 5 years ago

Closes #117

The input parser expected input stream to end in whitespace. I also noticed that the input stream would sometimes contain some uninitialized bytes near the end. It happened intermittently, changing only after nuking the folder.

paroj commented 5 years ago

thanks