POV-Ray : Newsgroups : povray.general : Parametric Surfaces, holy cow.... : Re: Parametric Surfaces, holy cow.... Server Time
3 Aug 2024 14:19:04 EDT (-0400)
  Re: Parametric Surfaces, holy cow....  
From: Mike Raiford
Date: 10 Feb 2004 13:09:36
Message: <40291e60$1@news.povray.org>
Yep,

param.inc renderes REALLY FAST ;) Not only that, but I found an error in the
equation definitions. Cool. I'll post an image, soon.

"Mike Raiford" <mra### [at] hotmailcom> wrote in message
news:4029190c@news.povray.org...
> This surface renders painfully slowly, is full of artifacts and doesn't
> quite look right:
>
> parametric
> {
>     function { sin(u * (  7 + cos( u/3 - 2*v) + 2 * cos( u/3 + v ) ) ) },
>     function { cos(u * (  7 + cos( u/3 - 2*v) + 2 * cos( u/3 + v ) ) ) },
>     function { sin( u/3 - 2*v ) + 2 * sin( u/3 + v) }
>     <-pi, -pi>, <pi, pi>
>     precompute 20 x, y, z
>     accuracy 0.0001
>     pigment { color red 1.0 }  finish { ambient 0.5 phong 0.8}
>     //rotate y*45
> }
>
> I had read many times that parametrics where slow... very slow, I didn't
> believe them until I tried one. I'm downloading the parametric inc
mentioned
> in one of the Isosurface tutorials.
>
> From all appearances, I'm going to take a wild guess that POV3.6 has  the
> same issues.
>
>


Post a reply to this message

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