-
-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add density function parser, re-write functionality, and add initial tests * add more tests and fix typo * re-work density interpolator * re-work flat cache * re-work the rest of the chunk specific density functions * re-work fill functions * tweak sample logic and do some refactoring * convert chunk noise to use new density functions * work on porting proto chunk * port proto chunk * add cell cache test * fix wrapper functions * remove test print * update benchmark * rework again * rework again pt 2 * classic off by one * reduce components on the stack by 60x * aquifer tweaks * add multi noise sampler for biome sampling
- Loading branch information
Showing
52 changed files
with
5,693 additions
and
26,886 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
pumpkin-world/assets/no_blend_no_beard_only_cell_cache_0_0.chunk
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
pumpkin-world/assets/no_blend_no_beard_only_cell_cache_flat_cache_0_0.chunk
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
pumpkin-world/assets/no_blend_no_beard_only_cell_cache_interpolated_0_0.chunk
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
pumpkin-world/assets/no_blend_no_beard_only_cell_cache_once_cache_0_0.chunk
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.