summaryrefslogtreecommitdiff
path: root/cad/plugins/QuteMol/qutemol/src/presets/illustr2.preset
blob: b241f4b459a25059a4400c87044d7738e293fb71 (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 = 1.000000 ;
 P_lighting = 0.830000 ;
 P_phong = 0.000000 ;
 P_phong_size = 0.380000 ;
 P_col_atoms_sat = 0.420000 ;
 P_col_atoms_bri = 1.000000 ;
 P_texture = 0.170000 ;
 P_border_inside = 0.000000 ;
 P_border_outside = 0.960000 ;
 P_depth_full = 0.000000 ;
 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.230000 ;
 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 ;
}
}