Jump to content

wall destruction


robertolee

Recommended Posts

Hi, i have been trying to get wall destruction effect with concrete, wood and metaball. i am not sure about my constraints. i have glue constraint (to hold shape), soft (to bend wood) and hard (between wood and wall). i don't know what i am doing wrong but i can't get accurate effect what i want. Pllease correct me if i am wrong because i have never tried material based constraint. i just want to blow up middle of the wall by keeping some wood and concrete stick. :(

34da4f.gif

wall_test.hipnc

Link to comment
Share on other sites

Hi,

i remember i posted that .hip with sop solver and attribute wrangle for you. There is a typo in that code. The line

string name = point(1, "name", pt);

should be

string name = point(0, "name", pt);

sorry it's my fault. It worked with simple constraint setup but with more complicated it doesn't.

  • Like 1
Link to comment
Share on other sites

2 hours ago, vicvvsh said:

Hi,

i remember i posted that .hip with sop solver and attribute wrangle for you. There is a typo in that code. The line


string name = point(1, "name", pt);

should be


string name = point(0, "name", pt);

sorry it's my fault. It worked with simple constraint setup but with more complicated it doesn't.

thanks Victor i will try it

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...