chunky-dev / chunky-dev/chunky

Emittance rounded to 2dp

Open
#1,501 0 comments 0 reactions 0 assignees View on GitHub
GUI
Dominant language
Java
Stars
738
Forks
78
Avg merge
10h 5m
Merged PRs (30d)
3

Description

There are times whereby we only wish to have the emitters glow and not emit light. ie when adding bloom to emitters

The current minimum allowed in the UI is `0.01` which means that a good amount of light is still emitted. While the amount of light is typically not noticeable at more typical Exposure values in cases whereby only emitters are being rendered for the purpose of bloom and a high Exposure value is used it is extremely noticeable.

---

Typing a value smaller than `0.01`, pressing enter, and then toggling the `Lighting` tab has the value reset to `0.01`. ie `0.001`, etc.

Entering `0.0001` or lower results in it being rounded to `0.0`.

Regardless of entered value below `0.01`, and what the UI shows (for 0.01>x>0.0001), the rendered results looks the same as `0.01`.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.