vpenades / SharpGLTF

glTF reader and writer for .NET Standard
MIT License
454 stars 72 forks source link

Add arbitrary file extension #214

Closed gentilinigm closed 5 months ago

gentilinigm commented 5 months ago

Allows the user to choose a main file extension for the methods SaveGLB, SaveGLTF instead of always forcing the default ones.

This could be useful in many cases and doesn't change any logic. The associated resources will use the base name followed by their extensions anyway.

vpenades commented 5 months ago

Reviewing... it'll take some time, since although the PR is simple, it's in a very critical place.