diff src/istereo.c @ 34:33ba8618972c
added commented out (for now) resolution option in the ui
author |
John Tsiombikas <nuclear@member.fsf.org> |
date |
Sun, 11 Oct 2015 07:56:27 +0300 |
parents |
9d53a4938ce8 |
children |
|
line diff
1.1 --- a/src/istereo.c Sat Oct 10 16:38:19 2015 +0300
1.2 +++ b/src/istereo.c Sun Oct 11 07:56:27 2015 +0300
1.3 @@ -57,6 +57,7 @@
1.4 int stereo = 0;
1.5 int use_bump = 0;
1.6 int show_opt = 1;
1.7 +float draw_quality = 1.0f;
1.8
1.9 /* construction parameters */
1.10 int sides = 24;