Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Material editor fixes #599

Merged
merged 5 commits into from
Apr 29, 2024

Conversation

tonihele
Copy link
Contributor

@tonihele tonihele commented Apr 28, 2024

Adds missing variable types as known types and fixes the material name editing.

Resolves #594, resolves #598

@tonihele tonihele requested a review from neph1 April 28, 2024 15:03
@tonihele
Copy link
Contributor Author

tonihele commented Apr 28, 2024

Is it ok to have to matrices listed? They bring a bit odd light values as editable....
image

@neph1
Copy link
Contributor

neph1 commented Apr 29, 2024

Is it ok to have to matrices listed? They bring a bit odd light values as editable....

I'd say "no". What's the use case for changing the projection matrix?

Copy link
Contributor

@neph1 neph1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Conflicts inbound. I'll take care of them in my branch ;)

in.close();
if (matDef != null && matDef.isValid()) {
return;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@tonihele
Copy link
Contributor Author

Is it ok to have to matrices listed? They bring a bit odd light values as editable....

I'd say "no". What's the use case for changing the projection matrix?

I took them out

@tonihele tonihele merged commit 828da64 into jMonkeyEngine:master Apr 29, 2024
3 checks passed
@tonihele tonihele deleted the bugfix/material-editor-fixes branch April 29, 2024 19:35
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MaterialEditor: unable to edit the name of the Material MaterialEditor: MorphWeights - wrong parameter type.
2 participants