The converter's config file (default cloud.js), has a tuple of string constants in the pointAttribute property. In the current version of the converter, 1.8, they've expanded it to be an array of objects containing more detail. three-loader is now trying to use those objects as keys in the pointAttribute map. The line in question is line 101 of the PointAttributes.js file.
I'm not sure what the best way forward is with this but as a temporary solution we're using converter v1.7
The converter's config file (default cloud.js), has a tuple of string constants in the
pointAttribute
property. In the current version of the converter, 1.8, they've expanded it to be an array of objects containing more detail.three-loader
is now trying to use those objects as keys in the pointAttribute map. The line in question is line 101 of the PointAttributes.js file.I'm not sure what the best way forward is with this but as a temporary solution we're using converter v1.7