-
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 editor improvements #499
Comments
Note to self: WARNING [com.jme3.scene.plugins.OBJLoader]: smoothing groups are not supported, statement ignored: s |
How annoying. The smoothing groups warning comes from the OBJLoader class (part of jme). The teapot comes from the testdata project. I can't solve the issue without involving core. |
Yeah, I tried once to check these. To optimize the OBJLoader on jME. But didn't get so much out of it that just stopped. Most of the support is already there. For all the meaningful stuff and it mostly works, mostly. And it is a bit legacy already... |
Can we switch to GLTF teapot model? |
There is no gltf teapot. Just ogre xml. We can of course provide one with the sdk. |
This would be a big change, but could we just not show warnings as dialogs? |
Evaluate and implement some material editor improvements. See the linked topic.
https://hub.jmonkeyengine.org/t/sdk-material-editor/46697
The text was updated successfully, but these errors were encountered: