#include #include #include #include "gr-sim.h" #define NUMSTARS 64 struct star_type { double x; double y; double z; }; static struct star_type stars[NUMSTARS]; int main(int argc, char **argv) { int ch,i; int spreadx=40; int spready=40; int spreadz=5; grsim_init(); for(i=0;i