_suz_ Posted June 19, 2008 Share Posted June 19, 2008 haai, i have a few RBD POINT OBJs rolling toward a STATIC OBJ... what is the variable that i check to see whether/when the specific STATIC OBJ has been hit by RBD POINT OBJs? ...thanx for the help clever people.. Quote Link to comment Share on other sites More sharing options...
stevenong Posted June 19, 2008 Share Posted June 19, 2008 Hi there, Welcome to od[force]! I would search the forums using the keyword "impact". You can also search the Help docs with "impact" too. Basically, when RBD objects collide, there is Impact data on that frame so you can derive what you want from that. Please let us know how it goes. Cheers! steven Quote Link to comment Share on other sites More sharing options...
_suz_ Posted June 19, 2008 Author Share Posted June 19, 2008 yip, down with "Impacts" data, but a static object (and a rbd object thats not active) does not have impacts data... i'm wanting to test the following: when (any of the RBD OBJs collide with the STATIC OBJ) ...:] Quote Link to comment Share on other sites More sharing options...
stevenong Posted June 19, 2008 Share Posted June 19, 2008 Oops... Okay, you should query the RBD Point Objects for the "otherobjid" Impact subdata to see if it corresponds with the static object'(s') id. You should get the corresponding "time" Impact subdata too. Cheers! steven Quote Link to comment Share on other sites More sharing options...
_suz_ Posted June 20, 2008 Author Share Posted June 20, 2008 marvelous! got it! ...thank-you steven... 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.