Skip to content

Commit

Permalink
Deploying to gh-pages from @ f38a563 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed Feb 7, 2025
1 parent 0d6e68f commit 866c073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions export-options.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1 id="logo"><a href="/">glue-ar</a></h1>

<section class="container">
<h2>Export Options</h2>
<p>Once you've got a view that you want to export in one of the viewers mentioned above, the next step is to export your 3D figure. The package attempts to make the export process as simple as possible, but we also provide you with some options to optimize the output file for the environment in which you want to share it.</p>
<p>Once you've got a view that you want to export in one of the viewers mentioned on the previous page, the next step is to export your 3D figure. The package attempts to make the export process as simple as possible, but we also provide you with some options to optimize the output file for the environment in which you want to share it.</p>
<p>For this sections, we show the export dialog as it appears in Qt glue, but the export dialog has almost the same UI when accessed from Jupyter.</p>

<h3>Layer options</h3>
Expand All @@ -41,7 +41,7 @@ <h3>Layer options</h3>
<h3>Layer options - scatter</h3>
<img class="image featured" src="assets/img/scatter_layer_options.png" width="400" height="217"/>
<h5>Points per mesh</h5>
<p>This option controls how many points (rendered as spherical meshes) are put into each mesh in the export glTF file. Setting this value lower will result in a smaller file due to how the glTF is created, but may negatively impact performance as it will requires more draw calls inside the renderer.</p>
<p>This option controls how many points (rendered as spherical meshes) are put into each mesh in the export glTF file. Setting this value lower will result in a smaller file due to how the glTF is created, but may negatively impact performance as it will require more draw calls inside the renderer.</p>
<h5>Resolution</h5>
<p>For vispy scatter layers, each point is rendered as a spherical mesh. In the output model, we allow setting the resolution of these spherical meshes. Increasing this value leads to a higher-resolution mesh (closer to a sphere), but will increase the filesize, as the spherical geometries now have more points and triangles.</p>
<p>For ipyvolume scatter layers, where each layer uses a glyph with a definite geometry, we simply replicate the geometry of the relevant glyph.</p>
Expand Down

0 comments on commit 866c073

Please sign in to comment.