Skip to content

Commit

Permalink
feat: add fragment hider
Browse files Browse the repository at this point in the history
  • Loading branch information
agviegas committed Apr 30, 2024
1 parent d2bcb7e commit 853fb89
Show file tree
Hide file tree
Showing 10 changed files with 118 additions and 352 deletions.
1 change: 1 addition & 0 deletions examples/Cullers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<link rel="modulepreload" crossorigin href="../assets/simple-camera-7eQiTi1-.js">
<link rel="modulepreload" crossorigin href="../assets/index-BM5Qb3sJ.js">
<link rel="modulepreload" crossorigin href="../assets/index-7NHQL-B9.js">
<link rel="modulepreload" crossorigin href="../assets/index-BmqWqEOu.js">
</head>

<body>
Expand Down
41 changes: 41 additions & 0 deletions examples/FragmentHider/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="../../resources/styles.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="icon" type="image/x-icon" href="../../resources/favicon.ico">
<title>Fragment Hider</title>
<style>
body {
margin: 0;
padding: 0;
}

.full-screen {
width: 100vw;
height: 100vh;
position: relative;
overflow: hidden;
}
</style>
<script type="module" crossorigin src="../assets/fragmentHider.js"></script>
<link rel="modulepreload" crossorigin href="../assets/unzipit.module-DQmiVUKU.js">
<link rel="modulepreload" crossorigin href="../assets/_commonjsHelpers-Cpj98o6Y.js">
<link rel="modulepreload" crossorigin href="../assets/stats.min-GTpOrGrX.js">
<link rel="modulepreload" crossorigin href="../assets/lil-gui.module.min-Bc0DeA9g.js">
<link rel="modulepreload" crossorigin href="../assets/simple-camera-7eQiTi1-.js">
<link rel="modulepreload" crossorigin href="../assets/serializer-DZyNoHx-.js">
<link rel="modulepreload" crossorigin href="../assets/index-BTFNctFj.js">
<link rel="modulepreload" crossorigin href="../assets/index-BmqWqEOu.js">
</head>

<body>
<div class="full-screen" id="container"></div>
</body>

</html>
Expand Down
19 changes: 1 addition & 18 deletions examples/assets/cullers.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions examples/assets/fragmentHider.js

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions examples/assets/index-BmqWqEOu.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 853fb89

Please sign in to comment.