summaryrefslogtreecommitdiff
path: root/cad/plugins/QuteMol/qutemol/src/presets/qutemol2.preset
blob: 842d8c5909d0bb50770d0acc7df08e90cd7aa91e (plain)
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 = 0.000000 ;
 P_lighting = 0.190000 ;
 P_phong = 0.940000 ;
 P_phong_size = 0.960000 ;
 P_col_atoms_sat = 0.600000 ;
 P_col_atoms_bri = 1.000000 ;
 P_texture = 0.850000 ;
 P_border_inside = 0.000000 ;
 P_border_outside = 0.400000 ;
 P_depth_full = 0.420000 ;
 P_sem_effect = 0 ;
 P_halo_size = 0.000000 ;
 P_halo_col = 0.000000 ;
 P_halo_str = 1.000000 ;
 P_halo_aware = 0.500000 ;
 P_fog = 0.000000 ;
 P_capping = 0 ;
 P_shadowstrenght = 1.000000 ;
 P_bg_color_R = 1.000000 ;
 P_bg_color_G = 1.000000 ;
 P_bg_color_B = 1.000000 ;
 auto_normalize = 0 ;
 P_double_shadows = 0 ;
 P_border_fixed = 0 ;
}
}