user iconmeili198253 on June 17th 2009
16582 views

topic iconhow to convert 3d object to its height field

can anyone give me some suggestions : how to how to convert 3d object to its height field?

thanks a lot

user iconVlasta on June 17th 2009 0

A height field? Something like a distance from a point or a plane recorded in a bitmap?

user iconmeili198253 on June 17th 2009 0

I came accross this from a paper which said a height field could be obtained by reading the z-buffer after an orthographic or a perspective projection.

user iconVlasta on June 17th 2009 0

I see. Then it seems you already know the answer to your question. You get the height (or depth?) field by reading the z-buffer. Some more advanced 3D editors may support this. I would check Blender's documentation to see if they have this feature.

user iconmeili198253 on June 17th 2009 0

ok, Thank u.

user icon