Skip to content

Fix typo in light component documentation#5807

Open
thatguyjk wants to merge 1 commit intoaframevr:masterfrom
thatguyjk:patch-3
Open

Fix typo in light component documentation#5807
thatguyjk wants to merge 1 commit intoaframevr:masterfrom
thatguyjk:patch-3

Conversation

@thatguyjk
Copy link
Copy Markdown

Description:

Changes proposed:

Copilot AI review requested due to automatic review settings April 4, 2026 16:29
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 updates the Light component documentation to fix a typo/grammar issue in the introductory description.

Changes:

  • Improves wording in the note about light performance cost (adds a missing conjunction).

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

The light component defines the entity as a source of light. Light affects all
materials that have not specified a flat shading model with `shader: flat`.
Note that lights are computationally expensive we should limit number of lights
Note that lights are computationally expensive and we should limit number of lights
Copy link

Copilot AI Apr 4, 2026

Choose a reason for hiding this comment

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

Grammar: “limit number of lights” should be “limit the number of lights” (or “limit the number of lights in a scene”) for correct phrasing.

Suggested change
Note that lights are computationally expensive and we should limit number of lights
Note that lights are computationally expensive and we should limit the number of lights

Copilot uses AI. Check for mistakes.
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