#V_Sim parameters file v3.0 #==================== #WARNING: this file format is DIFFERENT from that for #standard v_sim version <= 2.x #Line beginning with a # are not parsed. #The only "useful" lines must have the following pattern: #parameter_name: value #The following parameter names are valid : # main_resourcesPath # opengl_details # opengl_render # opengl_antialias # opengl_immediateDrawing # opengl_observe_method # rendering_favoriteMethod # wire_nonLinear # config_subPanelTabView # config_skin # config_refreshIsOn # config_refreshPeriod # Favorite paths to find and save the resources file ; chain[:chain] main_resourcesPath: # Give a value to the quality of rendering (100 is normal) ; positive integer opengl_details: 100 # Rules the way OpenGl draws objects ; 3 strings possible : Wireframe, Flat or Smooth opengl_render: Smooth # If true, lines are drawn smoother ; boolean 0 or 1 opengl_antialias: 1 # If true, changes of parameters means immediate redrawing ; boolean 0 or 1 opengl_immediateDrawing: 1 # Choose the observe method ; integer (0: constrained mode, 1: walker mode) opengl_observe_method: 0 # Favorite method used to render files ; chain rendering_favoriteMethod: Atom visualisation # If the color of the pairs are corrected by their length ; boolean 0 or 1 wire_nonLinear: 0 # See or not the tab for the subpanel view ; boolean 0 or 1 config_subPanelTabView[gtk]: 1 # Path to a gtkrc file ; chain config_skin[gtk]: V_Sim # When on V_Sim reloads the file at periodic time ; boolean 0 or 1 config_refreshIsOn[gtk]: 0 # The period of reloading in ms ; integer (10 < v < 10000) config_refreshPeriod[gtk]: 2000