-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Material parsing problem #463
Labels
Milestone
Comments
The problem seems to lie in TexturePanel:
This is all that's handled. Commenting out this loads the material, at least... To be continued... |
neph1
added a commit
that referenced
this issue
Feb 17, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As reported in: https://hub.jmonkeyengine.org/t/textures-materials-and-sdk/46413/7
Some material properties have problem parsing:
Error while locating rapRepeat_S WrapRepeat_T MinBilinearNoMipMaps "Models/Proto/body_diffuse.jpg
com.jme3.asset.AssetNotFoundException: rapRepeat_S WrapRepeat_T MinBilinearNoMipMaps "Models/Proto/body_diffuse.jpg (Flipped)
I did some changes to make the editor parse the values of the materials correctly a while back. It could be related to that. Or, the SDK has had issues parsing the texture line before, the quotation marks, several years ago. Maybe it's a left over from that.
The text was updated successfully, but these errors were encountered: