What are parameters worldAabbMin & worldAabbMax
Posted: Tue Jun 11, 2019 7:42 pm
				
				In regards to broadphase method:
What exactly are parameters worldAabbMin and worldAabbMax? Some examples I have seen set this number to 500/-500 some 1000/-1000. I may be totally off here but from the looks of it are these values the max size of the scene?
			Code: Select all
bt32BitAxisSweep3::bt32BitAxisSweep3	(	
const btVector3 & 	worldAabbMin,
const btVector3 & 	worldAabbMax,
unsigned int 	maxHandles = 1500000,
btOverlappingPairCache * 	pairCache = 0,
bool 	disableRaycastAccelerator = false 
)