POV-Ray : Newsgroups : povray.unofficial.patches : media oriented patterns? Server Time
1 Sep 2024 18:14:33 EDT (-0400)
  media oriented patterns? (Message 1 to 9 of 9)  
From: jrg
Subject: media oriented patterns?
Date: 6 Mar 2001 05:59:28
Message: <3aa4c310$1@news.povray.org>
I think it would be nice to have media-oriented patterns in order to easily
get some volumetric effect like smoke (does anyone saw the smoke pattern in
Lightflow?) It's so hard to make it work with common pov patterns...
thanks in advance,
                        JRG.


Post a reply to this message

From: Tom Melly
Subject: Re: media oriented patterns?
Date: 6 Mar 2001 06:34:12
Message: <3aa4cb34@news.povray.org>
"jrg" <xor### [at] hotmailcom> wrote in message
news:3aa4c310$1@news.povray.org...
> I think it would be nice to have media-oriented patterns in order to
easily
> get some volumetric effect like smoke (does anyone saw the smoke pattern
in
> Lightflow?) It's so hard to make it work with common pov patterns...
> thanks in advance,
>                         JRG.
>

Well, it's not as straightforward as one would like, but Kevin Wampler (+
some rewrites by Mick Hazelgrove)came up with some nice cloud code using a
blob-density pigment function that might be the kind of thing you are after.

Posted to text.scenefiles as "media for jrg" (mp6)


Post a reply to this message

From: Chris Huff
Subject: Re: media oriented patterns?
Date: 6 Mar 2001 19:57:48
Message: <chrishuff-BD7011.19541606032001@news.povray.org>
In article <3aa4c310$1@news.povray.org>, "jrg" <xor### [at] hotmailcom> 
wrote:

> I think it would be nice to have media-oriented patterns in order to 
> easily get some volumetric effect like smoke (does anyone saw the 
> smoke pattern in Lightflow?) It's so hard to make it work with common 
> pov patterns...

What kind of "media oriented" patterns are you looking for? As far as I 
know, the spherical, boxed, cylinderical, and planar patterns were added 
specifically for media...
For smoke, have you looked at the blob pattern patch? Maybe that will do 
what you want, and it was also designed with media in mind...otherwise, 
you are going to need to give more information.

-- 
Christopher James Huff
Personal: chr### [at] maccom, http://homepage.mac.com/chrishuff/
TAG: chr### [at] tagpovrayorg, http://tag.povray.org/

<><


Post a reply to this message

From: jrg
Subject: Re: media oriented patterns?
Date: 8 Mar 2001 06:09:17
Message: <3aa7685d$1@news.povray.org>
I mean something like this:
density { smoke {type ,start_point, height_of_smoke,turbulence,
something_else}}
And voila' , I get a great looking smoking shape.
I know this can be reached with a bit of work around the blob pattern, but I
think it would be nice to avoid this hard way.
thanks anyway
JRG.


Post a reply to this message

From: Chris Huff
Subject: Re: media oriented patterns?
Date: 9 Mar 2001 07:11:48
Message: <chrishuff-8E7A86.07080209032001@news.povray.org>
In article <3aa7685d$1@news.povray.org>, "jrg" <gru### [at] complabcom> 
wrote:

> I mean something like this:
> density { smoke {type ,start_point, height_of_smoke,turbulence,
> something_else}}
> And voila' , I get a great looking smoking shape.

The problem is that this is too specific and narrow, and attempts to do 
too much...it is useful for smoke, and only smoke, and would only be 
capable of a few specific smoke effects. Also, smoke requires much more 
than just a density pattern. It would make a good include file, but not 
an internal pattern.
And smoke can already be done with other features, which are much more 
versatile.


> I know this can be reached with a bit of work around the blob 
> pattern, but I think it would be nice to avoid this hard way.

An easier way would be to use the particle_system patch as a pattern, 
but the particle_system pattern isn't functional yet...you could use the 
particle_system to position blob pattern components, though.

-- 
Christopher James Huff
Personal: chr### [at] maccom, http://homepage.mac.com/chrishuff/
TAG: chr### [at] tagpovrayorg, http://tag.povray.org/

<><


Post a reply to this message

From: Gail Shaw
Subject: Re: media oriented patterns?
Date: 9 Mar 2001 08:32:49
Message: <3aa8db81@news.povray.org>
>
> An easier way would be to use the particle_system patch as a pattern,
> but the particle_system pattern isn't functional yet...you could use the
> particle_system to position blob pattern components, though.
>

You can?? Great. I was wondering about that yesterday for mud
splashes on a wall, didn't have time to try it out though.

Gail
*************************************************************************
* gsh### [at] monotixcoza                *   System.dat not found.          *
* http://www.rucus.ru.ac.za/~gail/   *   Reformat hard drive Y)es O)k   *
*************************************************************************
* The difficult we do immediately, the impossible takes a little longer *
*************************************************************************


Post a reply to this message

From: Tom Melly
Subject: Re: media oriented patterns?
Date: 9 Mar 2001 09:30:22
Message: <3aa8e8fe$1@news.povray.org>
"Gail Shaw" <gsh### [at] monotixcoza> wrote in message
news:3aa8db81@news.povray.org...
>
> You can?? Great. I was wondering about that yesterday for mud
> splashes on a wall, didn't have time to try it out though.
>

I'm working on a macro, 2_yr_old_child.inc, which should handle this for you
with very little input. ;)


Post a reply to this message

From: Chris Huff
Subject: Re: media oriented patterns?
Date: 10 Mar 2001 06:12:22
Message: <chrishuff-1B9919.06083510032001@news.povray.org>
In article <3aa8db81@news.povray.org>, "Gail Shaw" 
<gsh### [at] monotixcoza> wrote:

> You can?? Great. I was wondering about that yesterday for mud
> splashes on a wall, didn't have time to try it out though.

Just use the get_particle() function to retrieve the needed information, 
and use it to position a bunch of blob components.

-- 
Christopher James Huff
Personal: chr### [at] maccom, http://homepage.mac.com/chrishuff/
TAG: chr### [at] tagpovrayorg, http://tag.povray.org/

<><


Post a reply to this message

From: Gail Shaw
Subject: Re: media oriented patterns?
Date: 12 Mar 2001 01:35:29
Message: <3aac6e31@news.povray.org>
Tom Melly <tom### [at] tomandlucouk> wrote in message
news:3aa8e8fe$1@news.povray.org...
>
> I'm working on a macro, 2_yr_old_child.inc, which should handle this for
you
> with very little input. ;)

ROFL.

Gail
*************************************************************************
* gsh### [at] monotixcoza                *   Step into the abyss            *
* http://www.rucus.ru.ac.za/~gail/   *   and let go.        Babylon 5   *
*************************************************************************
* The difficult we do immediately, the impossible takes a little longer *
*************************************************************************


Post a reply to this message

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