Would you like a full or a specific destruction setup (e.g., a crumbling pillar, a car crash)?
// 4. Add a passive ground plane (select a polygon plane) // Select the ground plane, then: pdiMakePassive;
It sounds like you're asking for a (script, setup, or explanation) of Maya + Pulldownit — a popular dynamic fracturing and destruction plugin.
// 2. Get all fractured pieces (they are grouped) string $pieces[] = listRelatives -children ($wall + "_pdiFracture_grp") ;
// 3. Make them dynamic rigid bodies for ($p in $pieces) pdiMakeDynamic $p;
| Cookie | Dauer | Beschreibung |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |