Hey im testing the RBDbullet solver. I have a large tower im destroying but i want to set the active state to 0 for the bottom base.
I used to make a point wrangle to set the active states by a threshold on my packed geo
EG
if(@P.y < ch(“height_threshold”)){
i@active = 0;}
else {
i@active = 1;}
When using the rbdbullet solver how should i approach this ?
I tried applying my old wrangle in different spots but it had no effect .
rbdbulletsolver - setting active state to 0
2983 2 1- Justin Courneya
- Member
- 18 posts
- Joined: Nov. 2015
- Offline
- cwhite
- Staff
- 747 posts
- Joined: Oct. 2012
- Offline
- Justin Courneya
- Member
- 18 posts
- Joined: Nov. 2015
- Offline
-
- Quick Links