@acransac/vtk.js
Version:
Visualization Toolkit for the Web
29 lines (28 loc) • 787 B
HTML
<table>
<tr>
<td><b>Clip Plane 1</b></td>
<tr>
<td>
Position
<input class='plane1Position' type="range" min="0" max="2.0" step="1" value="0" />
</td>
<td>
Rotation
<input class='plane1Rotation' type="range" min="0" max="2.0" step="1" value="0" />
</td>
</tr>
</tr>
<tr>
<td><b>Clip Plane 2</b></td>
<tr>
<td>
Position
<input class='plane2Position' type="range" min="0" max="2.0" step="1" value="0" />
</td>
<td>
Rotation
<input class='plane2Rotation' type="range" min="0" max="2.0" step="1" value="0" />
</td>
</tr>
</tr>
</table>