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

convert LAS to XKT using CLI #37

Open assaad97 opened 2 years ago

assaad97 commented 2 years ago

i tried to convert a las file to xkt file using the following command : node ./xeokit-xkt-utils-master/convert2xkt.js -s lidar.las -o lidar.xkt -l

and i get this error : image

thanks

assaad97 commented 2 years ago

yes and how do i specify the version of the xkt file i want to be generated

assaad97 commented 2 years ago

since the lidar scans the reality and store that in form of points, the error im getting is about the colors of those points, the result is a black point cloud, and im kinda stuck there, i tested the las file and i checked that it containes colored points indeed.

i really need some help and advice about this @xeolabs @Amoki