Skip to content

7.0.0 (beta)

Latest

Choose a tag to compare

@JujuAdams JujuAdams released this 07 Oct 14:51
  • 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