mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 02:21:24 +01:00
fix: skip coastline out points wip
This commit is contained in:
parent
3215b6f0d2
commit
19d7f239c1
9 changed files with 262 additions and 64 deletions
|
|
@ -15,7 +15,7 @@ export interface ILakeClimateData extends IPackFeatureLake {
|
|||
|
||||
export const getClimateData = function (
|
||||
lakes: IPackFeatureLake[],
|
||||
heights: number[],
|
||||
heights: Float32Array,
|
||||
drainableLakes: Dict<boolean>,
|
||||
gridReference: IPack["cells"]["g"],
|
||||
precipitation: IGrid["cells"]["prec"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue