Ejemplo n.º 1
0
bool PxcPCMContactSphereConvex(GU_CONTACT_METHOD_ARGS)
{
	return pcmContactSphereConvex(shape0, shape1, transform0, transform1, params, cache, contactBuffer, renderOutput);
}
bool PxcPCMContactSphereConvex(CONTACT_METHOD_ARGS)
{
	return pcmContactSphereConvex(shape0, shape1, transform0, transform1, contactDistance, npCache, contactBuffer);
}