Hello all, I tested and it was related with #define GLM_FORCE_RADIANS
I submit a patch to JP already that forces the includes in 3d-viewer to use radians as well.. but it should be addressed in the future some other way.. to not have this conflicts in the header includes.. Regards, Mario Luzeiro ________________________________________ From: Mário Luzeiro Sent: 29 March 2015 01:35 To: Mathias Grimmberger; Nick Østergaard Cc: KiCad Developers Subject: RE: [Kicad-developers] openGL mode is dizzy Hi all, I was checking.. didn't find exactly but, I suppose it could be related with some includes in openGL. For example, @vertex_manager.h #define GLM_FORCE_RADIANS #include <gal/opengl/glm/gtc/matrix_transform.hpp> ... probably because pcbnew is include things from 3d-viewer (and it includes things from opengl).. I can try review it... latter during Sunday.. or maybe someone can solve it while I am sleeping :) Mario Luzeiro ________________________________________ From: Kicad-developers [[email protected]] on behalf of Mathias Grimmberger [[email protected]] Sent: 29 March 2015 00:16 To: Nick Østergaard Cc: KiCad Developers Subject: Re: [Kicad-developers] openGL mode is dizzy Hi everybody, Nick Østergaard <[email protected]> writes: > Well.... Now is the time for those able to replicate, to build a bunch of > kicad versions an test. Did that. The behaviour changed with revision 5544, which looks like a big change to the 3D viewer. MGri _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

