I have a glTF file at: https://github.com/sjhalayka/vulkan_shadow_mapping/blob/main/fractal.gltf
When I view it using an online viewer (https://gltf-viewer.donmccurdy.com/)|, it looks fine:
However, when I load it using the sample code (https://github.com/SaschaWillems/Vulkan/tree/master/examples/shadowmappingomni), it ends up all messed up:
Any guesses as to why the model gets mangled?