|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I got the height field tutorial to work for me. Now, how do I place an
object at a specific place in (on) the height field? Is there a way to
query for a x,z to find out what the value of the height field y is?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
JZ <nomail@nomail> wrote:
> I got the height field tutorial to work for me. Now, how do I place an
> object at a specific place in (on) the height field? Is there a way to
> query for a x,z to find out what the value of the height field y is?
trace()
--
- Warp
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
There is an article including macros and sample scenes at the WikiPOV:
http://www.wikipov.org/ow.asp?DropOnSurface
HTH,
Florian
--
camera{look_at-y*10location<8,-3,-8>*10}#local a=0;#while(a<999)sphere{
#local _=.01*a-4.99;#local p=a*.01-5;#local c=.01*a-4.995;<sin(p*pi)*5p
*10pow(p,5)*.01>sin(c*c*c*.1)+1pigment{rgb 3}}#local a=a+1;#end
/******** http://www.torfbold.com ******** http://www.imp.org ********/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Florian Brucker <tor### [at] torfboldcom> wrote:
> There is an article including macros and sample scenes at the WikiPOV:
>
> http://www.wikipov.org/ow.asp?DropOnSurface
>
>
> HTH,
> Florian
> --
> camera{look_at-y*10location<8,-3,-8>*10}#local a=0;#while(a<999)sphere{
> #local _=.01*a-4.99;#local p=a*.01-5;#local c=.01*a-4.995;<sin(p*pi)*5p
> *10pow(p,5)*.01>sin(c*c*c*.1)+1pigment{rgb 3}}#local a=a+1;#end
> /******** http://www.torfbold.com ******** http://www.imp.org ********/
I first tried the help button for trace. gosh that is a really helpless way
to find anything.
your DropOnSurface was spot on. Thanks for the direction.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
JZ <nomail@nomail> wrote:
> I first tried the help button for trace. gosh that is a really helpless way
> to find anything.
What was so difficult about it?
--
- Warp
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Warp <war### [at] tagpovrayorg> wrote:
> JZ <nomail@nomail> wrote:
> > I first tried the help button for trace. gosh that is a really helpless way
> > to find anything.
>
> What was so difficult about it?
>
> --
> - Warp
First I searched on "trace" ... too many hits and I never found the right
reverence.
When I went to index tab, the trace entry was also just what I should have
found first.
Since my learning mechanism is based on creating and solving errors. I am
learning a lot.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
JZ <nomail@nomail> wrote:
> First I searched on "trace" ... too many hits and I never found the right
> reverence.
If you are using winpov, just write "trace" on the editor (ie in the
pov-file you are editing) and press F1. It will take you directly to
the appropriate subsection.
--
- Warp
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |