scenerygraphics / sciview

sciview is a tool for visualization and interaction with ND image and mesh data
BSD 2-Clause "Simplified" License
62 stars 17 forks source link

fix: removed nodeType dependency on scenery #588

Closed smlpt closed 1 month ago

smlpt commented 2 months ago

Scenery removed the Node.nodeType property in version 0.11.2. This PR fixes the occurrences of nodeType in Sciview and uses java classes instead, which is what @skalarproduktraum suggested.