xeokit / xeokit-xkt-utils

Deprecated JavaScript tools to generate .XKT files; replaced by https://github.com/xeokit/xeokit-convert
Other
10 stars 9 forks source link

Add a "skip" option for LAZ conversion #28

Open xeolabs opened 3 years ago

xeolabs commented 3 years ago

Extend parseLASIntoModel with the option to convert every Nth point, as a way to reduce the size of point cloud files.

Do this by exposing the loaders.gl LAZ loader's skip parameter.