Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

# GODOT MORTON CODEProvide Morton code implementations in 2D and 3D.## Features- Encoding/Decoding implemented with Magic bits.- x, y, z setters.- Add/Subtract x/y/z.- Increment/Decrement x/y/z.- Comparisons: Less, less-equal, greater, greater-equal.
GODOT MORTON CODE
Provide Morton code implementations in 2D and 3D.
Features
- Encoding/Decoding implemented with Magic bits.
- x, y, z setters.
- Add/Subtract x/y/z.
- Increment/Decrement x/y/z.
- Comparisons: Less, less-equal, greater, greater-equal.
Credits
Morton code arithmetics ported from:
# GODOT MORTON CODE
Provide Morton code implementations in 2D and 3D.
## Features
- Encoding/Decoding implemented with Magic bits.
- x, y, z setters.
- Add/Subtract x/y/z.
- Increment/Decrement x/y/z.
- Comparisons: Less, less-equal, greater, greater-equal.
Reviews
Quick Information

# GODOT MORTON CODEProvide Morton code implementations in 2D and 3D.## Features- Encoding/Decoding implemented with Magic bits.- x, y, z setters.- Add/Subtract x/y/z.- Increment/Decrement x/y/z.- Comparisons: Less, less-equal, greater, greater-equal.