What exactly do you mean by "packable sections"? Something like that?:
--------------------
|**** |
|**** |
|******************|
| **************|
| *******|
| ***** |
| ***** |
| ******** |
| **** |
| **** |
--------------------
I don't want to put words in his mouth, but I think he meant to say "pickable sections". Since we are loading from a model, imagine a spaceship with arms holding objects of interest. We don't want to allow the player to pick the arms, just the interesting bits. So the visible scene might look like:
--------------------
|**** ****|
|**** ****|
|******************|
| **************|
| *******|
| ***** |
| ***** |
| ******** |
| **** |
| **** |
--------------------
but the pickable scene would only be
--------------------
|**** ****|
|**** ****|
| |
| |
| |
| |
| |
| |
| |
| |
--------------------