Skip to content

Commit

Permalink
Deploying to demo from @ 59f437d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
neurolabusc committed Dec 27, 2024
1 parent 3e5b553 commit a318d66
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 33 deletions.
60 changes: 30 additions & 30 deletions assets/index-BKBbR1az.js → assets/index-BcyWIDPe.js

Large diffs are not rendered by default.

25 changes: 22 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./niivue.css" />
<title>brain2print</title>
<script type="module" crossorigin src="./assets/index-BKBbR1az.js"></script>
<script type="module" crossorigin src="./assets/index-BcyWIDPe.js"></script>
</head>

<body>
Expand Down Expand Up @@ -79,6 +79,25 @@
</select>
</label>
</p>
<p>
<label>
Quality:
<select id="qualitySelect" title="choose better or faster meshing">
<option value="0">faster (can create defects)</option>
<option value="1" selected>better</option>
</select>
</label>
</p>
<p id="largestClusterGroup">
<label>&nbsp;Largest cluster only</label><input type="checkbox" id="largestCheck" unchecked/>
</p>
<p id="bubbleGroup">
<label>&nbsp;Fill bubbles</label><input type="checkbox" id="bubbleCheck" unchecked/>
</p>
<p id="closeGroup">
<label>Closing (mm)</label>
<input id="closeMM" type="number" min="0" value="4" max="100">
</p>
<p>
<label for="smoothSlide">Smoothing</label>
<input
Expand All @@ -92,8 +111,8 @@
/>
</p>
<p>
<label>Simplify Percent (10..150)</label>
<input title="triangle reduction reduces the file size and computation time but can reduce mesh quality, smaller values result in a smaller mesh" id="shrinkPct" type="number" min="10" value="25" max="150">
<label>Simplify Percent (10..100)</label>
<input title="triangle reduction reduces the file size and computation time but can reduce mesh quality, smaller values result in a smaller mesh" id="shrinkPct" type="number" min="10" value="25" max="100">
</p>
<button id="cancelBtn" formmethod="dialog">Cancel</button>
<button autofocus id="applyBtn" value="default">Apply</button>
Expand Down

0 comments on commit a318d66

Please sign in to comment.