| # | Line 7 | Line 7 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 7 | ||
| 8 | #include <string.h> | |
| 9 | ||
| 10 | < | #include "standard.h" | 
| 10 | > | #include "rtio.h" | 
| 11 | > | #include "rtmath.h" | 
| 12 | > | #include "rterror.h" | 
| 13 | > | #include "paths.h" | 
| 14 | #include "octree.h" | |
| 15 | #include "object.h" | |
| 16 | #include "otypes.h" | |
| # | Line 306 | Line 309 | MESHVERT *vp; | |
| 309 | (vp->v[i] - mp->mcube.cuorg[i]) / | |
| 310 | mp->mcube.cusize); | |
| 311 | } | |
| 312 | < | if (vp->fl & MT_N) | 
| 312 | > | if (vp->fl & MT_N) /* assumes normalized! */ | 
| 313 | cv.norm = encodedir(vp->n); | |
| 314 | if (vp->fl & MT_UV) | |
| 315 | for (i = 0; i < 2; i++) { | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |