add option to toggle between VDW style representation and licorice style

This commit is contained in:
Axel Kohlmeyer
2023-08-17 01:20:07 -04:00
parent 23f9615ef2
commit b2a8bc07a0
4 changed files with 55 additions and 23 deletions

View File

@ -49,6 +49,7 @@ private slots:
void reset_view();
void toggle_ssao();
void toggle_anti();
void toggle_vdw();
void toggle_box();
void toggle_axes();
void do_zoom_in();
@ -89,7 +90,7 @@ private:
QString filename;
int xsize, ysize;
int hrot, vrot;
double zoom;
double zoom, vdwfactor;
bool showbox, showaxes, antialias, usessao;
};
#endif