Improve rendering
This commit is contained in:
parent
f6c7abf8dc
commit
afe2a67ba0
20 changed files with 148 additions and 96 deletions
|
|
@ -19,25 +19,25 @@ export const settings: GameLoopSettings &
|
|||
BrushSettings &
|
||||
DiffusionSettings &
|
||||
RenderSettings = {
|
||||
agentCount: 1_000_000,
|
||||
agentCount: 500_000,
|
||||
renderSpeed: 1,
|
||||
startingRadius: 0.15,
|
||||
|
||||
brushWidth: 30,
|
||||
brushBlurWidth: 8,
|
||||
brushWidth: 20,
|
||||
brushWidthRandomness: 8,
|
||||
|
||||
trailWeight: 5,
|
||||
brushTrailWeight: 5,
|
||||
moveSpeed: 0.025,
|
||||
turnSpeed: 6,
|
||||
sensorAngleDegrees: 30,
|
||||
sensorOffsetDst: 0.025,
|
||||
|
||||
diffusionRateTrails: 0.8,
|
||||
decayRateTrails: 0.03,
|
||||
diffusionRateBrush: 0.9,
|
||||
decayRateBrush: 0.003,
|
||||
diffusionRateTrails: 6,
|
||||
decayRateTrails: 1,
|
||||
diffusionRateBrush: 4,
|
||||
decayRateBrush: 0.15,
|
||||
|
||||
brushColor: palette.yellow,
|
||||
brushColor: palette.blue,
|
||||
speciesColorA: palette.yellow,
|
||||
speciesColorB: palette.green,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue