Giter Site home page Giter Site logo

Comments (5)

theWatchmen avatar theWatchmen commented on September 27, 2024 1

Thanks for the report. We would a bit more information to understand what's going wrong. Have you run the bootstrap script to download the assets? If not, are you passing a glTF asset path when you start the process?

If you have done the above, could you provide the output of the console log?

from mastering-graphics-programming-with-vulkan.

ohmaya avatar ohmaya commented on September 27, 2024 1
    if ( argc < 2 ) {
        printf( "Usage: chapter1 [path to glTF model]\n");
        InjectDefault3DModel();
    }

from mastering-graphics-programming-with-vulkan.

theWatchmen avatar theWatchmen commented on September 27, 2024

We haven't received an update on this, closing.

from mastering-graphics-programming-with-vulkan.

theWatchmen avatar theWatchmen commented on September 27, 2024

Right, looks like you're not passing a glTF model to load in the command line. If you don't have glTF files already, there are instructions in the README (https://github.com/PacktPublishing/Mastering-Graphics-Programming-with-Vulkan#getting-the-code) to run the bootstrap script to download the glTF samples and the code above will work even if you don't pass the model as an argument to the program.

Let me know if this helps :)

from mastering-graphics-programming-with-vulkan.

ohmaya avatar ohmaya commented on September 27, 2024

Even if InjectDefault3DModel(), as long as the glTF is not there, finally it will crash. I had a hard time to clone the models (in China :D).

from mastering-graphics-programming-with-vulkan.

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.