You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to load the attached LAS file, but the RGB information seems to be missing—all the colors are showing as [0,0,0,255]. However, I know the color data is present because the colors display correctly when I open the file with LiDARView using the RGB settings.
The LAS loader is a wrapper around a compiled WASM library so loaders.gl is just trying to interpret and package the output of that rather opaque code.
If you could do some debugging by putting breakpoints in the loader and see if there is information coming from the WASM code that is not being forwarded by the JavaScript wrapper, that would be very helpful.
Loader
Las loader
Description
I'm trying to load the attached LAS file, but the RGB information seems to be missing—all the colors are showing as [0,0,0,255]. However, I know the color data is present because the colors display correctly when I open the file with LiDARView using the RGB settings.
Model: https://mega.nz/file/T4VGyCwC#B0D_F4Cp9LU7mJrQgpJgf3s7NxGB8x84MkGy78QkeKs
Expected Behavior
Model with colors
Steps to Reproduce
Environment
Logs
No response
The text was updated successfully, but these errors were encountered: