anisou examples

set atomcolour atom * b-factor 5 25 rainbow;
set baxes 1;
set bsurf 2;
set btransp 0.7;
ball-and-stick require in residue 1012, loc A and not $backb;
! $backb is just a molscript macro to select the amino or carboxy terminus of an amino acid


also, thanks to povscript, it is simple to redefine textures:
(in povray) redefine ellipsoids to texture T_Glass4 (8 lines changed)


(in povray) add IOR of 1.5


Ellipse rendering:
set baxes 2;
set bsurf 2;
set btransp 0.6;


Go back to the povscript+ home page