Code Monkey home page Code Monkey logo

Comments (5)

syoyo avatar syoyo commented on May 30, 2024

What is the expected behavior?

from tinygltf.

Selmar avatar Selmar commented on May 30, 2024

I suppose to create a relative path, like it does with the image uris?

The spec does not enforce a relative file path:

The uri of the buffer. Relative paths are relative to the .gltf file. Instead of referencing an external file, the uri can also be a data-uri.

It seems illogical to save an absolute path, though, because it prevents you from sharing or moving the .bin file.

from tinygltf.

syoyo avatar syoyo commented on May 30, 2024

Could you please post a minimal procedure for reproducing issue and expected behavior?

from tinygltf.

Selmar avatar Selmar commented on May 30, 2024

It's just this:

std::string error;
tinygltf::Model model;
parser.LoadASCIIFromFile(&model, &error, absoluteFilePath));
parser.WriteGltfSceneToFile(&model, "D:/[someDir]/[someName].gltf");

The result is a buffer.uri with an absolute file path, but a different extension. I would expect the buffer.uri property to contain a path relative to the gltf (which is just gltfFileName.bin in this case).

from tinygltf.

syoyo avatar syoyo commented on May 30, 2024

Fixed : d42767e#diff-f70622f14b85ce3409f1f100e5c47ec4R3722

It should work well on Windows, but if you face an issue, please send us PR.

from tinygltf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.