marijnz / NativeQuadtree

A Quadtree Native Collection for Unity DOTS
MIT License
358 stars 30 forks source link

Expanded MortonLookup #7

Closed No3371 closed 4 years ago

No3371 commented 4 years ago

Generated a 31bit morton lookup table, just attaching it here for anyone need this. The source file itself is quite big (3mb), the lookup entries are too many for compilers to run smoothly, so I compiled a dll (C# 7.2). LookupTables.zip

(The source code of the go program to generate this)