Skip to content

Conversation

WaterWhisperer
Copy link
Contributor

Objective

Fixes #16809

Solution

  • Correct NDC coordinate ranges and depth interpretation
  • Fix method reference from world_to_viewport to viewport_to_world
  • Update parameter name in error condition from world_position to ndc_point
  • Clarify that returned world position is not limited to NDC

@alice-i-cecile alice-i-cecile added C-Docs An addition or correction to our documentation A-Rendering Drawing game state to the screen S-Needs-Review Needs reviewer attention (from anyone!) to move forward A-Camera User-facing camera APIs and controllers. labels Oct 19, 2025
@alice-i-cecile alice-i-cecile added X-Uncontroversial This work is generally agreed upon D-Straightforward Simple bug fixes and API improvements, docs, test and examples labels Oct 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-Camera User-facing camera APIs and controllers. A-Rendering Drawing game state to the screen C-Docs An addition or correction to our documentation D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Uncontroversial This work is generally agreed upon

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

ndc_to_world seems to have wrong output range in documentation

3 participants