Login  Register

Re: Mac Canvas3D location bug

Posted by hharrison on Oct 17, 2013; 7:20am
URL: https://forum.jogamp.org/Mac-Canvas3D-location-bug-tp4030052p4030281.html

Java3d always required at least OpenGL 1.4, although it had workarounds to continue working on 1.2 or 1.3 only with slightly degraded functionality.  The virtualized windows guest is claiming it only provides opengl 1.1....possibly the default GDI driver is being used?

Harvey