|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hello, i am just a rookie on the net.
If that made several years that I play with Povray, that made a few weeks
that I observe this newsgroup and I decide to bring my small stone.
Here is one of my animations, an example of my little work.
Others like this at http://perso.wanadoo.fr/mops/wavani.htm
Other images, animations and macros will coming soon.
--
My Own Private Square.
http://perso.wanadoo.fr/mops/
Post a reply to this message
Attachments:
Download 'w3b.mpg' (239 KB)
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Very nice. Which method did you use to animate the spheres?
Josh
"m.o.p.s" wrote:
> Hello, i am just a rookie on the net.
> If that made several years that I play with Povray, that made a few weeks
> that I observe this newsgroup and I decide to bring my small stone.
>
> Here is one of my animations, an example of my little work.
> Others like this at http://perso.wanadoo.fr/mops/wavani.htm
>
> Other images, animations and macros will coming soon.
>
> --
> My Own Private Square.
> http://perso.wanadoo.fr/mops/
>
> Name: w3b.mpg
> w3b.mpg Type: MPLAYER2 File (video/mpeg)
> Encoding: x-uuencode
--
Josh English -- Lexiphanic Lethomaniac
eng### [at] spiritonecom
The POV-Ray Cyclopedia http://www.spiritone.com/~english/cyclopedia/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I used gravity ;
#declare Vel=Vel+dt*Gravity;
#declare Pos=Pos+dt*Vel;
#if ( Pos.z<-10)
#declare dtp=((-10-Pos.z)*dt)/(oPos.z-Pos.z);
#declare Vel=-Elas*Vel; // when the ball bounce
#declare Pos=<Pos.x,Pos.y,-10+Vel.z*(dt-dtp)>;
#end
// the variable dt represent the time between two frames
but especially a text-file to memorize the position and the speed of the
balls between each image. A significant point I believe, I created a random
difference in elasticity of the balls to avoid too perfect rebounds. Codes
can be downloaded at :
http://perso.wanadoo.fr/mops/atelier.htm
--
My Own Private Square.
http://perso.wanadoo.fr/mops/
Sorry this an automatically translated text, be lenient please.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
excellent first post! - its kinda captivating really :)
Rick
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Really neat example of gravity, a continual up-down movement would be very
interesting but not so loopable I guess.
Could not get to your web address, after going to the IP my browser failed
to connect.
Bob
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Sorry , that seems to be a technical problem at Wanadoo ( France Telecom ).
We can say that i am not lucky.
Thanks for trying to see my page.
Try agin in a few days if possible.
thierry,
m.o.p.s
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |