Re: Rendering problems in java3d 1.6.0
Posted by
miro77 on
May 15, 2018; 6:35am
URL: https://forum.jogamp.org/Rendering-problems-in-java3d-1-6-0-tp4038861p4038868.html
Hi Phil,
here is my (simple) code:
GraphicsConfiguration config=SimpleUniverse.getPreferredConfiguration();
canvas=new Canvas3D(config);
universe=new SimpleUniverse(canvas);
universe.addBranchGraph(scene);
OrbitBehavior orbit=new OrbitBehavior(canvas, OrbitBehavior.REVERSE_ALL|OrbitBehavior.STOP_ZOOM);
universe.getViewingPlatform().setViewPlatformBehavior(orbit);
My Hardware:
8GB RAM, Intel i5-4670 CPU@3.40 GHz,
Graphics:

Software: Windows 7, Java 7.
Thank you for your efforts and answer.
Regards,
Miro