Skip to content

Commit

Permalink
Merge pull request #103 from pattern-x/feature/add-snapshots
Browse files Browse the repository at this point in the history
Upload more snapshots
  • Loading branch information
pattern-x committed Jul 14, 2023
2 parents 8c49421 + 0e82041 commit 1cf6fbf
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 18 deletions.
39 changes: 21 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 added public/demo/images/snapshots/explode.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/demo/images/snapshots/explode_up.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1cf6fbf

Please sign in to comment.