This commit is contained in:
austin 2021-10-26 21:48:55 -04:00
parent a067154d27
commit 766093d843
4 changed files with 8 additions and 2 deletions

BIN
assets/Models/arrow1.fbx Normal file

Binary file not shown.

BIN
assets/Textures/arrow1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 KiB

View File

@ -119,6 +119,12 @@
"/Textures/bow1.png",
"/Textures/bow1.png"
]
},
"Models/arrow1.fbx" : {
"ArrowMesh" : [
"/Textures/arrow1.png",
"/Textures/arrow1.png"
]
}
}
}

View File

@ -171,9 +171,9 @@ public class Main {
//uncomment to test loading a model into engine
// if(1==1){
// Globals.assetManager.addModelPathToQueue("/Models/bow1.fbx");
// Globals.assetManager.addModelPathToQueue("/Models/arrow1.fbx");
// Globals.assetManager.loadAssetsInQueue();
// Model bowModel = Globals.assetManager.fetchModel("/Models/bow1.fbx");
// Model bowModel = Globals.assetManager.fetchModel("/Models/arrow1.fbx");
// bowModel.describeHighLevel();
// System.exit(0);
// }