scenerygraphics / scenery

Flexible VR Visualisation for Volumetric and Geometric Data on the Java VM, powered by Kotlin and Vulkan.
https://scenery.graphics
GNU Lesser General Public License v3.0
130 stars 32 forks source link

Fix Hubs #158

Closed kephale closed 6 years ago

kephale commented 6 years ago

@skalarproduktraum the Hub system needs to be redesigned with SceneryBase, since the no-arg constructor is hard coded and hubs cannot be renamed, there is no way to have 2 SciView's running at the same time while still deriving from SceneryBase

kephale commented 6 years ago

Also the global volume hashmap

skalarproduktraum commented 6 years ago

What global volume hash map do you mean, @kephale?