Skip to content

Commit

Permalink
Change script url of sample
Browse files Browse the repository at this point in the history
  • Loading branch information
quadjr committed Oct 11, 2023
1 parent cb71880 commit 11de5a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This code is derived from the WebGL implementation developed by [antimatter15](h

### Demo page

Need few seconds to load sploats.
Needs few seconds to load sploats.
https://quadjr.github.io/aframe-gaussian-splatting/

### Properties
Expand All @@ -27,7 +27,7 @@ About the splat file, please refer [antimatter15](https://github.com/antimatter1
<html>
<head>
<script src="https://aframe.io/releases/1.4.2/aframe.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aframe-gaussian-splatting-component.min.js"></script>
<script src="https://quadjr.github.io/aframe-gaussian-splatting/index.js"></script>
</head>
<body>
<a-scene renderer="antialias: false" stats>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<script src="https://aframe.io/releases/1.4.2/aframe.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aframe-gaussian-splatting-component.min.js"></script>
<script src="https://quadjr.github.io/aframe-gaussian-splatting/index.js"></script>
</head>
<body>
<a-scene renderer="antialias: false" stats>
Expand Down

0 comments on commit 11de5a3

Please sign in to comment.