> This is perfect for me, since I've been using it to place trees at the
> surface of the landscape, which results in faraway trees hovering in
> midair when I move the camera near them. However, I can see situations
> where people might want to use both functions together, in which case I
> think it might be better to have a separate method or an optional
> argument use_lod or something like that.

as I say the optional argument is named raypick_use_LOD

land.raypick_use_LOD = 1
land.get_true_height(1.0, 1.0)
-> result depends on camera position

land.raypick_use_LOD = 0
land.get_true_height(1.0, 1.0)
-> result is independent of camera position

-blam


-- 
Pour vous desabonner envoyez un mail a [EMAIL PROTECTED]

Reply via email to