Skip to content
Snippets Groups Projects
Forked from gmsh / gmsh
Source project has a limited visibility.
  • Gilles Marckmann's avatar
    0356a7b9
    introduction of two new option : · 0356a7b9
    Gilles Marckmann authored
    GmshSetOption("General", "Stereo", 1.);
    GmshSetOption("General", "Camera", 1.); 
    
    Camera : to use camera instead of rotation matrix 
    
    Stereo : to turn on/off the stereo rendering (for device with left and
    right views in the two buffers (left and right) of OpenGL : Works in utils/api_demos/mainGlut
    
    
    0356a7b9
    History
    introduction of two new option :
    Gilles Marckmann authored
    GmshSetOption("General", "Stereo", 1.);
    GmshSetOption("General", "Camera", 1.); 
    
    Camera : to use camera instead of rotation matrix 
    
    Stereo : to turn on/off the stereo rendering (for device with left and
    right views in the two buffers (left and right) of OpenGL : Works in utils/api_demos/mainGlut