diff --git a/README.md b/README.md index 37686f9..a4a9e63 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,10 @@ touch (mobile) other - press 0-9 to switch to one of the pre-loaded camera views +- press '-' or '+'key to cycle loaded cameras - press `p` to resume default animation - drag and drop .ply file to convert to .splat +- drag and drop cameras.json to load cameras ## other features diff --git a/index.html b/index.html index 7a77781..c25c895 100644 --- a/index.html +++ b/index.html @@ -156,6 +156,12 @@ right: 10px; } + #caminfo { + position: absolute; + top: 10px; + z-index: 999; + right: 10px; + } #canvas { display: block; position: absolute; @@ -231,8 +237,10 @@