Skip to content

Fixing VR lighting.#115

Merged
dyfios merged 1 commit into
3.0.1from
colorfix
May 18, 2026
Merged

Fixing VR lighting.#115
dyfios merged 1 commit into
3.0.1from
colorfix

Conversation

@dyfios
Copy link
Copy Markdown
Contributor

@dyfios dyfios commented May 18, 2026

No description provided.

Copilot AI review requested due to automatic review settings May 18, 2026 23:02
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR targets a VR lighting issue in DesktopMode.EnableVR() by disabling HDR on the VR camera. However, the change is explicitly labeled as a temporary probe with a "Revert after test" directive, indicating it is exploratory debugging code rather than a finalized fix.

Changes:

  • Sets vrCamera.allowHDR = false when VR mode is enabled.
  • Adds an inline comment marking the change as a temporary probe to be reverted after testing.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

public void EnableVR()
{
vrEnabled = true;
// PROBE: testing whether HDR output is a compounding cause of VR overbright. Revert after test.
@dyfios dyfios merged commit 5a0173f into 3.0.1 May 18, 2026
7 of 8 checks passed
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