Package Exports
- aframe-loader-laz-component
- aframe-loader-laz-component/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (aframe-loader-laz-component) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Component Schema
Property | Description | Default Value |
---|---|---|
url | url of the pointcloud file | [] |
downid | element id of download button in scene | [] |
cameraEl | element id of camera in scene | [] |
renderDistance | how many units away from origin (z-axis) to place the center of the pointcloud | 50 |
pointcloudColoring | Which values the appearance of the point cloud should be based on. Currently supports classification , rgb |
classification |
Most recent test version at https://broad-ubiquitous-tabletop.glitch.me/?link=https://rawhitten.github.io/chunk.laz.
TODO:
- Improve navigation, including orientation change and the ability to raise and lower the navigation surface.
- Ability to treat the cloud as an object instead of an environment.
- Ability to toggle between RGB, intensity, and classification coloring.
- More tools to select/limit from/to classification classes.
- Change length of ray.
- Other methods of changing classification other than raycaster.