3MFLoader: Throw error on missing rels. (#27955)
* THREE.ThreeMFLoader: Throw error on missing rels
This throws an error in case the 3MF file is malformed and is missing
the `rels` object. Otherwise, the error is a bit cryptic.
* Move rels check to loadDocument