Closed tferr closed 2 years ago
org.joml.Vector3f
(and org.joml.Vector4f
for 4d)
We gave up on maintaining a Vector layer because it led to too many unnecessary copies. It is fairly painless to change and I'll put it onto my Todo, but it will be a few days-week before I can dig in.
BTW is there a test class that I can use instead of going through the UI each time?
The only tests we have are these ones: https://github.com/morphonets/SNT/tree/master/src/test/java/sc/fiji/snt :disappointed:
@kephale , does this help at all? https://github.com/morphonets/SNT/blob/master/src/main/resources/script_templates/Neuroanatomy/Render/SciView_Demo.groovy
yes <3
This seems to be now fixed with #80
newer versions of sciview no longer have Vector3. We need to modernize SciViewSNT @kephale , @skalarproduktraum , what is the proper replacement for Vector3?
Currently, this is what happens if one tries to sync SNT contents into sciview:
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: sc/iview/vector/Vector3