Skip to content

Conversation

@jonyMarino
Copy link
Contributor

Fixes: #

About

This pull request fixes the conversion of depth image data from floating point to 16-bit unsigned integer format in the FImagePackingAsyncTask::DoWork function.

Image data conversion improvements:

  • Fixes the conversion of depth values from float to uint16 by removing the MAX_DEPTH clamping and direct reinterpretation, and instead using bitwise operations to split the uint16 into two bytes for storage in the output buffer.

How Has This Been Tested?

Screenshots and videos (if appropriate):

@jonyMarino jonyMarino merged commit 3dcdfae into main Jan 22, 2026
2 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