Pyroclasm

Pyroclasm

5.3k Downloads

Detailed collision boxes not generating

grondag opened this issue ยท 3 comments

commented

Fast collision boxes (4x4x4 resolution) are never upgraded to detailed resolution (8x8x8). Possibly related to high CPU load and the fact that collision box thread is low priority.

commented
commented

Nope, not fixed. Problem is in the algorithm for identifying all the possible disjoint sets of maximal bounding volumes. Some meshes can take several seconds to optimize and with 100's of meshes on the screen it matters. Will revisit thread priority when the math problem is solved.

commented

Fixed in Exotic Matter: grondag/Exotic-Matter#4