Skip to content
Snippets Groups Projects
Commit e4883f46 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

OMF: Update storage procedure for coordinates

Coordinates are delta encoded. That means the first element corresponds
to the first coordinate and all the following elements are the
respective diffs. The first element is potentially much larger than
the rest and can cause excessive integer packing due to overflows.
This change stores that first element separately.
parent ca8848ae
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment