| # | Line 16 | Line 16 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 16 | #include "face.h" | |
| 17 | #include "cone.h" | |
| 18 | #include "instance.h" | |
| 19 | + | #include "mesh.h" |
| 20 | #include "color.h" | |
| 21 | #include "data.h" | |
| 22 | #include "func.h" | |
| # | Line 45 | Line 46 | load_os( /* load associated data for object */ | |
| 46 | return(1); | |
| 47 | case OBJ_INSTANCE: /* octree instance */ | |
| 48 | getinstance(op, IO_ALL); | |
| 49 | + | return(1); |
| 50 | + | case OBJ_MESH: /* mesh instance */ |
| 51 | + | getmeshinst(op, IO_ALL); |
| 52 | return(1); | |
| 53 | case PAT_CPICT: /* color picture */ | |
| 54 | if (op->oargs.nsargs < 4) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |