Kevin Kwok commited on
Commit
a633fa0
1 Parent(s): b5a9e6a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -22,9 +22,20 @@ https://github.com/antimatter15/splat/assets/30054/6534558e-5ddd-4ca5-a4ba-48d7b
22
  ## other features
23
 
24
  - press `v` to save the current view coordinates to the url
25
- - open custom `.splat` files by adding a `url` param to a CORS-enabled URL (like [this](https://antimatter15.com/splat/?url=plush.splat#[0.95,0.19,-0.23,0,-0.16,0.98,0.12,0,0.24,-0.08,0.97,0,-0.33,-1.52,1.53,1]))
26
  - drag and drop a `.ply` file which has been processed with the 3d gaussian splatting software onto the page and it will automatically convert the file to the `.splat` format
27
 
 
 
 
 
 
 
 
 
 
 
 
28
 
29
  ## notes
30
 
 
22
  ## other features
23
 
24
  - press `v` to save the current view coordinates to the url
25
+ - open custom `.splat` files by adding a `url` param to a CORS-enabled URL
26
  - drag and drop a `.ply` file which has been processed with the 3d gaussian splatting software onto the page and it will automatically convert the file to the `.splat` format
27
 
28
+ ## examples
29
+
30
+ note that as long as your `.splat` file is hosted in a CORS-accessible way, you can open it with the `url` field.
31
+
32
+ - https://antimatter15.com/splat/?url=plush.splat#[0.95,0.19,-0.23,0,-0.16,0.98,0.12,0,0.24,-0.08,0.97,0,-0.33,-1.52,1.53,1]
33
+ - https://antimatter15.com/splat/?url=truck.splat
34
+ - https://antimatter15.com/splat/?url=garden.splat
35
+ - https://antimatter15.com/splat/?url=treehill.splat
36
+ - https://antimatter15.com/splat/?url=stump.splat#[-0.86,-0.23,0.45,0,0.27,0.54,0.8,0,-0.43,0.81,-0.4,0,0.92,-2.02,4.1,1]
37
+ - https://antimatter15.com/splat/?url=bicycle.splat
38
+
39
 
40
  ## notes
41