Skip to content

Commit

Permalink
Fix background color
Browse files Browse the repository at this point in the history
  • Loading branch information
quadjr committed Oct 14, 2023
1 parent 791ef5d commit ede3ef6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<a-sphere position="0 0 -0.5" radius="0.5" color="#EF2D5E"></a-sphere>
</a-entity>
<a-entity gaussian_splatting="src: https://huggingface.co/cakewalk/splat-data/resolve/main/train.splat;" rotation="0 0 0" position="0 1.5 -2"></a-entity>
<a-sky color="#000"></a-sky>
</a-scene>
</body>
</html>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aframe-gaussian-splatting-component",
"version": "0.0.18",
"version": "0.0.19",
"description": "This component is an A-Frame implementation of real-time rendering for '3D Gaussian Splatting for Real-Time Radiance Field Rendering'",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ede3ef6

Please sign in to comment.