Skip to content

Commit

Permalink
Deploying to gh-pages from @ a475fa5 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed Jul 25, 2024
0 parents commit edf7ba2
Show file tree
Hide file tree
Showing 1,348 changed files with 3,029,438 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/demo/code.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/demo/code.svg.gz
Binary file not shown.
1 change: 1 addition & 0 deletions public/demo/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/demo/github.svg.gz
Binary file not shown.
49 changes: 49 additions & 0 deletions public/demo/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<title>Post Processing - Demo</title>
<link rel="stylesheet" href="styles.css">
<script defer src="index.js"></script>
</head>
<body>
<main id="viewport">
<div class="loading">
<p>Loading&hellip;</p>
<div class="progress-bar"><div></div></div>
</div>
</main>
<aside id="aside"></aside>
<footer>
<div class="info">
<img src="info.svg" alt="Information" title="Information">
<div class="hidden">
<p>
<a href="https://forums.xonotic.org/showthread.php?tid=3755">Skybox</a> by <a href="http://ingar.intranifty.net">Stijn Ingar Buys</a>
(<a href="https://creativecommons.org/licenses/by-sa/3.0/">CC-BY-SA-3.0</a>) |
<a href="https://www.inscapedigital.com/lens-dirt/">Lens Dirt</a> by <a href="https://twitter.com/inscapedigital?lang=en">Javert Valbarr</a>
</p>
<p>
LUTs by <a href="https://www.freepresets.com/product/free-luts-cinematic/">Presetpro</a>, <a href="https://www.rocketstock.com/free-after-effects-templates/35-free-luts-for-color-grading-videos/">Rocketstock</a> and <a href="https://forums.unrealengine.com/community/community-content-tools-and-tutorials/19151-lut-table-pack?48641-LUT-Table-Pack=">Tom Shannon</a>
</p>
<p>
<a href="https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/Sponza">Sponza</a> by <a href="https://www.cryengine.com/marketplace/product/CEMP-1102">Crytek</a>
(<a href="https://www.cryengine.com/ce-terms">CRYENGINE Limited License Agreement</a>)
</p>
<p>
<a href="https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/RiggedSimple">RiggedSimple</a> by <a href="https://cesiumjs.org/">CesiumJS</a>
(<a href="https://creativecommons.org/licenses/by/4.0/">CC-BY-4.0</a>)
</p>
<p>Press H to hide all UI elements</p>
</div>
</div>
<a class="code" href="https://github.com/pmndrs/postprocessing/tree/main/demo/src/demos" target="_blank" rel="noopener">
<img src="code.svg" alt="Source code" title="Source code">
</a>
<a class="github" href="https://github.com/pmndrs/postprocessing" target="_blank" rel="noopener">
<img src="github.svg" alt="GitHub" title="Repository">
</a>
</footer>
</body>
</html>
Binary file added public/demo/index.html.gz
Binary file not shown.
4,577 changes: 4,577 additions & 0 deletions public/demo/index.js

Large diffs are not rendered by default.

Binary file added public/demo/index.js.gz
Binary file not shown.
1 change: 1 addition & 0 deletions public/demo/info.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/demo/info.svg.gz
Binary file not shown.
10 changes: 10 additions & 0 deletions public/demo/models/rigged-simple/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Rigged Simple
## Screenshot

![screenshot](screenshot/screenshot.gif)

## License Information

Donated by [Cesium](http://cesiumjs.org/) for glTF testing.

This model is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).
Binary file added public/demo/models/rigged-simple/README.md.gz
Binary file not shown.
Loading

0 comments on commit edf7ba2

Please sign in to comment.