POV-Ray : Newsgroups : povray.binaries.animations : Flying Rocks Server Time
28 Mar 2024 04:32:47 EDT (-0400)
  Flying Rocks (Message 1 to 3 of 3)  
From: dick balaska
Subject: Flying Rocks
Date: 8 May 2017 05:50:38
Message: <59103f6e$1@news.povray.org>
My latest WIP.

http://www.buckosoft.com/tteoac/

Bonus features > flyingRocksDev

This demonstrates the evolution of a box of rocks falling into the 
fishtank, in the same vein as my mushroomDev video.  But mostly it is an 
excuse to use a piece of music with me shredding on my strat. ;)

-- 
dik


Post a reply to this message

From: Eriban
Subject: Re: Flying Rocks
Date: 10 May 2017 16:50:00
Message: <web.59137bd8cfb65e1bf591106d0@news.povray.org>
> Bonus features > flyingRocksDev
>
> This demonstrates the evolution of a box of rocks falling into the
> fishtank, in the same vein as my mushroomDev video.  But mostly it is an
> excuse to use a piece of music with me shredding on my strat. ;)

Interesting to see the falling rocks sequence evolve. Is it all generated via
custom collision detection and physics modelling, or did you re-use
off-the-shelf software for that? The final sequence looks impressive.

Two comments though. The balls jiggle a bit too much at the bottom of the
aquarium to be realistic. Also, while falling the column of balls remains a bit
too static I feel. When falling in air, the balls would speed up, so their
distance should increase as they are going down. In water the effect may be less
pronounced. However, due to the extra friction and turbulence of the water, I
would then expect a bit more sideways movement. Maybe you can tweak your
algorithm a bit too fudge this? (Realistic modelling of turbulence and friction
of the objects might be a bit too difficult...)


Post a reply to this message

From: dick balaska
Subject: Re: Flying Rocks
Date: 11 May 2017 00:54:36
Message: <5913ee8c$1@news.povray.org>
Am 2017-05-10 16:45, also sprach Eriban:
>> Bonus features > flyingRocksDev

> Interesting to see the falling rocks sequence evolve. Is it all generated via
> custom collision detection and physics modelling,

yes. Custom java emitting SDL.
http://git.buckosoft.com/gitweb/pov.cgi?p=TteoacService.git;a=blob;f=src/main/java/com/buckosoft/povspew/tteoac/Fishtank/FishtankRunner.java;hb=HEAD


> or did you re-use
> off-the-shelf software for that? The final sequence looks impressive.

Thanks.

> Two comments though. The balls jiggle a bit too much at the bottom of the
> aquarium to be realistic.

Yeah, this bothers me too.  I *do* like the effect, somewhat, though. 
It looks almost molecular.  Perhaps the laws of physics on Planet Bucko 
allow for infinite hardness. :)  The problem is, the energy of a top 
rock is transferred to a bottom rock, who then has to transfer it back 
because the tank bottom doesn't move.  The opposite problem is, I want 
the rocks to spread out on the bottom of the tank and if I absorb all of 
the energy, so they stop jittering, they end up in a slumped pile in the 
corner.

I already had to cheat this. In order to get the full tank coverage in 
the time I allotted, I had to speed up the clock. (I think the sped up 
clock contributes to the static looking initial falling column)

> Also, while falling the column of balls remains a bit
> too static I feel.

Yes, especially the initial part. Static is a great word for it. I do 
like the little plume when they first hit the tank bottom.

> When falling in air, the balls would speed up, so their
> distance should increase as they are going down. In water the effect may be less
> pronounced.

Terminal velocity in water is much less than in air. The rocks speed up 
in the air, but the "water" is at the top of the tank and the rocks 
don't spend much time in the air.

> However, due to the extra friction and turbulence of the water, I
> would then expect a bit more sideways movement.

I expected more sideways movement too. But, a sphere in water at any 
vector is going to rapidly decay to straight down. There's no hydrofoil 
to channel the water.

> Maybe you can tweak your
> algorithm a bit too fudge this? (Realistic modelling of turbulence and friction
> of the objects might be a bit too difficult...)

I'm thinking on it.  A rock is radius .25. I thought about filling the 
tank with radius .01 water (just for calcs, not to display) so I can 
track the currents better.  I think to do that, I'd have to switch from 
Java to c++ and I don't know if I want to write the framework just to 
support that.

>
>


-- 
dik


Post a reply to this message

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