daybreak
Results
3
issues of
daybreak
@loaders.gl/loader-utils has renamed `padTo4Bytes` to `padToNBytes`. it will fix the crash that we use @xviz/parser alone.
https://github.com/aurora-opensource/streetscape.gl/issues/547
Throwing a error 'unknow file format' when I load frame files from aws s3. I have found this error in xviz-file-loader ```javascript var fileFormat = filePath.toLowerCase().match(/[^\.]*$/)[0]; ``` if I use...