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

Commit

Permalink
replace pbs with smothlighting params
Browse files Browse the repository at this point in the history
  • Loading branch information
arf3lix committed Nov 13, 2023
1 parent 6b3c7e6 commit c0e2e78
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 c0e2e78

Please sign in to comment.