Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from fezro/temp-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamkob12 authored Nov 13, 2023
2 parents 6b3c7e6 + c0e2e78 commit 07c5e8a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/chunk/chunk_queue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,11 @@ impl ChunkQueue {
&grid,
&*breg,
MeshingAlgorithm::Culling,
Some(PbsParameters {
pbs_value: 0.4,
min: 0.2,
smoothing: PbsSmoothing::Low,
}),
Some(SmoothLightingParameters {
intensity: 0.5,
max: 0.7,
smoothing: 1.5,
apply_at_gen: true }),
)?;
Some((t, grid, cords))
});
Expand Down

0 comments on commit 07c5e8a

Please sign in to comment.