What problem does it solve? Vendor equipment models and CC0 props (pumps, valves, racks) delivered as GLB/FBX have no IFC GlobalId, so they cannot join a digital twin's data layer and remain decorative geometry that live tags can never reach. ## Core Features & Use Cases - Runtime GLB loading: Loads props at runtime via GLTFDocument (FBX converted to GLB first), reusing the same load contract as the BIM building importer. - Scale and material sanity: Measures the world AABB to catch 100x/1000x unit errors and verifies metallic-roughness PBR materials render correctly under Forward+. - Synthetic GlobalId minting: Renames the prop's node to a unique 22-char synthetic GlobalId with a reserved PROP$ prefix so binding_map.gd resolves it exactly like a real IFC element, plus a props sidecar for the property panel and join gate. - Use Case: You receive a vendor pump model as FBX that imports at 1000x scale and must respond to a live temperature tag; this Skill converts it, fixes the unit scale, mints a synthetic id, and binds the tag so the pump color-ramps with live data. ## Quick Start Import the vendor pump GLB into the twin viewer and bind it to the live tag pump_1.temp using a minted synthetic GlobalId.