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

Translucent color improvement #9

Merged
merged 28 commits into from
Aug 1, 2023

Conversation

JustinTimeCuber
Copy link
Owner

No description provided.

JustinTimeCuber and others added 28 commits December 9, 2022 22:12
Example: RGBA = 0.8, 0.35, 0.05, 0.2
Uncapped transmissivity RGB = 1.6, 0.7, 0.1
Capped transmissivity RGB = 1, 0.775, 0.625
…onfigurability)

Also, select the highest transmissivity value properly this time
Example: RGBA = 0.8, 0.35, 0.05, 0.2
Uncapped transmissivity RGB = 1.6, 0.7, 0.1
Capped transmissivity RGB = 1, 0.775, 0.625
…onfigurability)

Also, select the highest transmissivity value properly this time
…on the translucent pass (actually 1 - sqrt(1-x))
- Added a slider for the `Transmissivity cap` value with range [1, 3].
- Added a `group-label` CSS class for group labels.
Add a slider for `Transmissivity cap` value
…nto translucent-color-improvement

# Conflicts:
#	chunky/src/java/se/llbit/chunky/renderer/scene/PathTracer.java
# Conflicts:
#	chunky/src/java/se/llbit/chunky/renderer/scene/PathTracer.java
#	chunky/src/java/se/llbit/chunky/ui/render/tabs/AdvancedTab.java
`Transmissivity cap` had been moved to the `Advanced` tab, but other changes to the `Materials` tab were not reverted then.
Revert changes to the `Materials` tab.
@JustinTimeCuber JustinTimeCuber merged commit 0d7c35a into jtchunky Aug 1, 2023
@JustinTimeCuber JustinTimeCuber deleted the translucent-color-improvement branch August 11, 2023 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants