Skip to content

Commit

Permalink
build(deps): bump src/libs/converter from c74d426 to b016f59 (#1377)
Browse files Browse the repository at this point in the history
* build(deps): bump src/libs/converter from `c74d426` to `b016f59`

Bumps [src/libs/converter](https://github.com/yaptide/converter) from `c74d426` to `b016f59`.
- [Release notes](https://github.com/yaptide/converter/releases)
- [Commits](yaptide/converter@c74d426...b016f59)

---
updated-dependencies:
- dependency-name: src/libs/converter
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update editor examples

Add name of particle in beam configuration

* Revert unwanted change in beam.name for ex2.js

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dominik Hendzel <[email protected]>
  • Loading branch information
dependabot[bot] and hendzeld authored Dec 2, 2023
1 parent 057d057 commit e570724
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
3 changes: 2 additions & 1 deletion src/ThreeEditor/examples/ex1.json
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,8 @@
"particle": {
"a": 1,
"id": 2,
"z": 1
"z": 1,
"name": "Proton"
},
"colorHex": 16776960,
"numberOfParticles": 10000,
Expand Down
3 changes: 2 additions & 1 deletion src/ThreeEditor/examples/ex2.json
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,8 @@
"particle": {
"a": 1,
"id": 2,
"z": 1
"z": 1,
"name": "Proton"
},
"colorHex": 16776960,
"numberOfParticles": 10000,
Expand Down
3 changes: 2 additions & 1 deletion src/ThreeEditor/examples/ex3.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"particle": {
"a": 1,
"id": 2,
"z": 1
"z": 1,
"name": "Proton"
},
"position": [0,0,-51],
"sad": {
Expand Down
3 changes: 2 additions & 1 deletion src/ThreeEditor/examples/ex4.json
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,8 @@
"particle": {
"a": 1,
"id": 2,
"z": 1
"z": 1,
"name": "Proton"
},
"colorHex": 16776960,
"numberOfParticles": 100000,
Expand Down
3 changes: 2 additions & 1 deletion src/ThreeEditor/examples/ex5.json
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,8 @@
"particle": {
"a": 1,
"id": 2,
"z": 1
"z": 1,
"name": "Proton"
},
"colorHex": 16776960,
"numberOfParticles": 100000,
Expand Down

0 comments on commit e570724

Please sign in to comment.