POV-Ray : Newsgroups : povray.newusers : wtf isosurface! : Re: wtf isosurface! Server Time
30 Jul 2024 04:21:28 EDT (-0400)
  Re: wtf isosurface!  
From: ZeSly
Date: 15 Oct 2004 19:22:49
Message: <41705bc9$1@news.povray.org>

> isosurface
> {
>     function
>     {f_sphere(x, y, z, 1.2)-f_noise3d(x, y, z)}
> }
> all i get is a box! whats going on!?!?!!!1adslkfj
> I can't figure this out, what am I missing? help!

Your function define a isosurface which is more large than the default 
contained_by which is box { -1, 1 }. In fact, it is this box that you 
see. Try with contained_by { box { -2, 2 }}.

-- 
ZeSly
http://perso.wanadoo.fr/zesly/


Post a reply to this message

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