PacktPublishing / Mastering-Graphics-Programming-with-Vulkan

MIT License
514 stars 65 forks source link

Overflow converting values and unable to load other models #24

Closed OptimisticMonkey closed 1 year ago

OptimisticMonkey commented 1 year ago

When running the default Chapter 1, the console prints an endless stream of:
Overflow converting values 18446744069414584320, 2147483647 Overflow converting values 18446744069414584320, 2147483647 Overflow converting values 18446744069414584320, 2147483647 Overflow converting values 18446744069414584320, 2147483647 Overflow converting values 18446744069414584320, 2147483647

I think maybe they are validation errors? The default scene, Sponza does appear, and I can navigate around.

However, trying to load other models, such as Duck, just shows solid green background. I tried various zoom levels but cannot see model.

It also prints endless stream of errors.

The gltf files does load fine into unreal.

OptimisticMonkey commented 1 year ago

fwiw all the models seem to load fine using https://github.com/SaschaWillems/Vulkan-glTF-PBR as well

Thanks for any advice/help on getting Raptor to work

theWatchmen commented 1 year ago

Hi, see #9 for the overflow issue and #14 for the glTF issue. We haven't got around to fix the scaling in the first chapters :)

OptimisticMonkey commented 1 year ago

So #9 fixed overflow! Sadly I couldnt find any scale that would bring the Duck into focus... but Sponza is working fine.... I will move on to next chapter...

shruthis-shetty commented 1 year ago

Hello @theWatchmen and @OptimisticMonkey , I hope we are good to close this issue. Please confirm me.

theWatchmen commented 1 year ago

I'll close this. Fixing the glTF load issue will be tracked under #29