| # | Line 11 | Line 11 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 11 | */ | |
| 12 | ||
| 13 | #include <stdlib.h> | |
| 14 | – | #include <stdio.h> |
| 14 | #include <ctype.h> | |
| 15 | ||
| 16 | #include "rtmath.h" | |
| # | Line 26 | Line 25 | static const char RCSid[] = "$Id$"; | |
| 25 | #define DEFOBJ "unnamed" /* default object name */ | |
| 26 | #define DEFMAT "white" /* default material name */ | |
| 27 | ||
| 28 | < | #define pvect(v) printf("%18.12g %18.12g %18.12g\n",(v)[0],(v)[1],(v)[2]) |
| 28 | > | #define pvect(v) printf(" %18.12g %18.12g %18.12g\n",(v)[0],(v)[1],(v)[2]) |
| 29 | ||
| 30 | FVECT *vlist; /* our vertex list */ | |
| 31 | int nvs; /* number of vertices in our list */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |