KhronosGroup / glTF-CSharp-Loader

C# Reference Loader for glTF
Other
213 stars 60 forks source link

making the returned stream readable. #40

Closed ido-cu closed 1 year ago

ido-cu commented 1 year ago

StreamWriter closes the stream so it is impossible to read from it. We can leave it open and readable by specifying the leaveOpen parameter as true.

Fixes #39