POV-Ray : Newsgroups : povray.unofficial.patches : MegaPOV questions... Server Time
2 Sep 2024 14:17:31 EDT (-0400)
  MegaPOV questions... (Message 1 to 3 of 3)  
From: rico
Subject: MegaPOV questions...
Date: 10 Jan 2000 17:32:00
Message: <MPG.12e3b9f494f914a9989689@news.povray.org>
Hello all,
	I've been away from POV for a while, just recently getting the POV 
bug again after downloading MegaPOV.  I've been eager to jump into the 
ISOSurface stuff, but am finding it hard to translate mind's-eye to code!  
<smile>  Are there any good tutorials on the web yet?  I went to one that 
is self-described as unfinished.  Are there others?
	A specific question: can the new pattern and function statements 
be used as normals on standard primitives??  I can't seem to get it to 
work.  Any URLs, tips, etc. appreciated!

Rich Allen


Post a reply to this message

From: Chris Huff
Subject: Re: MegaPOV questions...
Date: 10 Jan 2000 18:06:00
Message: <chrishuff_99-673E0A.18061510012000@news.povray.org>
In article <MPG.12e3b9f494f914a9989689@news.povray.org>, rico 
<ric### [at] mindspringcom> wrote:

> <smile>  Are there any good tutorials on the web yet?  I went to one that 
> is self-described as unfinished.  Are there others?

I am working on one, but it is even less finished than the one by Samuel 
T. And besides, it focuses more on the syntax and what isosurfaces are, 
rather than how to predict what they will do.
I dont know of any others.


> 	A specific question: can the new pattern and function statements 
> be used as normals on standard primitives??  I can't seem to get it to 
> work.  Any URLs, tips, etc. appreciated!

"pattern" is designed for the height field object, it really isn't very 
useful for anything else, and can't be used as a normal(there really 
isn't any reason to do so).
"function" can be used as a pattern, like this:
pigment {function {abs(sin(sqr(x*0.1)))}}
   color_map {
      [0 color Black]
      [1 color White]
   }
}

-- 
Chris Huff
e-mail: chr### [at] yahoocom
Web page: http://chrishuff.dhs.org/


Post a reply to this message

From: Ron Parker
Subject: Re: MegaPOV questions...
Date: 11 Jan 2000 08:18:14
Message: <387b2d96@news.povray.org>
On Mon, 10 Jan 2000 18:06:15 -0500, Chris Huff wrote:

>"pattern" is designed for the height field object, it really isn't very 
>useful for anything else

It can also be useful for generating image maps for various uses, but 
this use has become less necessary with the advent of planar, cylindrical,
and spherical warps.

-- 
These are my opinions.  I do NOT speak for the POV-Team.
The superpatch: http://www2.fwi.com/~parkerr/superpatch/
My other stuff: http://www2.fwi.com/~parkerr/traces.html


Post a reply to this message

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