Closed
Description
Currently, the offset integers are shown using octal notation. Could we convert to decimal instead?
TriangleFace(OffsetInteger{-1,UInt32}(0x0000003c), OffsetInteger{-1,UInt32}(0x0000003b), OffsetInteger{-1,UInt32}(0x0000003a))
could be be
TriangleFace(OffsetInteger{-1,UInt32}(60), OffsetInteger{-1,UInt32}(59), OffsetInteger{-1,UInt32}(58))
or something.
Metadata
Metadata
Assignees
Labels
No labels