POV-Ray : Newsgroups : povray.unofficial.patches : MegaPOV Mechsim... ...Breaking connections? Server Time
28 Mar 2024 05:32:57 EDT (-0400)
  MegaPOV Mechsim... ...Breaking connections? (Message 1 to 4 of 4)  
From: arblick spule
Subject: MegaPOV Mechsim... ...Breaking connections?
Date: 8 Sep 2009 17:00:01
Message: <web.4aa6c4c7b3ee58b249a3f8030@news.povray.org>
Any way of, during and animation, breaking the connections between masses?

Picture this:-  A box held by four chains which start at each of the top corners
of the box, and converge at a point above and at the center of the box.  Then,
at frame 112 one of the "links" breaks leaving the box suspended (weight wise)
on two opposing lengths of chain.  Then another one breaks an the box swings
aboot for a bit before coming to rest on the two remaining lengths'o'chain.

Setup so far is using a 2x2 array of mass points for the "box", followed by four
sets of "mass objects" connected together to simulate the chain/rope.

How would one go about simulating the breakage of one chain link?

(I've tried editing the MechSim file to trick it!  It doesn't get fooled easily)

Cheers!

P.S.  Viscoelastic simulation IS great!


Post a reply to this message

From: Christoph Hormann
Subject: Re: MegaPOV Mechsim... ...Breaking connections?
Date: 15 Sep 2009 10:33:25
Message: <4aafa5b5$1@news.povray.org>
arblick spule schrieb:
> 
> Setup so far is using a 2x2 array of mass points for the "box", followed by four
> sets of "mass objects" connected together to simulate the chain/rope.
> 
> How would one go about simulating the breakage of one chain link?
> 
> (I've tried editing the MechSim file to trick it!  It doesn't get fooled easily)

Why not?

A simple way to do that is accessing the simulation data from the scene 
with the builtin hooks and manually writing out a simulation data file 
using POV-Ray #write without the connection to break and using that as 
input data for the next frame.

Sounds ugly but will probably work.

-- Christoph


Post a reply to this message

From: arblick spule
Subject: Re: MegaPOV Mechsim... ...Breaking connections?
Date: 15 Sep 2009 15:05:00
Message: <web.4aafe44bdcf081f21fb9c70c0@news.povray.org>
Christoph Hormann <chr### [at] gmxde> wrote:
> arblick spule schrieb:
> >
> > Setup so far is using a 2x2 array of mass points for the "box", followed by four
> > sets of "mass objects" connected together to simulate the chain/rope.
> >
> > How would one go about simulating the breakage of one chain link?
> >
> > (I've tried editing the MechSim file to trick it!  It doesn't get fooled easily)
>
> Why not?
>
> A simple way to do that is accessing the simulation data from the scene
> with the builtin hooks and manually writing out a simulation data file
> using POV-Ray #write without the connection to break and using that as
> input data for the next frame.
>
> Sounds ugly but will probably work.
>
> -- Christoph

Hmm, editing the MechSim file does work...    ...the mind boggles!


Post a reply to this message

From: Christoph Hormann
Subject: Re: MegaPOV Mechsim... ...Breaking connections?
Date: 17 Sep 2009 08:35:40
Message: <4ab22d1c$1@news.povray.org>
arblick spule schrieb:
> 
> Hmm, editing the MechSim file does work...    ...the mind boggles!

What do you mean by 'it does not work'?

-- Christoph


Post a reply to this message

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