Skip to content

Commit

Permalink
電気力線の太さを太くした
Browse files Browse the repository at this point in the history
  • Loading branch information
CaseyNelson314 committed Jan 17, 2024
1 parent ad8a600 commit 7867950
Show file tree
Hide file tree
Showing 9 changed files with 190 additions and 123 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Clone
```sh
git clone https://github.com/CaseyNelson314/EFSim.git
cd EFSim
npm install --save-dev
npm install
```

### Launch local server
Expand Down
9 changes: 5 additions & 4 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@

<!-- その他パラメータ編集領域 -->
<div class="parameter_editor">
<p class="title">その他</p>
<p class="title">パラメータ</p>
<div class="editor">
<div class="contents" id="detail_editor">
<label for="charge_amount" hidden>
Expand All @@ -131,11 +131,11 @@
<input type="number" id="charge_line_density" inputmode="decimal" step="0.1">
</label>
<label for="charge_surface_density" hidden>
面密度[C/m^2]
面密度[C/m²]
<input type="number" id="charge_surface_density" inputmode="decimal">
</label>
<label for="charge_density" hidden>
体積密度[C/m^3]
体積密度[C/m³]
<input type="number" id="charge_density" inputmode="decimal" step="0.1">
</label>
<label for="charge_radius" hidden>
Expand All @@ -150,10 +150,11 @@
</div>
</div>


<!-- 表示非表示ボタン領域 -->
<div class="display_control">
<label class="checkbox">
<input type="checkbox" id="checkbox_auto_rotate" checked />
<input type="checkbox" id="checkbox_auto_rotate" />
自動回転
</label>
<label class="checkbox">
Expand Down
Loading

0 comments on commit 7867950

Please sign in to comment.