POV-Ray : Newsgroups : povray.advanced-users : Isosurface planets : Isosurface planets Server Time
29 Jul 2024 10:29:13 EDT (-0400)
  Isosurface planets  
From: Rohan Bernett
Date: 28 Jul 2002 22:10:01
Message: <web.3d44a3c1a584b11ed02c7b870@news.povray.org>
I made a planet using an isosurface using f_sphere and f_noise3d, and the
resulting ball was smaller than the radius of the sphere specified in the
function. As more levels of noise were added, the ball became smaller
still.

The function I used was something like this:
function{
f_sphere(x,y,z,6400000)+100000*f_noise3d(x/100000,y/100000,z/100000)}

Any ideas on why this happens, or how to get around it?

Rohan _e_ii


Post a reply to this message

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