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

Latest engine and linear tonemapping #78

Merged
merged 3 commits into from
Apr 11, 2024
Merged

Latest engine and linear tonemapping #78

merged 3 commits into from
Apr 11, 2024

Conversation

slimbuck
Copy link
Member

This PR updates the tool to the latest engine and reverts to linear tonemapping (aces2 was being used before).

@slimbuck slimbuck added the enhancement New feature or request label Apr 11, 2024
@slimbuck slimbuck requested a review from a team April 11, 2024 08:21
@slimbuck slimbuck self-assigned this Apr 11, 2024
const disabled = gizmo._materials.disabled;
patch(disabled.cullBack);
patch(disabled.cullNone);
['x', 'y', 'z', 'xyz', 'face'].forEach(name => { gizmo._meshColors.axis[name].a = 0.8; });
Copy link
Member Author

Choose a reason for hiding this comment

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

@kpal81xd is there API to do this correctly?

@slimbuck slimbuck merged commit acf6608 into main Apr 11, 2024
@slimbuck slimbuck deleted the engine-update branch April 11, 2024 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants