POV-Ray : Newsgroups : povray.binaries.images : Rain Cloud WIP : Re: Rain Cloud WIP Server Time
9 Aug 2024 13:26:12 EDT (-0400)
  Re: Rain Cloud WIP  
From: Rafal 'Raf256' Maj
Date: 29 Jan 2005 21:22:47
Message: <Xns95EE22546F398raf256com@203.29.75.35>
jod### [at] wohrrcom news:web.41fbb2a4b829df8f6e93bf990@news.povray.org

> Isosurface water.

Imho using height_field generated basing on isosurface will gave as good 
result, but working faster.

Like

  height_field {
    function Q,Q {
      pattern { 
       sin(x) + // ... rest of formula from isosurface 
      }
    }
  ...


-- 
http://www.raf256.com/3d/
Rafal Maj 'Raf256', home page - http://www.raf256.com/me/
Computer Graphics


Post a reply to this message

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