-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
29 lines (18 loc) · 801 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
CHANGES to the Anagrama shader collection.
_______________________________________________________________________________
Jun. 17, XXIV:
A total restructuring to this repository, adopting the new name of Anagrama.
---
Jun. 19, XXIV [7226356]:
- Added aphysical blending to Blur, which allows for the use of thresholds,
whereby the simulation of highlight diffusion filters is eased. Not additive
blending.
- Created the Anamorpho program. It simulates the anamorphic process in form
of a shader to let different effects look as they would under a real anamorphic
lens. Writes to the backbuffer; requires two techniques: one to squeeze, the
second to desqueeze.
---
Jun. 21, XXIV [9e0dac4]:
- Added blue noise dither to Blur and Hyperblur to reduce banding.
- Changed Anamorpho UI.
...