Today I released version 0.6 as current version, main changes since 0.5 are mostly "under the hood", but I added the coplanar triangle collision test (see also this thread) to the collision detection.
Attention: if you have some of the last versions running, please adopt your start script (most probably some "run.sh" or "run.bat" created by the installer) to start the changed GUI-starter. In detail, please replace the old starter class
by the new one
Thanks again for all contributions and feedback.
Attention: if you have some of the last versions running, please adopt your start script (most probably some "run.sh" or "run.bat" created by the installer) to start the changed GUI-starter. In detail, please replace the old starter class
Code:
LDInspector/ldinsp.LDInspector
by the new one
Code:
LDInspector/ldinsp.guifx.starter.LDIGuiStarter
Thanks again for all contributions and feedback.