Questions tagged [depth-map]
61 questions
2
votes
1 answer
Is it possible to save depth values and rendered image in different formats?
I render rgb images and depth maps for a series of frames in blender. For depth, I actually need to store the float values as such, so that I can read them off directly in a python file later. For that, I wish to use the exr format ( tried png…
VjayalakshmiK
- 403
- 3
- 9
1
vote
1 answer
Depth map obtained from orthographic camera has no white pixels even when there is no object before the far clipping plane
I'd like to generate a height map from my scene that goes from -50m to +50m (the idea is to use that height map to flatten out ocean waves as they get nearer to the shore, and possibly more advanced effects later).
My problem is that my height map…
JPNotADragon
- 113
- 4
0
votes
0 answers
Obtaining real Z depth map of a scene not clipped
This question has been posted many times, but it is impossible to do something working with the new versions of Blender.
I am trying to obtain the real depth map of a scene, meaning that I need to have as output a file containing for each pixel the…
Balfar
- 23
- 4
0
votes
1 answer
import ply file and rander depth map using nodes
I sucessfully import .ply file using add-on. Now I am trying to get depth map using composting nodes. But I found that the imported ply has no Z channel.
So how can I handle it?
RebeccaC
- 11
- 2