Skip to content

Commit

Permalink
Merge main into sweep/add-console-log
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Aug 8, 2023
2 parents 4e8ef09 + ebdbe25 commit 2362122
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 2362122

Please sign in to comment.