Merge pull request #103 from pattern-x/feature/add-snapshots

Upload more snapshots
This commit is contained in:
pattern-x
2023-07-14 22:54:01 +08:00
committed by GitHub
3 changed files with 21 additions and 18 deletions

View File

@ -63,18 +63,18 @@ viewer.goToHomeView();
- Supported entity types includes: POINT, 3DFACE, ARC, ATTDEF, ATTRIB, CIRCLE, DIMENSION, MLEADER, MULTILEADER, ELLIPSE, HATCH, INSERT, LEADER, LINE, LWPOLYLINE, MTEXT, RAY, POLYLINE, SOLID, SPLINE, TEXT, VERTEX, VIEWPORT, XLINE, etc. IMAGE, OLE2FRAME, REGION are partially supported.
- Load and view dxf file
![load_and_view.gif](public/demo/images/snapshots/load_and_view.gif)
<img src="public/demo/images/snapshots/load_and_view.gif" width="400">
- Switch between layouts
![layouts.gif](public/demo/images/snapshots/layouts.gif)
<img src="public/demo/images/snapshots/layouts.gif" width="400">
- Distance measurement
![measure_dist.gif](public/demo/images/snapshots/measure_dist.gif)
<img src="public/demo/images/snapshots/measure_dist.gif" width="400">
- Area measurement
- Angle measurement
- Markups
![markups.gif](public/demo/images/snapshots/markups.gif)
<img src="public/demo/images/snapshots/markups.gif" width="400">
- Comparison
![dxf_compare_2_viewports.gif](public/demo/images/snapshots/dxf_compare_2_viewports.gif)
![dxf_compare.gif](public/demo/images/snapshots/dxf_compare.png)
<img src="public/demo/images/snapshots/dxf_compare_2_viewports.gif" width="400">
<img src="public/demo/images/snapshots/dxf_compare.png" width="400">
- Undo/redo
## DxfViewer limitations
@ -86,30 +86,33 @@ viewer.goToHomeView();
## How to integrate DxfViewer into your system
- Physical structure diagram:
![physical_structure.png](public/demo/images/physical_structure.png)
<img src="public/demo/images/physical_structure.png" width="400">
- Logical structure diagram:
![logical_structure.png](public/demo/images/logical_structure.png)
<img src="public/demo/images/logical_structure.png" width="400">
## Features for BimViewer
- Load and view BIM model
![bim_view_model.png](public/demo/images/snapshots/bim_view_model.png)
<img src="public/demo/images/snapshots/bim_view_model.png" width="400">
- Orthographic view
![bim_ortho_camera.png](public/demo/images/snapshots/bim_ortho_camera.png)
<img src="public/demo/images/snapshots/bim_ortho_camera.png" width="400">
- Selection
![bim_selection.gif](public/demo/images/snapshots/bim_selection.gif)
<img src="public/demo/images/snapshots/bim_selection.gif" width="400">
- X-Ray
![bim_xray.gif](public/demo/images/snapshots/bim_xray.gif)
<img src="public/demo/images/snapshots/bim_xray.gif" width="400">
- Distance measurement
![bim_dist_measure.gif](public/demo/images/snapshots/bim_dist_measure.gif)
<img src="public/demo/images/snapshots/bim_dist_measure.gif" width="400">
- Section
![bim_section_plane.png](public/demo/images/snapshots/bim_section_plane.png)
<img src="public/demo/images/snapshots/bim_section_plane.png" width="400">
- Overlay 3d model with dxf
![overlay_3d_model_with_dxf.gif](public/demo/images/snapshots/overlay_3d_model_with_dxf.gif)
<img src="public/demo/images/snapshots/overlay_3d_model_with_dxf.gif" width="400">
- Explode
<img src="public/demo/images/snapshots/explode.gif" width="400">
<img src="public/demo/images/snapshots/explode_up.gif" width="400">
## Features for VRViewer
- Load and view a panorama
![pano_load_and_view.gif](public/demo/images/snapshots/pano_load_and_view.gif)
<img src="public/demo/images/snapshots/pano_load_and_view.gif" width="400">
- Switch to another panorama
![pano_switch_panos.gif](public/demo/images/snapshots/pano_switch_panos.gif)
<img src="public/demo/images/snapshots/pano_switch_panos.gif" width="400">
- Switch between decorations
![pano_switch_decorations.gif](public/demo/images/snapshots/pano_switch_decorations.gif)
<img src="public/demo/images/snapshots/pano_switch_decorations.gif" width="400">

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 MiB