closes #40
This commit is contained in:
parent
a067154d27
commit
766093d843
BIN
assets/Models/arrow1.fbx
Normal file
BIN
assets/Models/arrow1.fbx
Normal file
Binary file not shown.
BIN
assets/Textures/arrow1.png
Normal file
BIN
assets/Textures/arrow1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 208 KiB |
@ -119,6 +119,12 @@
|
||||
"/Textures/bow1.png",
|
||||
"/Textures/bow1.png"
|
||||
]
|
||||
},
|
||||
"Models/arrow1.fbx" : {
|
||||
"ArrowMesh" : [
|
||||
"/Textures/arrow1.png",
|
||||
"/Textures/arrow1.png"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -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);
|
||||
// }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user