POV-Ray : Newsgroups : povray.binaries.images : I've got a lot of balls to post here (108KB bu) Server Time
3 Oct 2024 11:18:00 EDT (-0400)
  I've got a lot of balls to post here (108KB bu) (Message 11 to 18 of 18)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Paul Vanukoff
Subject: Re: I've got a lot of balls to post here (108KB bu)
Date: 10 Feb 2000 11:28:54
Message: <38a2e746@news.povray.org>
I was trying to emulate those super bounce balls. Placement was actually
quite easy. I placed them on an evenly spaced grid, where each "cell" has a
75% chance of containing a ball (using rand() ). Then I moved each ball a
random amount in the x and z directions, the maximum any ball could move was
half the grid spacing, that way, it would look very random, but no balls
would touch each other.

--
Paul Vanukoff
van### [at] primenetcom

"Josh English" <eng### [at] spiritonecom> wrote in message
news:38A2E0E4.A9CDBC05@spiritone.com...
> Very nice realism, and it looks so simple. It reminds me of those rubber
> "super-bounce" balls on an excersize mat. How did you place the balls?
> I'm curious as to how you distributed them.
>
> Paul Vanukoff wrote:
>
> > I'll spare you the remainder of the subject lines I thought of.
> >
> > --
> > Paul Vanukoff
> > van### [at] primenetcom
> >
> >  [Image]
>
> --
> Josh English
> eng### [at] spiritonecom
> "May your hopes, dreams, and plans not be destroyed by a few zeros."
>
>


Post a reply to this message

From: Paul Vanukoff
Subject: Re: I've got a lot of balls to post here (108KB bu)
Date: 10 Feb 2000 11:32:23
Message: <38a2e817@news.povray.org>
Yep, good old camera distortion. Ugh. Thanks for the compliment. I
appreciate it.

--
Paul Vanukoff
van### [at] primenetcom

"DirkBoy" <dir### [at] lemongeckoorg> wrote in message
news:38a2e575@news.povray.org...
> Is that camera distortion at the edges? Some of them look oblong.
>
> Dirk
>
> Otherwise, it rocks. Reminds me of the final marbles scene in Men In
Black.
>
>
> "Paul Vanukoff" <van### [at] primenetcom> wrote in message
> news:38a2ad7c@news.povray.org...
> > I'll spare you the remainder of the subject lines I thought of.
> >
> > --
> > Paul Vanukoff
> > van### [at] primenetcom
> >
> >
> >
> >
> >
> >
>
>


Post a reply to this message

From: Josh English
Subject: Re: I've got a lot of balls to post here (108KB bu)
Date: 10 Feb 2000 13:20:07
Message: <38A30164.B13AC99C@spiritone.com>
I tried something similar with my grasspatch macro. I didn't try the "75% chance
of having a ball" idea, tho. I found for really large number of placements,
there is little visible difference between the two methods (simply finding
random ponits within the boundary was the second method) and I think the second
method parsed faster...

But it looks natural and good, and that's the important thing, isn't it?

Paul Vanukoff wrote:

> I was trying to emulate those super bounce balls. Placement was actually
> quite easy. I placed them on an evenly spaced grid, where each "cell" has a
> 75% chance of containing a ball (using rand() ). Then I moved each ball a
> random amount in the x and z directions, the maximum any ball could move was
> half the grid spacing, that way, it would look very random, but no balls
> would touch each other.
>
> --
> Paul Vanukoff
> van### [at] primenetcom
>
> "Josh English" <eng### [at] spiritonecom> wrote in message
> news:38A2E0E4.A9CDBC05@spiritone.com...
> > Very nice realism, and it looks so simple. It reminds me of those rubber
> > "super-bounce" balls on an excersize mat. How did you place the balls?
> > I'm curious as to how you distributed them.
> >
> > Paul Vanukoff wrote:
> >
> > > I'll spare you the remainder of the subject lines I thought of.
> > >
> > > --
> > > Paul Vanukoff
> > > van### [at] primenetcom
> > >
> > >  [Image]
> >
> > --
> > Josh English
> > eng### [at] spiritonecom
> > "May your hopes, dreams, and plans not be destroyed by a few zeros."
> >
> >

--
Josh English
eng### [at] spiritonecom
"May your hopes, dreams, and plans not be destroyed by a few zeros."


Post a reply to this message

From: Peter Popov
Subject: Re: I've got a lot of balls to post here (108KB bu)
Date: 10 Feb 2000 17:10:25
Message: <DTKjOOtr9rPSEMJ8hW1a48fGhasi@4ax.com>
On Thu, 10 Feb 2000 05:20:57 -0700, "Paul Vanukoff"
<van### [at] primenetcom> wrote:

>I'll spare you the remainder of the subject lines I thought of.

Man, you sure have balls!

Oh, and you might have a lot of guts to post here but please don't.


Peter Popov
pet### [at] usanet
ICQ: 15002700


Post a reply to this message

From: Chris Huff
Subject: Re: I've got a lot of balls to post here (108KB bu)
Date: 10 Feb 2000 17:26:58
Message: <chrishuff_99-A47660.17280110022000@news.povray.org>
In article <DTKjOOtr9rPSEMJ8hW1a48fGhasi@4ax.com>, Peter Popov 
<pet### [at] usanet> wrote:

> Oh, and you might have a lot of guts to post here but please don't.

Sphere sweeps? Or isosurfaces? :-)

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


Post a reply to this message

From: David Fontaine
Subject: Re: I've got a lot of balls to post here (108KB bu)
Date: 10 Feb 2000 17:31:19
Message: <38A33BDE.70BCABA8@faricy.net>
If you were going for the chinsy printed metal look, excellent job! How
were they placed?
"You don't have the balls to post here!"

--
___     ______________________________________________________
 | \     |_                 <dav### [at] faricynet> <ICQ 55354965>
 |_/avid |ontaine               http://www.faricy.net/~davidf/

"Sitting on a cornflake, waiting for the van to come" -Beatles


Post a reply to this message

From: David Fontaine
Subject: Re: I've got a lot of balls to post here (108KB bu)
Date: 10 Feb 2000 17:36:41
Message: <38A33D1E.2B9F8DDB@faricy.net>
David Fontaine wrote:

> If you were going for the chinsy printed metal look, excellent job! How
> were they placed?
> "You don't have the balls to post here!"

I just read the replies. They do look like they could be bouncy balls. But
you have to admit they also look a lot lot cheap metal thing. Perhaps
hollow and the seam is maybe really a crack and it's hinged and there's a
"prize" inside.
And I saw the placement method...

--
___     ______________________________________________________
 | \     |_                 <dav### [at] faricynet> <ICQ 55354965>
 |_/avid |ontaine               http://www.faricy.net/~davidf/

"Sitting on a cornflake, waiting for the van to come" -Beatles


Post a reply to this message

From: Paul Vanukoff
Subject: Re: I've got a lot of balls to post here (108KB bu)
Date: 10 Feb 2000 19:46:38
Message: <38a35bee@news.povray.org>
I serpose they could look like cheap metal ... maybe I should've toned down
the grainy look a bit. But maybe you are right, maybe there really are
prizes inside! I'll have to render one opened up to find out ... :)


--
Paul Vanukoff
van### [at] primenetcom


David Fontaine wrote in message <38A33D1E.2B9F8DDB@faricy.net>...
>David Fontaine wrote:
>
>> If you were going for the chinsy printed metal look, excellent job! How
>> were they placed?
>> "You don't have the balls to post here!"
>
>I just read the replies. They do look like they could be bouncy balls. But
>you have to admit they also look a lot lot cheap metal thing. Perhaps
>hollow and the seam is maybe really a crack and it's hinged and there's a
>"prize" inside.
>And I saw the placement method...
>
>--
>___     ______________________________________________________
> | \     |_                 <dav### [at] faricynet> <ICQ 55354965>
> |_/avid |ontaine               http://www.faricy.net/~davidf/
>
>"Sitting on a cornflake, waiting for the van to come" -Beatles
>
>


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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