-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: [core] Add a unidirectional Perlin Ground HeightmapFunction (#799)
* [core] Minor improvement periodic Perlin process and periodic stair ground. * [core] 'PeriodicGaussianProcess' and 'PeriodicFourierProcess' are now differentiable. * [core] Fix negative time support for all existing random processes. * [core] Add N-dimension Perlin processes. * [core] Add gradient computation for all Perlin processes. * [core] Make all Perlin processes faster and copy-able. * [core] Add Perlin ground generators. --------- Co-authored-by: Alexis Duburcq <alexis.duburcq@gmail.com>
- Loading branch information
Showing
13 changed files
with
1,088 additions
and
476 deletions.
There are no files selected for viewing
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
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.