| # | Line 152 | Line 152 | int changeGroup(Scene *sc, const char *gname, | |
|---|---|---|
| 152 | int changeMaterial(Scene *sc, const char *mname, | |
| 153 | int flreq, int flexc); | |
| 154 | ||
| 155 | – | /* Grab texture coord's/normals from another object via ray tracing */ |
| 156 | – | #define GET_TEXTURE 01 |
| 157 | – | #define GET_NORMALS 02 |
| 158 | – | int traceSurface(Scene *sc, int flreq, int flexc, |
| 159 | – | const char *oct, int what); |
| 160 | – | |
| 155 | /* Free a scene */ | |
| 156 | void freeScene(Scene *sc); | |
| 157 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |