Jump to content

Breaking A Bridge


MADjestic

Recommended Posts

Hi,

I plan to break an object, but I want the pieces to start falling one by one. The first thing I thought about was animating the Glue parameter of different pieces composing the geometry. Is it possible to group certain pieces of the geometry and animate their glue parameter? Or is there any other not too exotic way to do this?

Thanks.

Link to comment
Share on other sites

  • 1 month later...

btw, MIguel

If you set "Use Animated Geometry" in your Fractured Object DOP to 1- then you could get rid with a simpler expression in the Group DOP -

if(prim($OBJID, 0, "affect", 0)>10, 1, 0)

- it also won't restrict you to exactly 54 prims of the boxes geo.

Thanks for you help.

Link to comment
Share on other sites

btw, MIguel

If you set "Use Animated Geometry" in your Fractured Object DOP to 1- then you could get rid with a simpler expression in the Group DOP -

if(prim($OBJID, 0, "affect", 0)>10, 1, 0)

- it also won't restrict you to exactly 54 prims of the boxes geo.

Thanks for you help.

Yes, but for this scene, with exactly 54 primitives, I think is better to use my expression, because with the option "use animated geometry" the simulation is slower. :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...