| # | Line 183 | Line 183 | OBJREC *ob; | |
|---|---|---|
| 183 | } else { | |
| 184 | cout[0] = cout[1] = cout[2] = brt(il->col); | |
| 185 | } | |
| 186 | < | if (il->flags & IL_LIGHT) |
| 187 | < | printf("\n3 %f %f %f\n", cout[0], cout[1], cout[2]); |
| 188 | < | else |
| 189 | < | printf("\n4 %f %f %f 0\n", cout[0], cout[1], cout[2]); |
| 186 | > | printf("\n0\n3 %f %f %f\n", cout[0], cout[1], cout[2]); |
| 187 | ||
| 188 | printobj(il->matname, ob); | |
| 189 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |