POV-Ray : Newsgroups : povray.general : Fast isosurfaces? : Re: Fast isosurfaces? Server Time
7 Aug 2024 03:19:44 EDT (-0400)
  Re: Fast isosurfaces?  
From: Ruy
Date: 30 Nov 2001 07:17:53
Message: <3c0778f1$1@news.povray.org>
> Where can I get Ingo's param.inc?

It's been posted on povray.binaries.scene-files on September 13.

> What is parametric form?

The parametric form is a way to represent equations where each individual
coordinate (x, y and z) are represented as functions of two parameters
(usually represented by u and v)

So, instead of having F(x, y, z) as your function, you would havem three
separate equations:

x = f(u,v)
y = g(u,v)
z = h(u,v)

Where f, g and h are the parametric equations.

Finding f(u,v), g(u,v) and h(u,v) based on F(x,y,z), though, may get to be
quite an unsurmountable task...

Ruy

>
> --
> - Nekar
>
> http://nekar_xenos.tripod.com/metanoia/
>
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.298 / Virus Database: 161 - Release Date: 2001/11/13
>
>


Post a reply to this message

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