Differences

This shows you the differences between two versions of the page.

Link to this comparison view

mgl:resolved_isses [2016/10/14 17:09]
mgl:resolved_isses [2016/10/17 15:31]
Line 1: Line 1:
 ====== Matlab 2016a ====== ====== Matlab 2016a ======
  
-In matlab 2016 there was a problem opening CGL screens (the default). This has been resolved by forcing open via cocoa by doing mglSetParam('​useCGL',​0) in mglOpen when it detects that Matlab 2016 or greater is being used. Also made some changes to mglPrivateOpen to handle opening of the full screen context better. Did not add the binary to keep backwards compatibility,​ so you may need to do:+In matlab 2016 there was a problem opening CGL screens (the default). This has been resolved by forcing open via cocoa by doing mglSetParam('​useCGL',​0) in mglOpen when it detects that Matlab 2016 or greater is being used. Also made some changes to mglPrivateOpen to handle opening of the full screen context better. Did not add the binary to keep backwards compatibility,​ so you can either recompile:
  
   mglMake mglPrivateOpen.c   mglMake mglPrivateOpen.c
 +
 +Or [[http://​gru.stanford.edu/​download/​mglPrivateOpen.mexmaci64|download]] the precompiled version and place the file into mgl/mgllib.
 +
  
 ====== Matlab 2013a ====== ====== Matlab 2013a ======