Adding a "3d" version, since just turning on volumetric doesn't look particularly good with the other recent config changes.

This commit is contained in:
Rezmason
2022-09-06 01:15:35 -07:00
parent bfa18d6926
commit c1fa822299
2 changed files with 9 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
### TL;DR
- [Classic Matrix code](https://rezmason.github.io/matrix)
- [3D mode](https://rezmason.github.io/matrix?volumetric=true)
- [3D mode](https://rezmason.github.io/matrix?version=3d)
- [Holographic version](https://rezmason.github.io/matrix?version=holoplay) (requires a Looking Glass display; see it in action [here](https://www.youtube.com/watch?v=gwA9hfq1Ing))
- Mirror mode, [with camera](https://rezmason.github.io/matrix/?version=updated&effect=mirror&camera=true) and [without](rezmason.github.io/matrix/?version=updated&effect=mirror). (Click to make ripples.)
- [Matrix Resurrections updated code (WIP)](https://rezmason.github.io/matrix?version=resurrections)

View File

@@ -239,6 +239,14 @@ const versions = {
density: 3,
useHoloplay: true,
},
['3d']: {
volumetric: true,
fallSpeed: 0.5,
baseBrightness: -0.9,
baseContrast: 1.5,
raindropLength: 0.3
}
};
versions.throwback = versions.operator;
versions.updated = versions.resurrections;