This repository tests using pixi3D for displaying lidar data from a pre-loaded JSON file with an array of point clouds.
To run first create a pixi3D application using:
npx create-pixi3d-app@latest my-pixi3d-app
Next, copy the files in the src
path into the my-pixi3d-app
folder
finally run inside the folder my-pixi3d-app
npm start