ScriptSpot

Forum topic · General Scripting

Check object intersection at time..??

By JokerMartini · 2012-05-08

Description

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 (3)

JokerMartini · 2012-05-08

Seems like this is calculating collision based off of vectors length.

barigazy · 2012-05-08

I think so.
I don't test this script.
But I think It might be able to help.

barigazy · 2012-05-08

Maybe this can help somehow.
This is a example from BOBO training MAXScript Secrets Revealed about "CollisionFlow".
Look at the attachment

Attachments