jMonkeyEngine / sdk

The jMonkeyEngine3 Software Development Kit based on Netbeans
BSD 3-Clause "New" or "Revised" License
316 stars 103 forks source link

Issue 561 #574

Closed neph1 closed 7 months ago

neph1 commented 9 months ago

This is a bit of a weird one. I think it's a regression from when I fixed something related to this a while back. The issue happens when a different texture was changed because the loaded flip and repeat weren't persisted. I was tempted to rewrite a bit how it functioned, but also wanted to consider extra texture options (iirc that is another issue further down the list). This refactor handles that, but I'm not sure the rest of the SDK does. At least if you try to enter something manually after the texture name, there will be a warning. Not sure whether to keep it, or not allow anything after the texture name. Fixes #561 and I think also #562

neph1 commented 9 months ago

Cheers :tada: . I'll keep this open since I want to do some more testing before merging it