Skip to content

Commit

Permalink
comment : changed README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
znkim committed Feb 6, 2024
1 parent 084fb43 commit 8ae7966
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ java -jar mago-3d-tiler-x.x.x-natives-windows.jar --help
```
console output:
```
┌┬┐┌─┐┌─┐┌─┐ ┌┬┐┬┬ ┌─┐┬─┐
│││├─┤│ ┬│ │───│ ││ ├┤ ├┬┘
┴ ┴┴ ┴└─┘└─┘ ┴ ┴┴─┘└─┘┴└─
┌┬┐┌─┐┌─┐┌─┐ -┐┌┬┐ ┌┬┐┬┬ ┌─┐┬─┐
│││├─┤│ ┬│ │ -┤ ││ │ ││ ├┤ ├┬┘
┴ ┴┴ ┴└─┘└─┘ -┘-┴┘ ┴ ┴┴─┘└─┘┴└─
3d-tiler(x.x.x) by Gaia3D, Inc.
JAVA Version : 17 (Oracle Corporation)
----------------------------------------
usage: Gaia3D Tiler
-aa,--autoUpAxis [Experimental] automatically Assign 3D
Expand All @@ -47,6 +46,8 @@ usage: Gaia3D Tiler
-fc,--flipCoordinate flip x,y Coordinate.
-glb,--glb create glb file.
-gltf,--gltf create gltf file.
-gt,--geoTiff <arg> [Experimental] geoTiff file path, 3D
Object applied as clampToGround.
-h,--help print this message
-hc,--heightColumn <arg> height column setting. (Default: height)
-i,--input <arg> input file path
Expand All @@ -69,6 +70,8 @@ usage: Gaia3D Tiler
-r,--recursive deep directory exploration
-ra,--refineAdd refine addd mode
-rt,--reverseTexCoord texture y-axis coordinate reverse
-te,--terrain <arg> [Experimental] terrain file path, 3D
Object applied as clampToGround.
-v,--version print version
-xl,--maxLod <arg> max level of detail (Default: 3)
-ya,--yUpAxis Assign 3D root transformed matrix Y-UP
Expand Down Expand Up @@ -140,11 +143,10 @@ java -jar mago-3d-tiler-x.x.x-natives-windows.jar -h
```
출력 결과물:
```
┌┬┐┌─┐┌─┐┌─┐ ┌┬┐┬┬ ┌─┐┬─┐
│││├─┤│ ┬│ │───│ ││ ├┤ ├┬┘
┴ ┴┴ ┴└─┘└─┘ ┴ ┴┴─┘└─┘┴└─
┌┬┐┌─┐┌─┐┌─┐ -┐┌┬┐ ┌┬┐┬┬ ┌─┐┬─┐
│││├─┤│ ┬│ │ -┤ ││ │ ││ ├┤ ├┬┘
┴ ┴┴ ┴└─┘└─┘ -┘-┴┘ ┴ ┴┴─┘└─┘┴└─
3d-tiler(x.x.x) by Gaia3D, Inc.
JAVA Version : 17 (Oracle Corporation)
----------------------------------------
usage: Gaia3D Tiler
-aa,--autoUpAxis [Experimental] automatically Assign 3D
Expand All @@ -158,6 +160,8 @@ usage: Gaia3D Tiler
-fc,--flipCoordinate flip x,y Coordinate.
-glb,--glb create glb file.
-gltf,--gltf create gltf file.
-gt,--geoTiff <arg> [Experimental] geoTiff file path, 3D
Object applied as clampToGround.
-h,--help print this message
-hc,--heightColumn <arg> height column setting. (Default: height)
-i,--input <arg> input file path
Expand All @@ -180,6 +184,8 @@ usage: Gaia3D Tiler
-r,--recursive deep directory exploration
-ra,--refineAdd refine addd mode
-rt,--reverseTexCoord texture y-axis coordinate reverse
-te,--terrain <arg> [Experimental] terrain file path, 3D
Object applied as clampToGround.
-v,--version print version
-xl,--maxLod <arg> max level of detail (Default: 3)
-ya,--yUpAxis Assign 3D root transformed matrix Y-UP
Expand Down

0 comments on commit 8ae7966

Please sign in to comment.