Doum Posted February 27, 2013 Share Posted February 27, 2013 Hello, I know that there is a lot of post on this topic, but i'm trying to implement my own solution.I'm trying to do the balloon attach to a wire, I'm not so far from a result, but I'm stuck with some beginner problem . Is it possible to set a restlength for the RBD spring constraint between 2 value a min and a max? like (0, crvlength). Cause at the moment it seem to be a fix value. Maybe there is another way to do this kind of constraint? I attached a scn I someone want take a look. Thanks Balloon.hipnc Quote Link to comment Share on other sites More sharing options...
Doum Posted February 27, 2013 Author Share Posted February 27, 2013 I've been able to resolve my problem by using this expression in the restlength of the RBD spring CSN: min($ST+length(ch("./objectposx") - ch("./goalposx"), ch("./objectposy") - ch("./goalposy"), ch("./objectposz") - ch("./goalposz")), arclen("/obj/wire/compute_velocity",0,0,1))[/CODE]I aslo go in the RBDcsn and change the Rest Length to Set always in the springconrel1.Look like it do the trick. Quote Link to comment Share on other sites More sharing options...
kev2 Posted August 23, 2013 Share Posted August 23, 2013 Thanks for this post. I'm working on a similar problem. Kevin Quote Link to comment Share on other sites More sharing options...
wateryfield Posted August 23, 2013 Share Posted August 23, 2013 NICE result! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.