Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nokonoko1203 committed Nov 20, 2024
1 parent b3dcc67 commit bad10b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A tool for converting point cloud data (las/laz and csv) into "3D Tiles v1.1".

![alt text](images/README_image.png)

## install

Rust must be installed. You can easily install it from the following page.
Expand All @@ -16,7 +18,7 @@ After installing Rust, download this repository.

- `input`: Specify the `.las/.laz/.csv/.txt` file. Multiple files can be input separated by spaces.
- `output`: Specify the output folder. Output `tileset.json` and glb.
- `epsg`: Input the epsg code of the las file. All point clouds are recognized as being in the same coordinate system.
- `epsg`: Input the epsg code of the las file. All point clouds are recognized as being in the same coordinate system.(Currently, only the Japanese plane rectangular coordinate system is supported.)
- `min`: Specify the minimum zoom level you want to output.
- `max`: Specify the maximum zoom level you want to output.

Expand Down
Binary file added images/README_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bad10b4

Please sign in to comment.