From a29c4ec411336513447ed278c3360573c6352f6b Mon Sep 17 00:00:00 2001 From: greggman Date: Fri, 8 Mar 2024 20:07:58 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=201d2cc?= =?UTF-8?q?4d0cf3b59b36f0126b334d07a777e19a4dc=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/SampleLayout.css | 6 + css/styles.css | 2 + index.html | 4 +- main.js | 5281 ++++++++++++++++++++++++++++++- main.js.map | 2 +- sample/bundleCulling/meta.ts | 10 + sample/clusteredShading/meta.ts | 10 + sample/metaballs/meta.ts | 10 + sample/pristineGrid/meta.ts | 10 + sample/spookyball/meta.ts | 10 + 10 files changed, 5272 insertions(+), 73 deletions(-) create mode 100644 sample/bundleCulling/meta.ts create mode 100644 sample/clusteredShading/meta.ts create mode 100644 sample/metaballs/meta.ts create mode 100644 sample/pristineGrid/meta.ts create mode 100644 sample/spookyball/meta.ts diff --git a/css/SampleLayout.css b/css/SampleLayout.css index e8fd6d94..fe186a40 100644 --- a/css/SampleLayout.css +++ b/css/SampleLayout.css @@ -1,3 +1,9 @@ +#sample { + flex: 1 1 auto; + display: flex; + flex-direction: column; +} + .sampleContainer { text-align: center; width: 100%; diff --git a/css/styles.css b/css/styles.css index 57618326..c96b0b41 100644 --- a/css/styles.css +++ b/css/styles.css @@ -30,6 +30,8 @@ a:hover { } main { + display: flex; + flex-direction: column; position: relative; flex: 1; background: black; diff --git a/index.html b/index.html index 833d737c..c653d30d 100644 --- a/index.html +++ b/index.html @@ -67,12 +67,12 @@

Other Pages