Skip to content

Conversation

@kpal81xd
Copy link
Contributor

@kpal81xd kpal81xd commented Jan 29, 2026

Closes #1710

What's Changed

  • Removes useGamma migration and updates binding of useTonemap to useGammaTonemap

  • Updates setting of shader to always set to blinn if not already (compatibility with engine V1)

  • I confirm I have read the contributing guidelines

@kpal81xd kpal81xd self-assigned this Jan 29, 2026
@kpal81xd kpal81xd added the bug Something isn't working label Jan 29, 2026
@kpal81xd kpal81xd requested review from a team and mvaligursky January 29, 2026 18:00
@kpal81xd kpal81xd merged commit e94e264 into main Jan 30, 2026
3 checks passed
@kpal81xd kpal81xd deleted the migration-fixes branch January 30, 2026 12:25
// remove shader since physical material is now the default
if (asset.has('data.shader')) {
// NOTE: set shader to blinn if it is not already for engine v1
if (asset.get('data.shader') !== 'blinn') {
Copy link
Contributor

Choose a reason for hiding this comment

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

Why not just get once and cache?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants