Skip to content

Commit

Permalink
Merge pull request #328 from 3DStreet/fewer-pedestrians
Browse files Browse the repository at this point in the history
fewer pedestrians in 'sparse' mode
  • Loading branch information
kfarr authored Aug 8, 2023
2 parents f188a1e + bbc3ea5 commit ebdbe25
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 ebdbe25

Please sign in to comment.