CesiumGS / obj2gltf

Convert OBJ assets to glTF
Apache License 2.0
1.71k stars 307 forks source link

Remove dependency on event-stream #92

Closed mramato closed 7 years ago

mramato commented 7 years ago

Node has built in functions for reading lines from a file, so there's no need to depend on event-stream just for it.

lilleyse commented 7 years ago

Yeah this change is good.

I had avoided using Node's built in function it because I read it was not performant for this type of use case, but after running the numbers on the powerplant model there was barely a difference.