macOS|Fixed: Invalid map culling
In an arm64 build, conversion from float/double to uint16_t behaves differently than in x86_64: half of 16-bit binangles were zeroes. Convert first to int32_t.
IssueID #2436
View differences
macOS|Fixed: Invalid map culling
In an arm64 build, conversion from float/double to uint16_t behaves differently than in x86_64: half of 16-bit binangles were zeroes. Convert first to int32_t.
IssueID #2436