POV-Ray : Newsgroups : povray.general : New hieght field interpolation method : Re: New height field interpolation method Server Time
8 Aug 2024 20:28:48 EDT (-0400)
  Re: New height field interpolation method  
From: John VanSickle
Date: 21 Oct 2000 18:14:23
Message: <39F2167C.17FA2351@erols.com>
Christoph Hormann wrote:
> 
> Coding this technique into povray is an interesting idea, it surely
> makes things more effective, but NTL you will have to decide whether
> you calculate things in advance (leading to longer parsing time and
> more memory use), or during trace (slowing it down).

The option of calculating during the trace probably won't slow things
down that much.  The internal bounding for each patch can be done on the
fly with fairly good speed, and calculating the coefficients of the
quartics themselves is just as fast.  The fact that the patches are
quartic surfaces will make any additional calculations relatively
unimportant as far as speed considerations go.

Regards,
John
-- 
ICQ: 46085459


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.