Replies: 2 comments
-
Hi, all 3d models will be searched for under |
Beta Was this translation helpful? Give feedback.
0 replies
-
It may be my IDE doing this, but I have to add extra lines in "module-info.java" otherwise it says it can't find textures etc.
To your module-info.java (if you have one!) same goes for Textures and any sub-folders you have in there too. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am trying to load an asset located at /assets/models/DukerZombie/ and it cannot be found, the only way for me to loaded is to move the file to the parent folder, is there a way to solve this?
The code I use is:
Model3D root = getAssetLoader().loadModel3D("/java-duke20.obj");
The folder structure is:
├───main
│ ├───java
│ │ └───com
│ │ └───decssoft
│ │ └───testing3d
│ └───resources
│ └───assets
│ ├───models
│ │ └───DukerZombie
│ └───textures
└───test
└───java
Beta Was this translation helpful? Give feedback.
All reactions