Skip to content

Commit

Permalink
fewer pedestrians in 'sparse' mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Algorush committed Aug 8, 2023
1 parent a3cc351 commit bbc3ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aframe-streetmix-parsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ function createSidewalkClonedVariants (BasePositionX, segmentWidthInMeters, dens
const zValueRange = getZPositions((-0.5 * streetLength), (0.5 * streetLength), 1.5);
const densityFactors = {
empty: 0,
sparse: 0.0625,
sparse: 0.03,
normal: 0.125,
dense: 0.25
};
Expand Down

0 comments on commit bbc3ea5

Please sign in to comment.