Author Topic: [ASK] Object3D max triangles  (Read 5525 times)

Offline naldo

  • byte
  • *
  • Posts: 9
    • View Profile
Re: [ASK] Object3D max triangles
« Reply #15 on: November 15, 2014, 08:46:15 am »
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.

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: [ASK] Object3D max triangles
« Reply #16 on: November 15, 2014, 10:17:16 am »
Good idea, i'll have a look at what i'm doing there exactly.

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: [ASK] Object3D max triangles
« Reply #17 on: November 15, 2014, 09:53:19 pm »
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.