Skip to content

Commit

Permalink
add viewer (debug)
Browse files Browse the repository at this point in the history
  • Loading branch information
niujinshuchong committed Dec 3, 2023
1 parent bca15bc commit e464838
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion mip-splatting-demo/garden.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>3D Gaussian Splat Demo - Garden</title>
<script type="text/javascript" src="js/util.js"></script>
<script type="text/javascript" src="js/enable-threads.js"></script>
<script type="text/javascript" src="enable-threads.js"></script>

<script type="importmap">
{
Expand Down
4 changes: 2 additions & 2 deletions mip-splatting-demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>3D Gaussian Splat Viewer Examples</title>
<script type="text/javascript" src="js/util.js"></script>
<script type="text/javascript" src="js/enable-threads.js"></script>
<script type="text/javascript" src="enable-threads.js"></script>

<style>

body {
Expand Down
2 changes: 1 addition & 1 deletion mip-splatting-demo/stump.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>3D Gaussian Splat Demo - Stump</title>
<script type="text/javascript" src="js/util.js"></script>
<script type="text/javascript" src="js/enable-threads.js"></script>
<script type="text/javascript" src="enable-threads.js"></script>

<script type="importmap">
{
Expand Down
2 changes: 1 addition & 1 deletion mip-splatting-demo/truck.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>3D Gaussian Splat Demo - Truck</title>
<script type="text/javascript" src="js/util.js"></script>
<script type="text/javascript" src="js/enable-threads.js"></script>
<script type="text/javascript" src="enable-threads.js"></script>

<script type="importmap">
{
Expand Down

0 comments on commit e464838

Please sign in to comment.