Previous | Up | Next |
Intersection test between objects 1 and 2.Parameters
This function does not test the objects’ descendence, but only the specified objects.
The 3D objects must each use a topology having an exact collision model. They can also share the same topology.
The function returns nil if there is no intersection or if one of the objects uses a mesh which does not have an exact collision model.
It returns a value of 0 if an intersection exists.
I M3testExactInter ( S3d _session_ H3d _A_ H3d _B_ )
Return value
_session_ 3D Session _A_ A Object _B_ B Object
0 if successful, otherwise nil