Skip to content

Commit

Permalink
feat: anchor position (#333)
Browse files Browse the repository at this point in the history
* feat: start spitting down civil

* feat: finish splitting down civil

* Curve Selection onHighlight using Highlighter Class (#319)

* Curve Selection onHighlight using Highlighter Class

* fix: Removing offset for fat lines on updating the camera position

* fix: correct infinite 2d grid

* feat: update fragments

* feat: improve 2d civil view navigation (#325)

* Implemented cameracontrols to simple2Dscene & added bounding box calculation to RoadNavigator

* FitToBox functionality activated for RoadNavigator tool

---------

Co-authored-by: Antonio González Viegas <[email protected]>

* fix: correct navigator

* Fix : Moving setupEvents to Contructor + Camera zoomToCursor (#330)

* feat: add reverse reference to civil items

* added anchor-position class - added in example road-plan-navigator

---------

Co-authored-by: Antonio González Viegas <[email protected]>
Co-authored-by: blackboots <[email protected]>
Co-authored-by: Felipe Moreira <[email protected]>
  • Loading branch information
4 people authored Mar 26, 2024
1 parent 3ed5533 commit 5c0ebba
Show file tree
Hide file tree
Showing 16 changed files with 1,461 additions and 2,375 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/three": "0.160.0",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"bim-fragment": "1.4.0",
"bim-fragment": "1.5.0-alpha.4",
"cpy-cli": "^3.1.1",
"eslint": "^7.28.0",
"eslint-config-airbnb-base": "^14.2.1",
Expand Down Expand Up @@ -57,7 +57,7 @@
"unzipit": "^1.4.3"
},
"peerDependencies": {
"bim-fragment": "1.4.0",
"bim-fragment": "1.5.0-alpha.4",
"three": "^0.160.1",
"web-ifc": "0.0.51"
}
Expand Down
Loading

0 comments on commit 5c0ebba

Please sign in to comment.