@acransac/vtk.js
Version:
Visualization Toolkit for the Web
29 lines (28 loc) • 764 B
HTML
<table>
<tr>
<td>World up vector enabled</td>
<td>
<input class='useWorldUpVec' type="checkbox" />
</td>
</tr>
<tr>
<td>World up vector coordinates</td>
<td class='coordinates'>
<input class='x-value' type="text" value="0">
<input class='y-value' type="text" value="1">
<input class='z-value' type="text" value="0">
</td>
</tr>
<tr>
<td>Display orientation marker</td>
<td>
<input class='useOrientationMarker' type="checkbox" />
</td>
</tr>
<tr>
<td>Use parallel camera projection</td>
<td>
<input class='useParallelCamera' type="checkbox" />
</td>
</tr>
</table>