From 1689e6ab0c72a9e9196cff66f4672e6a1fcc40cb Mon Sep 17 00:00:00 2001 From: Ivan Avdeev Date: Mon, 11 Sep 2023 12:32:34 -0400 Subject: [PATCH] add 64^3 rgba8 bluenoise textures --- valve/bluenoise/COPYING.txt | 121 ++++++++++++++++++++++++++++++++ valve/bluenoise/LDR_RGBA_0.png | 3 + valve/bluenoise/LDR_RGBA_1.png | 3 + valve/bluenoise/LDR_RGBA_10.png | 3 + valve/bluenoise/LDR_RGBA_11.png | 3 + valve/bluenoise/LDR_RGBA_12.png | 3 + valve/bluenoise/LDR_RGBA_13.png | 3 + valve/bluenoise/LDR_RGBA_14.png | 3 + valve/bluenoise/LDR_RGBA_15.png | 3 + valve/bluenoise/LDR_RGBA_16.png | 3 + valve/bluenoise/LDR_RGBA_17.png | 3 + valve/bluenoise/LDR_RGBA_18.png | 3 + valve/bluenoise/LDR_RGBA_19.png | 3 + valve/bluenoise/LDR_RGBA_2.png | 3 + valve/bluenoise/LDR_RGBA_20.png | 3 + valve/bluenoise/LDR_RGBA_21.png | 3 + valve/bluenoise/LDR_RGBA_22.png | 3 + valve/bluenoise/LDR_RGBA_23.png | 3 + valve/bluenoise/LDR_RGBA_24.png | 3 + valve/bluenoise/LDR_RGBA_25.png | 3 + valve/bluenoise/LDR_RGBA_26.png | 3 + valve/bluenoise/LDR_RGBA_27.png | 3 + valve/bluenoise/LDR_RGBA_28.png | 3 + valve/bluenoise/LDR_RGBA_29.png | 3 + valve/bluenoise/LDR_RGBA_3.png | 3 + valve/bluenoise/LDR_RGBA_30.png | 3 + valve/bluenoise/LDR_RGBA_31.png | 3 + valve/bluenoise/LDR_RGBA_32.png | 3 + valve/bluenoise/LDR_RGBA_33.png | 3 + valve/bluenoise/LDR_RGBA_34.png | 3 + valve/bluenoise/LDR_RGBA_35.png | 3 + valve/bluenoise/LDR_RGBA_36.png | 3 + valve/bluenoise/LDR_RGBA_37.png | 3 + valve/bluenoise/LDR_RGBA_38.png | 3 + valve/bluenoise/LDR_RGBA_39.png | 3 + valve/bluenoise/LDR_RGBA_4.png | 3 + valve/bluenoise/LDR_RGBA_40.png | 3 + valve/bluenoise/LDR_RGBA_41.png | 3 + valve/bluenoise/LDR_RGBA_42.png | 3 + valve/bluenoise/LDR_RGBA_43.png | 3 + valve/bluenoise/LDR_RGBA_44.png | 3 + valve/bluenoise/LDR_RGBA_45.png | 3 + valve/bluenoise/LDR_RGBA_46.png | 3 + valve/bluenoise/LDR_RGBA_47.png | 3 + valve/bluenoise/LDR_RGBA_48.png | 3 + valve/bluenoise/LDR_RGBA_49.png | 3 + valve/bluenoise/LDR_RGBA_5.png | 3 + valve/bluenoise/LDR_RGBA_50.png | 3 + valve/bluenoise/LDR_RGBA_51.png | 3 + valve/bluenoise/LDR_RGBA_52.png | 3 + valve/bluenoise/LDR_RGBA_53.png | 3 + valve/bluenoise/LDR_RGBA_54.png | 3 + valve/bluenoise/LDR_RGBA_55.png | 3 + valve/bluenoise/LDR_RGBA_56.png | 3 + valve/bluenoise/LDR_RGBA_57.png | 3 + valve/bluenoise/LDR_RGBA_58.png | 3 + valve/bluenoise/LDR_RGBA_59.png | 3 + valve/bluenoise/LDR_RGBA_6.png | 3 + valve/bluenoise/LDR_RGBA_60.png | 3 + valve/bluenoise/LDR_RGBA_61.png | 3 + valve/bluenoise/LDR_RGBA_62.png | 3 + valve/bluenoise/LDR_RGBA_63.png | 3 + valve/bluenoise/LDR_RGBA_7.png | 3 + valve/bluenoise/LDR_RGBA_8.png | 3 + valve/bluenoise/LDR_RGBA_9.png | 3 + valve/bluenoise/LICENSE.txt | 9 +++ 66 files changed, 322 insertions(+) create mode 100644 valve/bluenoise/COPYING.txt create mode 100644 valve/bluenoise/LDR_RGBA_0.png create mode 100644 valve/bluenoise/LDR_RGBA_1.png create mode 100644 valve/bluenoise/LDR_RGBA_10.png create mode 100644 valve/bluenoise/LDR_RGBA_11.png create mode 100644 valve/bluenoise/LDR_RGBA_12.png create mode 100644 valve/bluenoise/LDR_RGBA_13.png create mode 100644 valve/bluenoise/LDR_RGBA_14.png create mode 100644 valve/bluenoise/LDR_RGBA_15.png create mode 100644 valve/bluenoise/LDR_RGBA_16.png create mode 100644 valve/bluenoise/LDR_RGBA_17.png create mode 100644 valve/bluenoise/LDR_RGBA_18.png create mode 100644 valve/bluenoise/LDR_RGBA_19.png create mode 100644 valve/bluenoise/LDR_RGBA_2.png create mode 100644 valve/bluenoise/LDR_RGBA_20.png create mode 100644 valve/bluenoise/LDR_RGBA_21.png create mode 100644 valve/bluenoise/LDR_RGBA_22.png create mode 100644 valve/bluenoise/LDR_RGBA_23.png create mode 100644 valve/bluenoise/LDR_RGBA_24.png create mode 100644 valve/bluenoise/LDR_RGBA_25.png create mode 100644 valve/bluenoise/LDR_RGBA_26.png create mode 100644 valve/bluenoise/LDR_RGBA_27.png create mode 100644 valve/bluenoise/LDR_RGBA_28.png create mode 100644 valve/bluenoise/LDR_RGBA_29.png create mode 100644 valve/bluenoise/LDR_RGBA_3.png create mode 100644 valve/bluenoise/LDR_RGBA_30.png create mode 100644 valve/bluenoise/LDR_RGBA_31.png create mode 100644 valve/bluenoise/LDR_RGBA_32.png create mode 100644 valve/bluenoise/LDR_RGBA_33.png create mode 100644 valve/bluenoise/LDR_RGBA_34.png create mode 100644 valve/bluenoise/LDR_RGBA_35.png create mode 100644 valve/bluenoise/LDR_RGBA_36.png create mode 100644 valve/bluenoise/LDR_RGBA_37.png create mode 100644 valve/bluenoise/LDR_RGBA_38.png create mode 100644 valve/bluenoise/LDR_RGBA_39.png create mode 100644 valve/bluenoise/LDR_RGBA_4.png create mode 100644 valve/bluenoise/LDR_RGBA_40.png create mode 100644 valve/bluenoise/LDR_RGBA_41.png create mode 100644 valve/bluenoise/LDR_RGBA_42.png create mode 100644 valve/bluenoise/LDR_RGBA_43.png create mode 100644 valve/bluenoise/LDR_RGBA_44.png create mode 100644 valve/bluenoise/LDR_RGBA_45.png create mode 100644 valve/bluenoise/LDR_RGBA_46.png create mode 100644 valve/bluenoise/LDR_RGBA_47.png create mode 100644 valve/bluenoise/LDR_RGBA_48.png create mode 100644 valve/bluenoise/LDR_RGBA_49.png create mode 100644 valve/bluenoise/LDR_RGBA_5.png create mode 100644 valve/bluenoise/LDR_RGBA_50.png create mode 100644 valve/bluenoise/LDR_RGBA_51.png create mode 100644 valve/bluenoise/LDR_RGBA_52.png create mode 100644 valve/bluenoise/LDR_RGBA_53.png create mode 100644 valve/bluenoise/LDR_RGBA_54.png create mode 100644 valve/bluenoise/LDR_RGBA_55.png create mode 100644 valve/bluenoise/LDR_RGBA_56.png create mode 100644 valve/bluenoise/LDR_RGBA_57.png create mode 100644 valve/bluenoise/LDR_RGBA_58.png create mode 100644 valve/bluenoise/LDR_RGBA_59.png create mode 100644 valve/bluenoise/LDR_RGBA_6.png create mode 100644 valve/bluenoise/LDR_RGBA_60.png create mode 100644 valve/bluenoise/LDR_RGBA_61.png create mode 100644 valve/bluenoise/LDR_RGBA_62.png create mode 100644 valve/bluenoise/LDR_RGBA_63.png create mode 100644 valve/bluenoise/LDR_RGBA_7.png create mode 100644 valve/bluenoise/LDR_RGBA_8.png create mode 100644 valve/bluenoise/LDR_RGBA_9.png create mode 100644 valve/bluenoise/LICENSE.txt diff --git a/valve/bluenoise/COPYING.txt b/valve/bluenoise/COPYING.txt new file mode 100644 index 0000000..0e259d4 --- /dev/null +++ b/valve/bluenoise/COPYING.txt @@ -0,0 +1,121 @@ +Creative Commons Legal Code + +CC0 1.0 Universal + + CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE + LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN + ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS + INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES + REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS + PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM + THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED + HEREUNDER. + +Statement of Purpose + +The laws of most jurisdictions throughout the world automatically confer +exclusive Copyright and Related Rights (defined below) upon the creator +and subsequent owner(s) (each and all, an "owner") of an original work of +authorship and/or a database (each, a "Work"). + +Certain owners wish to permanently relinquish those rights to a Work for +the purpose of contributing to a commons of creative, cultural and +scientific works ("Commons") that the public can reliably and without fear +of later claims of infringement build upon, modify, incorporate in other +works, reuse and redistribute as freely as possible in any form whatsoever +and for any purposes, including without limitation commercial purposes. +These owners may contribute to the Commons to promote the ideal of a free +culture and the further production of creative, cultural and scientific +works, or to gain reputation or greater distribution for their Work in +part through the use and efforts of others. + +For these and/or other purposes and motivations, and without any +expectation of additional consideration or compensation, the person +associating CC0 with a Work (the "Affirmer"), to the extent that he or she +is an owner of Copyright and Related Rights in the Work, voluntarily +elects to apply CC0 to the Work and publicly distribute the Work under its +terms, with knowledge of his or her Copyright and Related Rights in the +Work and the meaning and intended legal effect of CC0 on those rights. + +1. Copyright and Related Rights. A Work made available under CC0 may be +protected by copyright and related or neighboring rights ("Copyright and +Related Rights"). Copyright and Related Rights include, but are not +limited to, the following: + + i. the right to reproduce, adapt, distribute, perform, display, + communicate, and translate a Work; + ii. moral rights retained by the original author(s) and/or performer(s); +iii. publicity and privacy rights pertaining to a person's image or + likeness depicted in a Work; + iv. rights protecting against unfair competition in regards to a Work, + subject to the limitations in paragraph 4(a), below; + v. rights protecting the extraction, dissemination, use and reuse of data + in a Work; + vi. database rights (such as those arising under Directive 96/9/EC of the + European Parliament and of the Council of 11 March 1996 on the legal + protection of databases, and under any national implementation + thereof, including any amended or successor version of such + directive); and +vii. other similar, equivalent or corresponding rights throughout the + world based on applicable law or treaty, and any national + implementations thereof. + +2. Waiver. To the greatest extent permitted by, but not in contravention +of, applicable law, Affirmer hereby overtly, fully, permanently, +irrevocably and unconditionally waives, abandons, and surrenders all of +Affirmer's Copyright and Related Rights and associated claims and causes +of action, whether now known or unknown (including existing as well as +future claims and causes of action), in the Work (i) in all territories +worldwide, (ii) for the maximum duration provided by applicable law or +treaty (including future time extensions), (iii) in any current or future +medium and for any number of copies, and (iv) for any purpose whatsoever, +including without limitation commercial, advertising or promotional +purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each +member of the public at large and to the detriment of Affirmer's heirs and +successors, fully intending that such Waiver shall not be subject to +revocation, rescission, cancellation, termination, or any other legal or +equitable action to disrupt the quiet enjoyment of the Work by the public +as contemplated by Affirmer's express Statement of Purpose. + +3. Public License Fallback. Should any part of the Waiver for any reason +be judged legally invalid or ineffective under applicable law, then the +Waiver shall be preserved to the maximum extent permitted taking into +account Affirmer's express Statement of Purpose. In addition, to the +extent the Waiver is so judged Affirmer hereby grants to each affected +person a royalty-free, non transferable, non sublicensable, non exclusive, +irrevocable and unconditional license to exercise Affirmer's Copyright and +Related Rights in the Work (i) in all territories worldwide, (ii) for the +maximum duration provided by applicable law or treaty (including future +time extensions), (iii) in any current or future medium and for any number +of copies, and (iv) for any purpose whatsoever, including without +limitation commercial, advertising or promotional purposes (the +"License"). The License shall be deemed effective as of the date CC0 was +applied by Affirmer to the Work. Should any part of the License for any +reason be judged legally invalid or ineffective under applicable law, such +partial invalidity or ineffectiveness shall not invalidate the remainder +of the License, and in such case Affirmer hereby affirms that he or she +will not (i) exercise any of his or her remaining Copyright and Related +Rights in the Work or (ii) assert any associated claims and causes of +action with respect to the Work, in either case contrary to Affirmer's +express Statement of Purpose. + +4. Limitations and Disclaimers. + + a. No trademark or patent rights held by Affirmer are waived, abandoned, + surrendered, licensed or otherwise affected by this document. + b. Affirmer offers the Work as-is and makes no representations or + warranties of any kind concerning the Work, express, implied, + statutory or otherwise, including without limitation warranties of + title, merchantability, fitness for a particular purpose, non + infringement, or the absence of latent or other defects, accuracy, or + the present or absence of errors, whether or not discoverable, all to + the greatest extent permissible under applicable law. + c. Affirmer disclaims responsibility for clearing rights of other persons + that may apply to the Work or any use thereof, including without + limitation any person's Copyright and Related Rights in the Work. + Further, Affirmer disclaims responsibility for obtaining any necessary + consents, permissions or other rights required for any use of the + Work. + d. Affirmer understands and acknowledges that Creative Commons is not a + party to this document and has no duty or obligation with respect to + this CC0 or use of the Work. diff --git a/valve/bluenoise/LDR_RGBA_0.png b/valve/bluenoise/LDR_RGBA_0.png new file mode 100644 index 0000000..6cbfe1e --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6178e0d3c899ddf38e116daff43eb5f60cff008131c7b66d62907e11d7e31f0f +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_1.png b/valve/bluenoise/LDR_RGBA_1.png new file mode 100644 index 0000000..72e234e --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba6a96d23d055fc7255506dd9bd91d0c8ba9e085e07946780cef80c01064040 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_10.png b/valve/bluenoise/LDR_RGBA_10.png new file mode 100644 index 0000000..4ea6595 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d6caa68deb0830e725629be58ebc425cc7bd5e4c51f5729d70b6a372cbb12e5 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_11.png b/valve/bluenoise/LDR_RGBA_11.png new file mode 100644 index 0000000..f8d58b3 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:095fe963649bac13d56d78c25ad561f774cda65aa1554062991ed3bf89b9eff2 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_12.png b/valve/bluenoise/LDR_RGBA_12.png new file mode 100644 index 0000000..d37d19a --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eca39b07e3564e1c09a1276df4405a6a0b98e0a79d0140effb0b342ae9ac280 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_13.png b/valve/bluenoise/LDR_RGBA_13.png new file mode 100644 index 0000000..608ca69 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f6b25799e60008ac3b6089f81fecf1c49282a740d4d94d44af64c9223ab9d6f +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_14.png b/valve/bluenoise/LDR_RGBA_14.png new file mode 100644 index 0000000..66e6482 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527410eaf8c42c7c5ca02979a5a0553061045334f118a66b5e6f76f974b2c6aa +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_15.png b/valve/bluenoise/LDR_RGBA_15.png new file mode 100644 index 0000000..18c37cb --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e505b315535fd670cfd687737f46b748cd693a6f36603dd3c87209740201f9e5 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_16.png b/valve/bluenoise/LDR_RGBA_16.png new file mode 100644 index 0000000..a6a3d5d --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf2286fde4dbdb703fb2db2d017a353b1c846d3bcd9518a42a88aacf9978bcc1 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_17.png b/valve/bluenoise/LDR_RGBA_17.png new file mode 100644 index 0000000..d2dcc4d --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87f7e15bd7810b3d5a6b6db3419ca70322f638e70f7e29bb78518ff4c7b37a72 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_18.png b/valve/bluenoise/LDR_RGBA_18.png new file mode 100644 index 0000000..d0065d2 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a7eec0e57be4793a879e920b9b6986d32f8953ea968ae44654dc842f0ee2da0 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_19.png b/valve/bluenoise/LDR_RGBA_19.png new file mode 100644 index 0000000..02ee6bd --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3f0e46ec516ad28fbfe45fd459e3fd5ad2039090a48f05aa4a908b775922482 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_2.png b/valve/bluenoise/LDR_RGBA_2.png new file mode 100644 index 0000000..3a1e2bb --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00eed66acd1da266729cc332bbf639a33ce21a3854160e2af39341105c0643b7 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_20.png b/valve/bluenoise/LDR_RGBA_20.png new file mode 100644 index 0000000..291ab18 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e686abe5e6cfd3751fa4bd2bf2e6ebb08949bd91f21d0764decccc1bf26f579d +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_21.png b/valve/bluenoise/LDR_RGBA_21.png new file mode 100644 index 0000000..d872c14 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b536d397b1055c4fcb9dcd1b84061582681e56fca319bcbec3e82ea36b317d10 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_22.png b/valve/bluenoise/LDR_RGBA_22.png new file mode 100644 index 0000000..b06b3cb --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84d036caf43bc01cc0ad20f9a3a83631ee39468e84727c227dd825a4ef5876c3 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_23.png b/valve/bluenoise/LDR_RGBA_23.png new file mode 100644 index 0000000..8c0c165 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4acdee73e110169a93528c43d4eab1bca7e7b250a3f22b6a6b47b842af1e603 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_24.png b/valve/bluenoise/LDR_RGBA_24.png new file mode 100644 index 0000000..fefc1eb --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:243b5b40e5acea025610047b07c00a90a8bf4a700b95276af94751d7bfd4a4fc +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_25.png b/valve/bluenoise/LDR_RGBA_25.png new file mode 100644 index 0000000..704fa9c --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ceba9d9e802b49aa2aee6d6ae0b6fcd6b99b9a40654702022eebf0b6287d823 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_26.png b/valve/bluenoise/LDR_RGBA_26.png new file mode 100644 index 0000000..fc0eda4 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b6b4412bb005db20d3bda343b430ea743333877f2904730523958239ea6fe7e +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_27.png b/valve/bluenoise/LDR_RGBA_27.png new file mode 100644 index 0000000..f04b0b8 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:def205609d252afcae59b6414dfbcfbc3b0f67fa558114bf45cedeabd7b9d8e3 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_28.png b/valve/bluenoise/LDR_RGBA_28.png new file mode 100644 index 0000000..d9d716f --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331a341574e2b213104e279af0ad4fea6266309b704cfa3a8ee4f1d18db957a4 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_29.png b/valve/bluenoise/LDR_RGBA_29.png new file mode 100644 index 0000000..f6e3b36 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b17c1a59894d0075633dc7c0bd37b510880cb91e9e0bcbfa49d7e9b518b38250 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_3.png b/valve/bluenoise/LDR_RGBA_3.png new file mode 100644 index 0000000..a31f0a6 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9a1bfaa8ac7af0225d86a62666387d406e0eff8874addff8326fffa8205809 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_30.png b/valve/bluenoise/LDR_RGBA_30.png new file mode 100644 index 0000000..3e5d417 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb8d45612f85377ee73a9d410be1690ed916aea2e68c1f7fb2a124245e51de37 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_31.png b/valve/bluenoise/LDR_RGBA_31.png new file mode 100644 index 0000000..d679269 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:219c576edd0cedee7b9c64a29b21902233be51f82fe3afbbc637783a86542e4d +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_32.png b/valve/bluenoise/LDR_RGBA_32.png new file mode 100644 index 0000000..b3feb23 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc751d24953f66d4e82e612a5dfff9865566542a024bf479e5a83eabc21ab471 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_33.png b/valve/bluenoise/LDR_RGBA_33.png new file mode 100644 index 0000000..86696bf --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59fa6ee132847ab0b71b53efed0dbf246e2c5062654d447972be8a8790d68323 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_34.png b/valve/bluenoise/LDR_RGBA_34.png new file mode 100644 index 0000000..b4f9ed9 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71bc0c419f43f474bed06ca61e8a667f4f0812c1adf56252d7ddf39bbccf59aa +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_35.png b/valve/bluenoise/LDR_RGBA_35.png new file mode 100644 index 0000000..82b11ba --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c58ba26bcc71fab9860febd4dbd4e538fd0db96a43e495c0b1aeb264976a7e61 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_36.png b/valve/bluenoise/LDR_RGBA_36.png new file mode 100644 index 0000000..c74d682 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78730d9e63310834d587ba14cf6b9f6a8aab8cdfbbd4b3b1813b0e068ca8f855 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_37.png b/valve/bluenoise/LDR_RGBA_37.png new file mode 100644 index 0000000..2ea22ed --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_37.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f5a1db6e32898c08916e487d01e2d952637b3ff2bd51118cfbb8aca3cd0af3a +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_38.png b/valve/bluenoise/LDR_RGBA_38.png new file mode 100644 index 0000000..6419036 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1efd6bb64912522e0bf9e3aaff18a9673e1f19be697e1a502127a4ddf652ff72 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_39.png b/valve/bluenoise/LDR_RGBA_39.png new file mode 100644 index 0000000..9873c3a --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7297655cc9fc1dff463583b2cc47568ce762e2489c87fc087b6cae4a832021ae +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_4.png b/valve/bluenoise/LDR_RGBA_4.png new file mode 100644 index 0000000..7c85e5a --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0bdb73eae5eae201391bf6d680633caff15c72a78fb250c9d2eb17645985225 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_40.png b/valve/bluenoise/LDR_RGBA_40.png new file mode 100644 index 0000000..f5b6ddc --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be9fa8c6ff6c159dd4076d7b42376d3e24a9f16bf29b7cabd93f7bf24633544 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_41.png b/valve/bluenoise/LDR_RGBA_41.png new file mode 100644 index 0000000..6c55721 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_41.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34943256d49c6b50a063f783e3c0dc13b8292dcfe0907b330678944234cfb3fb +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_42.png b/valve/bluenoise/LDR_RGBA_42.png new file mode 100644 index 0000000..8b41130 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_42.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e9884f74cf7350dda9a3558e2d765d506de9caac6fd773aeb86a7e696599496 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_43.png b/valve/bluenoise/LDR_RGBA_43.png new file mode 100644 index 0000000..92cb000 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_43.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b11d4b56e840c0c1d0769ac85235d0e2333aa0553a3e27d0914318a8f403431 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_44.png b/valve/bluenoise/LDR_RGBA_44.png new file mode 100644 index 0000000..1f77d50 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_44.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41efe66290688f8d60dc3fd638f457eb822f5fa55e80e8e5e9a31b02bb7875c0 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_45.png b/valve/bluenoise/LDR_RGBA_45.png new file mode 100644 index 0000000..f872687 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_45.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff9a717ec7004d5a75bdc6491073c2b55183aa5a344e32877cf9107b1d1bd1cc +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_46.png b/valve/bluenoise/LDR_RGBA_46.png new file mode 100644 index 0000000..51a1dd5 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_46.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfca8274c4950fcf796679d9cc50c38be053c09dfc672992eacd53214eea88a0 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_47.png b/valve/bluenoise/LDR_RGBA_47.png new file mode 100644 index 0000000..e52275e --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_47.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:136e1de47b19583ca6b3a35bfb89aad96d2f4191740f45e345ec37ae645f62d5 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_48.png b/valve/bluenoise/LDR_RGBA_48.png new file mode 100644 index 0000000..715181c --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_48.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5307f7c5171a235fbd75b1d4c770bb6bce74621191d8552bbc97fc29ceb34d31 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_49.png b/valve/bluenoise/LDR_RGBA_49.png new file mode 100644 index 0000000..3d82b5b --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_49.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fcd189dcf0714d792f625ebb3518e1cbd6efb215fc853caf90b96b41f42072d +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_5.png b/valve/bluenoise/LDR_RGBA_5.png new file mode 100644 index 0000000..accdf37 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7108718b99ad5d5c0723c71cbe92ceae9aeec3d9f160a73ddc3ad45d1bff0ebe +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_50.png b/valve/bluenoise/LDR_RGBA_50.png new file mode 100644 index 0000000..91ee437 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_50.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d39a95d3d2c6d76356fe6d490b91f775ea860bf82efe1519d22a9fd4e58d7599 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_51.png b/valve/bluenoise/LDR_RGBA_51.png new file mode 100644 index 0000000..71809df --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_51.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d106895a11afc7138ed42a9a82d5884abbf6b2927e40c3ebfa47952046eb07f +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_52.png b/valve/bluenoise/LDR_RGBA_52.png new file mode 100644 index 0000000..316cf64 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_52.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9fcccb16f5903a634392229778a8b8e4d1045cc1d69d4cdf589df06af6f250f +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_53.png b/valve/bluenoise/LDR_RGBA_53.png new file mode 100644 index 0000000..effd7b8 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_53.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e976f191eeaa9d0b71c0111a067791ecb3456056abaf8dd92d187c528d4100c +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_54.png b/valve/bluenoise/LDR_RGBA_54.png new file mode 100644 index 0000000..204923a --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_54.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d14c872bf476bbf1d6c1852f8deedb8c4b03a07eab06760674e1e0ff8970a79c +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_55.png b/valve/bluenoise/LDR_RGBA_55.png new file mode 100644 index 0000000..39050d3 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_55.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c50857f3a9c6a2a5a813c424c34091f4dd5593681e74e62722b8ebf6ba3c9156 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_56.png b/valve/bluenoise/LDR_RGBA_56.png new file mode 100644 index 0000000..91edc50 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_56.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:388d5ac8ccccffc4f61cdcb435c31b5678069c9f7653519b148176603041b4fc +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_57.png b/valve/bluenoise/LDR_RGBA_57.png new file mode 100644 index 0000000..3cffd39 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_57.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d52bb4088909353e5f1cb39028c7c7534cca335ef5355453768a87b7bfa3556 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_58.png b/valve/bluenoise/LDR_RGBA_58.png new file mode 100644 index 0000000..fb5f744 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_58.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1adc112ae7963d3cdf80da0cf978ad657984d46b6cd6182d841716c7a7dcb314 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_59.png b/valve/bluenoise/LDR_RGBA_59.png new file mode 100644 index 0000000..2201caa --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_59.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e19b5321733a352f08cb40e220d363c766c258c2978016e1b1ed7636fb15fe1b +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_6.png b/valve/bluenoise/LDR_RGBA_6.png new file mode 100644 index 0000000..0b10583 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3220c3054fccc60799499fc30d3ba55ad1f888b197901d20a3f7340e79ba5fef +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_60.png b/valve/bluenoise/LDR_RGBA_60.png new file mode 100644 index 0000000..1b767ff --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_60.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a495e0e46c26818aacd4b7c319c65b229618d7444647d78052f4e05d78af2a4c +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_61.png b/valve/bluenoise/LDR_RGBA_61.png new file mode 100644 index 0000000..94e1db7 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_61.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01fbdd6e0b0ec06ac8c78d6e4e31b25f5355e95512f96276a27906df2a2f61fc +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_62.png b/valve/bluenoise/LDR_RGBA_62.png new file mode 100644 index 0000000..2e2a9d0 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_62.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0691bb2ee072890b3e2f8eddc213cefccd88f0994c8ec07b7984c2567eefec2 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_63.png b/valve/bluenoise/LDR_RGBA_63.png new file mode 100644 index 0000000..20359b3 --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_63.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd8d4cf9be4b964959ac307e47d70bda1c633053b4549e3b29dc723b31081aa9 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_7.png b/valve/bluenoise/LDR_RGBA_7.png new file mode 100644 index 0000000..9afb19b --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d884ee037b16a8fa0ef778eaa1bb7917b9f5d3c11a01d61850ab3d3a5ce0a7 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_8.png b/valve/bluenoise/LDR_RGBA_8.png new file mode 100644 index 0000000..8a1f59c --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2866fa5547b2328993c77328dcdd3ffc3f13b6154493ab24f2a96ad4b9d73b1 +size 16521 diff --git a/valve/bluenoise/LDR_RGBA_9.png b/valve/bluenoise/LDR_RGBA_9.png new file mode 100644 index 0000000..541b94e --- /dev/null +++ b/valve/bluenoise/LDR_RGBA_9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5590b7d9a3a66945809d8bc639b306d14dbad8235ee1da8aaab4c71930e30b9 +size 16521 diff --git a/valve/bluenoise/LICENSE.txt b/valve/bluenoise/LICENSE.txt new file mode 100644 index 0000000..6dbab60 --- /dev/null +++ b/valve/bluenoise/LICENSE.txt @@ -0,0 +1,9 @@ +To the extent possible under law, Christoph Peters has waived all copyright and +related or neighboring rights to the files in this directory and its +subdirectories. This work is published from: Germany. + +The work is made available under the terms of the Creative Commons CC0 Public +Domain Dedication. + +For more information please visit: +https://creativecommons.org/publicdomain/zero/1.0/