Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
HeDo88TH committed Nov 3, 2024
1 parent 71dac7d commit 4bca82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Obj2Tiles/Options.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public sealed class Options
[Option("keep-intermediate", Required = false, HelpText = "Keeps the intermediate files (do not cleanup)", Default = false)]
public bool KeepIntermediateFiles { get; set; }

[Option('t', "y-up-to-z-up", Required = true, HelpText = "Convert the upward Y-axis to the upward Z-axis, which is used in some situations where the upward axis may be the Y-axis or the Z-axis after the obj is exported.", Default = true)]
[Option('t', "y-up-to-z-up", Required = false, HelpText = "Convert the upward Y-axis to the upward Z-axis, which is used in some situations where the upward axis may be the Y-axis or the Z-axis after the obj is exported.", Default = true)]
public bool? YUpToZUp { get; set; }
}

Expand Down

0 comments on commit 4bca82b

Please sign in to comment.