Check object intersection at time..??
http://forums.cgsociety.org/showthread.php?f=98&t=1049837
Is there a way to check if an objects intersects another object at different times? example...(doesn't work but helps explain what I'm after)
So what I'm doing here is testing to see if (the position of object 2 at frame 10) intersects (object 1 based on where it's at on frame 0.
intersects (at time 0 selection[1]) (at time 10 selection[2])
Comments
Seems like this is
Seems like this is calculating collision based off of vectors length.
John Martini
Digital Artist
http://www.JokerMartini.com (new site)
I think so. I don't test this
I think so.
I don't test this script.
But I think It might be able to help.
barigazy
Maybe this can help
Maybe this can help somehow.
This is a example from BOBO training MAXScript Secrets Revealed about "CollisionFlow".
Look at the attachment
barigazy