Open odinsbane opened 3 months ago
I found a fix for this, I had to set the renderer in the SceneryBase not just add the renderer to the hub.
Renderer renderer = Renderer.createRenderer(
hub,
getApplicationName(),
scene,
512, 512
);
setRenderer(renderer);
hub.add( SceneryElement.Renderer, renderer );
Porting the MinimalSceneryExample to java creates a window that is non-responding.
Expected behavior
The window should show with a rendered cube?
Desktop (please complete the following information):
Additional context
This isn't too important. If I create a sciview context I can get a scenery rendering window. I was curious if this would work/ should work.