Draw a sphere: Difference between revisions

Content added Content deleted
Line 207: Line 207:
#include <math.h>
#include <math.h>


char shades[] = ".:!*oe&#%@";
const char *shades = ".:!*oe&#%@";


double light[3] = { 30, 30, -50 };
double light[3] = { 30, 30, -50 };