|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Can anyone out there offer an explaination of particle systems in laymens'
terms? Don't expect to understand them fully enough to be designing my
own... seems over my head. But maybe some background on how the whole thing
works?
Thanks,
Dayv
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
If you want I can write and provide you a very basic scene to start with. Do you?
--
#local j=text{ttf"arial""JRG".2,0}#local J=0;#while(J<10)#local R=0;#while
(R<2)#local G=0;#while(G<1)#if(inside(j<R,G.1>))object{j scale.025translate
<R-1G-J/20J/-40+2>pigment{rgb<9J>}}#debug"O"#else#debug" "#end#local G=G+
.025;#end#local R=R+.05;#debug"\n"#end#local J=J+1;#end// JRG
Home: http://digilander.iol.it/jrgpov //New: Kitchen scene WIP
"Dayv" <gda### [at] homecom> ha scritto nel messaggio
news:3c367c3f$1@news.povray.org...
> Can anyone out there offer an explaination of particle systems in laymens'
> terms? Don't expect to understand them fully enough to be designing my
> own... seems over my head. But maybe some background on how the whole thing
> works?
>
> Thanks,
> Dayv
>
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I'd love to see the same.
Best,
D.
"JRG" <jrg### [at] hotmailcom> wrote in message
news:3c38ea1c@news.povray.org...
> If you want I can write and provide you a very basic scene to start with.
Do you?
>
>
> --
> #local j=text{ttf"arial""JRG".2,0}#local J=0;#while(J<10)#local R=0;#while
> (R<2)#local G=0;#while(G<1)#if(inside(j<R,G.1>))object{j
scale.025translate
> <R-1G-J/20J/-40+2>pigment{rgb<9J>}}#debug"O"#else#debug" "#end#local G=G+
> .025;#end#local R=R+.05;#debug"\n"#end#local J=J+1;#end// JRG
>
> Home: http://digilander.iol.it/jrgpov //New: Kitchen scene WIP
>
> "Dayv" <gda### [at] homecom> ha scritto nel messaggio
> news:3c367c3f$1@news.povray.org...
> > Can anyone out there offer an explaination of particle systems in
laymens'
> > terms? Don't expect to understand them fully enough to be designing my
> > own... seems over my head. But maybe some background on how the whole
thing
> > works?
> >
> > Thanks,
> > Dayv
> >
> >
>
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Sure! Like I've said, I'm not very skilled, but I have an insatiable
curiosity. :)
-Dayv
"JRG" <jrg### [at] hotmailcom> wrote in message
news:3c38ea1c@news.povray.org...
> If you want I can write and provide you a very basic scene to start with.
Do you?
>
>
> --
> #local j=text{ttf"arial""JRG".2,0}#local J=0;#while(J<10)#local R=0;#while
> (R<2)#local G=0;#while(G<1)#if(inside(j<R,G.1>))object{j
scale.025translate
> <R-1G-J/20J/-40+2>pigment{rgb<9J>}}#debug"O"#else#debug" "#end#local G=G+
> .025;#end#local R=R+.05;#debug"\n"#end#local J=J+1;#end// JRG
>
> Home: http://digilander.iol.it/jrgpov //New: Kitchen scene WIP
>
> "Dayv" <gda### [at] homecom> ha scritto nel messaggio
> news:3c367c3f$1@news.povray.org...
> > Can anyone out there offer an explaination of particle systems in
laymens'
> > terms? Don't expect to understand them fully enough to be designing my
> > own... seems over my head. But maybe some background on how the whole
thing
> > works?
> >
> > Thanks,
> > Dayv
> >
> >
>
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Ok, I will write a little tutorial about it next week (I have an exam on thursday
:-( )
--
#local j=text{ttf"arial""JRG".2,0}#local J=0;#while(J<10)#local R=0;#while
(R<2)#local G=0;#while(G<1)#if(inside(j<R,G.1>))object{j scale.025translate
<R-1G-J/20J/-40+2>pigment{rgb<9J>}}#debug"O"#else#debug" "#end#local G=G+
.025;#end#local R=R+.05;#debug"\n"#end#local J=J+1;#end// JRG
Home: http://digilander.iol.it/jrgpov //New: Kitchen scene WIP
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Dayv" wrote:
> Can anyone out there offer an explaination of
> particle systems in laymens' terms?
There's a little bit of information on my own particle system on this page:
http://rsj.mobilixnet.dk/3d/anims/particlesystem/particlesystem.html
Don't know if that's what you're looking for though...
Rune
--
3D images and anims, include files, tutorials and more:
Rune's World: http://rsj.mobilixnet.dk (updated Jan 2)
POV-Ray Users: http://rsj.mobilixnet.dk/povrayusers/
POV-Ray Webring: http://webring.povray.co.uk
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Have you "released" it yet or is it still under development?
d.
"Rune" <run### [at] mobilixnetdk> wrote in message
news:3c3e358c@news.povray.org...
> "Dayv" wrote:
> > Can anyone out there offer an explaination of
> > particle systems in laymens' terms?
>
> There's a little bit of information on my own particle system on this
page:
> http://rsj.mobilixnet.dk/3d/anims/particlesystem/particlesystem.html
>
> Don't know if that's what you're looking for though...
>
> Rune
> --
> 3D images and anims, include files, tutorials and more:
> Rune's World: http://rsj.mobilixnet.dk (updated Jan 2)
> POV-Ray Users: http://rsj.mobilixnet.dk/povrayusers/
> POV-Ray Webring: http://webring.povray.co.uk
>
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Dennis Milller" wrote:
> Have you "released" it yet or is it still under development?
Still under development...
Rune
--
3D images and anims, include files, tutorials and more:
Rune's World: http://rsj.mobilixnet.dk (updated Jan 2)
POV-Ray Users: http://rsj.mobilixnet.dk/povrayusers/
POV-Ray Webring: http://webring.povray.co.uk
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |