/[xmakemol]/xmakemol/gl_funcs.c
ViewVC logotype

Diff of /xmakemol/gl_funcs.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.61 by MPHodges, Thu Apr 3 20:25:55 2003 UTC revision 1.62 by MPHodges, Thu Apr 3 20:38:00 2003 UTC
# Line 72  static int gl_copy_canvas = 0; Line 72  static int gl_copy_canvas = 0;
72  static int gl_initialized = 0;  static int gl_initialized = 0;
73  static int gl_no_atom_segments = 12;  static int gl_no_atom_segments = 12;
74  static int gl_no_bond_segments = 8;  static int gl_no_bond_segments = 8;
75  static int gl_use_lighting = 1;  static int gl_use_lighting = 0;
76  static int gl_use_specular_lighting = 0;  static int gl_use_specular_lighting = 0;
77  static int gl_sep = 30; /* aro */  static int gl_sep = 30; /* aro */
78  static GLfloat gl_shininess[] = {64};  static GLfloat gl_shininess[] = {64};
# Line 1329  void set_gl_sep (int new_value) Line 1329  void set_gl_sep (int new_value)
1329    
1330  /* Logical variable used to determine if GL rendering is active */  /* Logical variable used to determine if GL rendering is active */
1331    
1332  static Boolean render_using_gl = False;  static Boolean render_using_gl = True;
1333    
1334  void set_render_using_gl (Boolean value)  void set_render_using_gl (Boolean value)
1335  {  {

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26