/usr/share/qutemol/presets/illustr.preset is in qutemol 0.4.1~cvs20081111-3build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | void CgUtil::Set(int K){
if (K==0){
P_light_base = 1.000000 ;
P_lighting = 0.360000 ;
P_phong = 0.790000 ;
P_phong_size = 0.380000 ;
P_col_atoms_sat = 0.660000 ;
P_col_atoms_bri = 1.000000 ;
P_texture = 0.640000 ;
P_border_inside = 0.000000 ;
P_border_outside = 0.850000 ;
P_depth_full = 0.380000 ;
P_sem_effect = 0 ;
P_halo_size = 0.000000 ;
P_halo_col = 0.000000 ;
P_halo_str = 0.500000 ;
P_halo_aware = 0.500000 ;
P_fog = 0.000000 ;
P_capping = 0 ;
P_shadowstrenght = 0.000000 ;
P_bg_color_R = 1.000000 ;
P_bg_color_G = 1.000000 ;
P_bg_color_B = 1.000000 ;
auto_normalize = 1 ;
P_double_shadows = 0 ;
P_border_fixed = 0 ;
}
}
|