POV-Ray : Newsgroups : povray.advanced-users : Wake... Server Time
28 Jul 2024 18:20:14 EDT (-0400)
  Wake... (Message 1 to 5 of 5)  
From: Carl
Subject: Wake...
Date: 3 Nov 2004 16:05:00
Message: <web.4189473dbfaefadca54c62600@news.povray.org>
I tried this over in the new user area and didn't hear much.  Maybe I'm
slowly graduating over here, but I'd be the last person to call me an
advanced user. Anyways on with the question...

   I'm creating an image of an object flying very fast over a plane.  I want
to create the sense the the object is flying close enough to the surface
that there is a small force gripping the plane and dragging it along
behind.  I'm thinking something like the wake left behind by a boat. But
something closer to an airplane flying at supersonic speeds near a
perfectly still surface then a slow row boat for example.  I'm pretty sure
I need an Isosurface but that's about all I know at the moment.  Can
someone help me get started or point me to something that might help?

By the way, if it will help here is the plane that I'm currently using:

  #declare Foo = function {min(abs(x)-int(abs(x)),abs(z)-int(abs(z)),
                 1-(abs(x)-int(abs(x))),1-(abs(z)-int(abs(z))))}

  #declare grid = plane {y, 0
    pigment {
      function { Foo(x, y, z) }
      color_map {
        [0 color White]
        [0.01 color White]
        [0.02 rgb <0, 0.05, 0>]
        [0.98 rgb <0,0.05, 0>]
        [0.99 color White]
        [1 color White]
      }
    scale 500
    }
    normal { bumps 0.01 scale 30 }
    finish {
      ambient .1
      diffuse .5
      reflection .55
      specular 1
      phong 1
    }
  }

I'm thinking that something that disturbs the whole surface or maybe even
something that just grabs and disturbs the grid lines would work equally
well.  Ideally this is something I might like to animate but that is
probably something I can work out after I figure out how to get the effect
I want.

Thanks,
Carl


Post a reply to this message

From: Florian Brucker
Subject: Re: Wake...
Date: 4 Nov 2004 20:28:11
Message: <418ad72b$1@news.povray.org>
Hi Carl!

Fascinating problem... I wanted to learn something about isosurfaces 
anyways, so have a guess what I spend my evening on :)

You can find an image of my experiments in p.b.images, the scene file is 
in p.t.scene-files. It's heavily commented, but if you got questions, 
feel free to ask...


HTH & Thanks for this nice task ;)
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

From: Carl
Subject: Re: Wake...
Date: 5 Nov 2004 11:05:00
Message: <web.418ba3961c301785a54c62600@news.povray.org>
Thank you so much.  Here is the first pass of the image I'm working on.  I
wanted to share:

http://www.wwwmwww.com/TRON/dayflyer.png

Off to check out what you've done and to see if I know enough to know how to
apply it.

Thanks again,
Carl


Florian Brucker <tor### [at] torfboldcom> wrote:
> Hi Carl!
>
> Fascinating problem... I wanted to learn something about isosurfaces
> anyways, so have a guess what I spend my evening on :)
>
> You can find an image of my experiments in p.b.images, the scene file is
> in p.t.scene-files. It's heavily commented, but if you got questions,
> feel free to ask...
>
>
> HTH & Thanks for this nice task ;)
> 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

From: Andrew the Orchid
Subject: Re: Wake...
Date: 5 Nov 2004 14:43:07
Message: <418bd7cb$1@news.povray.org>
> Thank you so much.  Here is the first pass of the image I'm working on.  I
> wanted to share:
> 
> http://www.wwwmwww.com/TRON/dayflyer.png
> 
> Off to check out what you've done and to see if I know enough to know how to
> apply it.

Hey, that's nice...

(Very 80s)


Post a reply to this message

From: Carl
Subject: Re: Wake...
Date: 5 Nov 2004 18:30:00
Message: <web.418c0cac1c301785a54c62600@news.povray.org>
Thanks,

Carl

Andrew the Orchid <voi### [at] devnull> wrote:
> > Thank you so much.  Here is the first pass of the image I'm working on.  I
> > wanted to share:
> >
> > http://www.wwwmwww.com/TRON/dayflyer.png
> >
> > Off to check out what you've done and to see if I know enough to know how to
> > apply it.
>
> Hey, that's nice...
>
> (Very 80s)


Post a reply to this message

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