Changed asset path
This commit is contained in:
parent
7d06198d34
commit
4194499ca4
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ public:
|
||||||
|
|
||||||
void loadAssets()
|
void loadAssets()
|
||||||
{
|
{
|
||||||
scene.loadFromFile(getAssetPath() + "models/Buggy.gltf", vulkanDevice, queue);
|
scene.loadFromFile(getAssetPath() + "models/gltf/glTF-Embedded/Buggy.gltf", vulkanDevice, queue);
|
||||||
}
|
}
|
||||||
|
|
||||||
void setupDescriptorSets()
|
void setupDescriptorSets()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue