Skip to content
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

Migrate texture fields to samplers #8757

Merged
merged 2 commits into from Apr 5, 2024

Conversation

Jhonnyg
Copy link
Contributor

@Jhonnyg Jhonnyg commented Apr 4, 2024

Fixed an issue in bob when building materials, if the material has specified textures they will not be used in the engine because the texture field is now deprecated. The fix migrates all the textures of a material into samplers instead.

Fixes #8681

@Jhonnyg Jhonnyg added bug Something is not working as expected bob Issues related to the bob command line build tool labels Apr 4, 2024
@Jhonnyg Jhonnyg requested a review from JCash April 4, 2024 08:54
@AGulev
Copy link
Contributor

AGulev commented Apr 4, 2024

I think we also should update builtin meterials 2186a6b ?

@Jhonnyg
Copy link
Contributor Author

Jhonnyg commented Apr 4, 2024

@AGulev Yes, you can probably merge that PR regardless of these fixes

@Jhonnyg Jhonnyg merged commit 3e1b2ed into dev Apr 5, 2024
22 checks passed
@Jhonnyg Jhonnyg deleted the issue-8681-migrate-textures-to-samplers-for-materials branch April 5, 2024 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bob Issues related to the bob command line build tool bug Something is not working as expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not rendering models with built-in material in bundle (bob migration issue)
3 participants