[ASK] Object3D max triangles

Started by naldo, November 13, 2014, 09:31:44 AM

Previous topic - Next topic

naldo

Quote from: EgonOlsen on November 14, 2014, 09:54:33 PM
Here's the fixed version: http://jpct.de/download/beta/jpct_ae.jar

Oh right, the order in HashMap will be scrambled if the capacity is resized.
Maybe you can use LinkedHashMap (?)

Thanks for the quick fix.

EgonOlsen

Good idea, i'll have a look at what i'm doing there exactly.

EgonOlsen

I checked it. There's no HashMap involved at that stage and i don't see how it can create different orders given the same input values.