Managed to get the monkey to load by patching simdjson 3.3.0 to fix a dubious 3 lines of code as mentioned here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280590 then have fastgltf _NOT_ download simdjson again.
This commit is contained in:
parent
dbda70e3a0
commit
11ed1540ab
6 changed files with 122 additions and 125 deletions
|
|
@ -820,7 +820,7 @@ void VulkanEngine::init_default_data() {
|
|||
|
||||
rectangle = uploadMesh(rect_indices, rect_vertices);
|
||||
|
||||
auto basicmesh = loadGltfMeshes(this, "basicmesh.glb");
|
||||
auto basicmesh = loadGltfMeshes(this, "./basicmesh.glb");
|
||||
assert(basicmesh != std::nullopt && "Failed to load basicmesh.glb");
|
||||
|
||||
testMeshes = *basicmesh;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue