Here is a small chunk of one of our collada files.
<library_geometries>
<geometry id="SURF_27252552837">
<mesh>
<source id="SURF_27252552837_positions_0" name="SURF_27252552837_positions_0">
<float_array id="SURF_27252552837_positions_0_array" count="150">
Is there a way to get the id from geometry or source after ThreeJS parses and transforms the collada into a three object? I am not seeing it when I inspect the returned object. Is there a flag I can set to have it retain these instead of using uuids?
Thanks,
Paul