Author Topic: Version 1.05 has been released!  (Read 3993 times)

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Version 1.05 has been released!
« on: February 23, 2005, 05:59:00 pm »
You can find the changes here:

http://www.jpct.net/changes.html

What this version basically tries to do, is to reduce memory usage. By default, this is already the case but the more aggressive optimizations are disabled for compatibility reasons. However, here's a brief description what to do to maximize the effect:

Set Config.saveMemory to true.  Object3Ds should use less memory with this setting until they really need it (what may never happen). In that case, the memory will be allocated at runtime, what may cause hick-ups...then again, i never experienced them.

If you are using multiple Worlds but are not rendering them at a time, try to set Config.shareVisibilityList to true.

Set Config.polygonBufferSize to something between 10 and 100. Even 10 should be sufficient in most cases (if it's not, it will automatically be resized, but that may happen at times where you don't want it).

Have fun.

P.S.: It comes bundled with LWJGL 0.95 for Windows.