pnext / three-loader

Point cloud loader for ThreeJS, based on the core parts of Potree
Other
210 stars 90 forks source link

Forked potree version incompatible with current potree converter version (1.8) #53

Open geoff-harper opened 4 years ago

geoff-harper commented 4 years ago

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