diff --git a/README.md b/README.md index 9466a7f..0a2b161 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,8 @@ viewer.goToHomeView(); - Markups  - Comparison - + + - Undo/redo ## DxfViewer limitations @@ -91,7 +92,7 @@ viewer.goToHomeView(); ## Features for BimViewer - Load and view BIM model - + - Orthographic view  - Selection @@ -107,8 +108,8 @@ viewer.goToHomeView(); ## Features for VRViewer - Load and view a panorama - + - Switch to another panorama - + - Switch between decorations - + diff --git a/public/demo/dxf_8.html b/public/demo/dxf_8.html index 6a926f5..0f3afaa 100644 --- a/public/demo/dxf_8.html +++ b/public/demo/dxf_8.html @@ -10,8 +10,8 @@ body { font-size: 0; } - #viewer1, - #viewer2 { + #myCanvas1, + #myCanvas2 { width: calc(50% - 1px); height: 100%; margin: 0; @@ -28,7 +28,12 @@ } #syncCamera { + position: absolute; + text-align: center; + top: 20px; + left: calc(50% - 40px); height: 40px; + width: 80px; font-size: 16px; line-height: 40px; color: #fff; @@ -44,13 +49,12 @@