volmetrics

changeset 32:6d637706cfaf

foo
author Eleni Maria Stea <elene.mst@gmail.com>
date Thu, 01 May 2014 19:05:07 +0300
parents cfeecd093730
children 3e4eb9a0d999
files src/main.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/src/main.cc	Thu May 01 16:28:12 2014 +0300
     1.2 +++ b/src/main.cc	Thu May 01 19:05:07 2014 +0300
     1.3 @@ -242,9 +242,9 @@
     1.4  
     1.5  	glUseProgram(0);
     1.6  
     1.7 -	glLineWidth(3);
     1.8 +	glLineWidth(2);
     1.9  	glBegin(GL_LINE_LOOP);
    1.10 -	glColor3f(0.4, 0.8, 0.4);
    1.11 +	glColor3f(0.8, 0.3, 0.8);
    1.12  	glVertex3f(0, 1, 0);
    1.13  	glVertex3f(0, 0.75, 0);
    1.14  	glVertex3f(0.25, 0.75, 0);