This website requires JavaScript.
Explore
Help
Register
Sign In
eric
/
matrix
Watch
1
Star
0
Fork
0
You've already forked matrix
mirror of
https://github.com/Rezmason/matrix.git
synced
2026-04-14 12:29:30 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6aa025870cfb9c9c11a97aa6cc398f6ec4412eea
matrix
/
js
/
regl
History
Rezmason
6aa025870c
Running prettier
2022-08-07 19:17:59 -07:00
..
bloomPass.js
Adding some more comments. Destructuring the context object in the pass modules. A little code cleanup in bloomPass. Changing the endPass sampler to be cheaper.
2021-11-15 01:05:05 -08:00
imagePass.js
The primary and bloom textures are now combined with a weight so that fainter bloom doesn't create a fainter overall effect.
2021-12-24 21:44:16 -08:00
lkgHelper.js
The lkg object shouldn't be retrieved from the device or spoofed unless holoplay is enabled.
2021-12-19 22:41:10 -08:00
main.js
Double click now toggles full screen. Delayed initializing regl until the camera is set up, so its start time comes after the visitor closes the browser prompt
2022-08-02 21:39:47 -07:00
mirrorPass.js
Running prettier
2022-08-07 19:17:59 -07:00
palettePass.js
The primary and bloom textures are now combined with a weight so that fainter bloom doesn't create a fainter overall effect.
2021-12-24 21:44:16 -08:00
quiltPass.js
Moved looking glass context logic into an "lkgHelper" module. Fixed math issues.
2021-12-19 22:02:19 -08:00
rainPass.js
You can now loop the effect. It's not super great, but it ought to make it easier to create repeating backgrounds or something.
2021-12-21 02:22:20 -08:00
resurrectionPass.js
The primary and bloom textures are now combined with a weight so that fainter bloom doesn't create a fainter overall effect.
2021-12-24 21:44:16 -08:00
stripePass.js
The primary and bloom textures are now combined with a weight so that fainter bloom doesn't create a fainter overall effect.
2021-12-24 21:44:16 -08:00
utils.js
Moved the makePyramid and resizePyramid methods from the regl solution's util module to bloomPass.
2021-11-09 20:06:59 -08:00