-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
057d057
commit e570724
Showing
6 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,8 @@ | |
"particle": { | ||
"a": 1, | ||
"id": 2, | ||
"z": 1 | ||
"z": 1, | ||
"name": "Proton" | ||
}, | ||
"position": [0,0,-51], | ||
"sad": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule converter
updated
25 files