Tensor4D
Tensor4D copied to clipboard
Depth maps
Is it possible to generate the resulting depth maps?
Hi,
Tensor4D renderer will return mid_z_vals and weights. You can sum them to obtain z values. Also, please remember that if your scale_mat is not an identity matrix, this z value needs to be unscaled.
Great thank you!