diff --git a/README.md b/README.md index 62a6a5b..9466a7f 100644 --- a/README.md +++ b/README.md @@ -104,3 +104,11 @@ viewer.goToHomeView(); ![bim_section_plane.png](public/demo/images/snapshots/bim_section_plane.png) - Overlay 3d model with dxf ![overlay_3d_model_with_dxf.gif](public/demo/images/snapshots/overlay_3d_model_with_dxf.gif) + +## Features for VRViewer +- Load and view a panorama +![load_and_view.gif](public/demo/images/snapshots/pano_load_and_view.gif) +- Switch to another panorama +![bim_ortho_camera.png](public/demo/images/snapshots/pano_switch_panos.gif) +- Switch between decorations +![bim_ortho_camera.png](public/demo/images/snapshots/pano_switch_decorations.gif) diff --git a/public/demo/images/snapshots/pano_load_and_view.gif b/public/demo/images/snapshots/pano_load_and_view.gif new file mode 100644 index 0000000..a625e76 Binary files /dev/null and b/public/demo/images/snapshots/pano_load_and_view.gif differ diff --git a/public/demo/images/snapshots/pano_switch_decorations.gif b/public/demo/images/snapshots/pano_switch_decorations.gif new file mode 100644 index 0000000..87374f2 Binary files /dev/null and b/public/demo/images/snapshots/pano_switch_decorations.gif differ diff --git a/public/demo/images/snapshots/pano_switch_panos.gif b/public/demo/images/snapshots/pano_switch_panos.gif new file mode 100644 index 0000000..d920fea Binary files /dev/null and b/public/demo/images/snapshots/pano_switch_panos.gif differ