Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
Dev/defininitions (#262)
Browse files Browse the repository at this point in the history
* Added CardinalAxis and FlattenMode enum definitions

* removes specific language to bounding box

* Fixed cardinal axis offset. (should be power of 2 ie: 1,2,4,8,16...)
  • Loading branch information
StephenHodgson authored Aug 6, 2019
1 parent 5f10d04 commit 6e6ef36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ public enum CardinalAxis
// None = 0,
X = 1,
Y = 2,
Z = 3,
Z = 4,
}
}

0 comments on commit 6e6ef36

Please sign in to comment.