You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renames DotobjModelLoadFile() to DotobjModelLoadFromFile() to match other dotobj functions
Renames DotobjSpriteAddInternal() to DotobjAliasImagePathToSprite()
Adds DotobjAliasPathSubstring() to allow remapping of absolute paths to local paths to work around export issues that create absolute paths in .obj and .mtl files. Path remapping will only apply to references found in files and remapping will not affect inputs to functions (such as DotobjModelLoadFromFile())
Adds DotobjAliasPathSubstringsApply() to remap path substrings if you need it (you probably don't)
Adds warning when trying to implicitly load files from an absolute path (that hasn't been remapped) as this is guaranteed to fail in production and you deserve to know about it