On Mon, Jan 20, 2003 at 01:36:10PM +0100, Bertrand Lamy wrote:
> 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

What I meant was that an optional argument to the get_true_height method
would make it easier to switch back and forth between the two methods,
as follows:

land.get_true_height(1.0, 1.0, use_lod=1)

and possibly have use_lod=1 be the default, since that's how it's worked
in the past?

-- 
Sean R. Lynch <http://sean.lynch.tv/>

Attachment: msg00078/pgp00000.pgp
Description: PGP signature

Reply via email to