File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,14 +107,14 @@ func usage() {
107
107
fmt .Println (" -tx, --translateX <num> specify the translation value about the x-axis for transform" )
108
108
fmt .Println (" -ty, --translateY <num> specify the translation value about the y-axis for transform" )
109
109
fmt .Println (" -tz, --translateZ <num> specify the translation value about the z-axis for transform" )
110
- fmt .Println (" -to, --transform-order <RST> specify the transform order (RST/RTS/SRT/STR/TRS/TSR), default RST" )
110
+ fmt .Println (" -to, --transform-order <RST> specify the transform order (RST/RTS/SRT/STR/TRS/TSR), default is RST" )
111
111
fmt .Println (" -v, --version display version information" )
112
112
fmt .Println (" -h, --help display help information" )
113
113
fmt .Println ("" )
114
114
fmt .Println ("Examples:" )
115
115
fmt .Println (" gsbox ply2splat -i /path/to/input.ply -o /path/to/output.splat" )
116
116
fmt .Println (" gsbox s2x -i /path/to/input.splat -o /path/to/output.spx -c \" your comment\" -bs 10240" )
117
- fmt .Println (" gsbox x2z -i /path/to/input.spx -o /path/to/output.spz -sh 0 -rz 90 -s 0.9 -tx 0.1" )
117
+ fmt .Println (" gsbox x2z -i /path/to/input.spx -o /path/to/output.spz -sh 0 -rz 90 -s 0.9 -tx 0.1 -to TRS " )
118
118
fmt .Println (" gsbox z2p -i /path/to/input.spz -o /path/to/output.ply -c \" your comment\" " )
119
119
fmt .Println (" gsbox join -i a.ply -i b.splat -i c.spx -i d.spz -o output.spx" )
120
120
fmt .Println (" gsbox info -i /path/to/file.spx" )
You can’t perform that action at this time.
0 commit comments