Skip to content

Commit

Permalink
update by release action
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoiver committed Jan 4, 2024
0 parents commit 0d61298
Show file tree
Hide file tree
Showing 17 changed files with 3,567 additions and 0 deletions.
Binary file added assets/glsl_wgsl_compiler_bg-c7f2a0ea.wasm
Binary file not shown.
3,516 changes: 3,516 additions & 0 deletions assets/index-a37dd24c.js

Large diffs are not rendered by default.

Binary file added assets/negx-047052e7.jpg
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 assets/negy-52b4b951.jpg
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 assets/negz-1bc79f44.jpg
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 assets/posx-bfea380a.jpg
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 assets/posy-cc467777.jpg
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 assets/posz-d56085e5.jpg
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 glsl_wgsl_compiler_bg.wasm
Binary file not shown.
Binary file added images/Ryfjallet_cubemap.png
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 images/negx.jpg
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 images/negy.jpg
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 images/negz.jpg
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 images/posx.jpg
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 images/posy.jpg
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 images/posz.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<html>
<script type="module" crossorigin src="/renderer/assets/index-a37dd24c.js"></script>


<style>
.lil-gui.root {
position: absolute;
top: 0;
right: 0;
z-index: 1;
background: black;
}

.lil-gui.main li {
margin-left: 0 !important;
padding-left: 0 !important;
list-style-type: none !important;
}

.lil-gui li.title {
padding-left: 16px !important;
}

.lil-gui .c select {
color: black;
}

@keyframes animated-size {
0% {
width: 10px;
height: 500px;
}
50% {
width: 800px;
height: 500px;
}
100% {
width: 10px;
height: 500px;
}
}

.animatedCanvasSize {
animation-duration: 3s;
animation-iteration-count: infinite;
animation-name: animated-size;
animation-timing-function: ease;
}
</style>
<div id="container"></div>
</html>

0 comments on commit 0d61298

Please sign in to comment.