lab
lab copied to clipboard
How to convert the raw depth values to real values?
trafficstars
I find the depth values are integers below 255, how do I convert them to the same scale as the agent coordinate?
Could i solve this
@charlesbeattie said that the depth buffer "just exposes the renderer depth buffer cast to an unsigned byte. It is linear, but to get accurate depths they would need to use raycasts." I'm not entirely sure what to make of this, I'm afraid, I'm not very familiar with that aspect of the system.