Skip to content

Commit

Permalink
Removing earth filled sphere frame in client
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-hamel committed Feb 26, 2018
1 parent 20d9e0e commit 7ac3f20
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/eratosthene-client/src/eratosthene-client-model.c
Original file line number Diff line number Diff line change
Expand Up @@ -537,15 +537,6 @@
/* display quadric */
gluSphere( er_earth, LE_ADDRESS_WGS_A, 360, 180 );

/* earth color */
glColor4f( 0.6, 0.6, 0.6, 0.04 );

/* configure quadric */
gluQuadricDrawStyle( er_earth, GLU_FILL );

/* display quadric */
gluSphere( er_earth, LE_ADDRESS_WGS_A, 360, 180 );

/* delete quadric */
gluDeleteQuadric( er_earth );

Expand Down

0 comments on commit 7ac3f20

Please sign in to comment.