Skip to content

Commit

Permalink
Merge pull request #149 from Geode-solutions/next
Browse files Browse the repository at this point in the history
Next
  • Loading branch information
JulienChampagnol authored Oct 15, 2024
2 parents f18a3cf + 76d9931 commit 0baf76b
Show file tree
Hide file tree
Showing 4 changed files with 248 additions and 1 deletion.
10 changes: 10 additions & 0 deletions assets/geode_objects.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import EdgedCurve2D from "@/assets/img/geode_objects/EdgedCurve2D.svg"
import EdgedCurve3D from "@/assets/img/geode_objects/EdgedCurve3D.svg"
import Graph from "@/assets/img/geode_objects/Graph.svg"
import HybridSolid3D from "@/assets/img/geode_objects/HybridSolid3D.svg"
import ImplicitCrossSection from "@/assets/img/geode_objects/ImplicitCrossSection.svg"
import ImplicitStructuralModel from "@/assets/img/geode_objects/ImplicitStructuralModel.svg"
import LightRegularGrid2D from "@/assets/img/geode_objects/LightRegularGrid2D.svg"
import LightRegularGrid3D from "@/assets/img/geode_objects/LightRegularGrid3D.svg"
import PointSet2D from "@/assets/img/geode_objects/PointSet2D.svg"
Expand Down Expand Up @@ -47,6 +49,14 @@ const geode_objects = {
tooltip: "HybridSolid3D",
image: HybridSolid3D,
},
ImplicitCrossSection: {
tooltip: "ImplicitCrossSection",
image: ImplicitCrossSection,
},
ImplicitStructuralModel: {
tooltip: "ImplicitStructuralModel",
image: ImplicitStructuralModel,
},
LightRegularGrid2D: {
tooltip: "LightRegularGrid2D",
image: LightRegularGrid2D,
Expand Down
109 changes: 109 additions & 0 deletions assets/img/geode_objects/ImplicitCrossSection.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
128 changes: 128 additions & 0 deletions assets/img/geode_objects/ImplicitStructuralModel.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"version": "0.0.0-semantically-released",
"main": "./nuxt.config.js",
"dependencies": {
"@geode/opengeodeweb-back": "5.1.0",
"@geode/opengeodeweb-back": "5.3.0",
"@geode/opengeodeweb-viewer": "0.2.0",
"@kitware/vtk.js": "30.3.1",
"@mdi/font": "^7.4.47",
Expand Down

0 comments on commit 0baf76b

Please sign in to comment.