by mm40 » Nov 1, 2004 @ 11:41am
if your only doing bounding spheres for each object, precalc and do them for each triangle as well, its all a memory vs speed tradeoff. you could also precaclulate or cache certain variables or equations that didn't change which may be specific to certain triangles or previously intersected triangles, so you don't have to calculate everything next frame if the objects didn't move or are moving very slow.