Is there an existing way to serialise only certain items from a scene, or will I have to maintain a list or tag the items and traverse the scene graph?
I think the basic unit of serialization is a hierarchy… so yeah you will have to traverse and isolate the parts you want, and put them under a common root Object3D of some kind, and export that.