POV-Ray : Newsgroups : povray.newusers : bicubic patch editor : Re: bicubic patch editor Server Time
13 Apr 2025 07:25:16 EDT (-0400)
  Re: bicubic patch editor  
From: gulino
Date: 31 Mar 2025 13:45:00
Message: <web.67ead44f41fe044264ac0beab67afd2@news.povray.org>
Sorry but I am really struggling with this, I have no idea how to put a function
in a heightfield because I only find examples with images, can someone make a
simple example for me to see?
I tried this just to test:

height_field {
   function {
    sin(x * 0.1) * 5
  }
  smooth
  scale <100, 100, 100>

}
but it give me a error in "funcion {"
error:
expected numeric expression, { found instead


Post a reply to this message

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