Skip to content

Commit

Permalink
deploy: 1b015c1
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Sep 10, 2024
1 parent 2aa733a commit 9467350
Show file tree
Hide file tree
Showing 73 changed files with 2,032 additions and 37 deletions.
Binary file modified latest/.doctrees/environment.pickle
Binary file not shown.
Binary file added latest/.doctrees/examples/26_lighting.doctree
Binary file not shown.
Binary file modified latest/.doctrees/gui_handles.doctree
Binary file not shown.
Binary file modified latest/.doctrees/index.doctree
Binary file not shown.
Binary file modified latest/.doctrees/scene_api.doctree
Binary file not shown.
Binary file modified latest/.doctrees/scene_handles.doctree
Binary file not shown.
1 change: 1 addition & 0 deletions latest/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@
<li class="toctree-l1"><a class="reference internal" href="../examples/23_plotly/">Plotly</a></li>
<li class="toctree-l1"><a class="reference internal" href="../examples/24_notification/">Notifications</a></li>
<li class="toctree-l1"><a class="reference internal" href="../examples/25_smpl_visualizer_skinned/">SMPL visualizer (Skinned Mesh)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../examples/26_lighting/">Lights</a></li>
</ul>

</div>
Expand Down
1 change: 1 addition & 0 deletions latest/_modules/viser/_gui_api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@
<li class="toctree-l1"><a class="reference internal" href="../../../examples/23_plotly/">Plotly</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../examples/24_notification/">Notifications</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../examples/25_smpl_visualizer_skinned/">SMPL visualizer (Skinned Mesh)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../examples/26_lighting/">Lights</a></li>
</ul>

</div>
Expand Down
3 changes: 2 additions & 1 deletion latest/_modules/viser/_gui_handles/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@
<li class="toctree-l1"><a class="reference internal" href="../../../examples/23_plotly/">Plotly</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../examples/24_notification/">Notifications</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../examples/25_smpl_visualizer_skinned/">SMPL visualizer (Skinned Mesh)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../examples/26_lighting/">Lights</a></li>
</ul>

</div>
Expand Down Expand Up @@ -555,7 +556,7 @@ <h1>Source code for viser._gui_handles</h1><div class="highlight"><pre>
<div class="viewcode-block" id="GuiInputHandle.on_update">
<a class="viewcode-back" href="../../../gui_handles/#viser.GuiInputHandle.on_update">[docs]</a>
<span class="k">def</span> <span class="nf">on_update</span><span class="p">(</span>
<span class="bp">self</span><span class="p">:</span> <span class="n">TGuiHandle</span><span class="p">,</span> <span class="n">func</span><span class="p">:</span> <span class="n">Callable</span><span class="p">[[</span><span class="n">GuiEvent</span><span class="p">[</span><span class="n">TGuiHandle</span><span class="p">]],</span> <span class="kc">None</span><span class="p">]</span>
<span class="bp">self</span><span class="p">:</span> <span class="n">TGuiHandle</span><span class="p">,</span> <span class="n">func</span><span class="p">:</span> <span class="n">Callable</span><span class="p">[[</span><span class="n">GuiEvent</span><span class="p">[</span><span class="n">TGuiHandle</span><span class="p">]],</span> <span class="n">Any</span><span class="p">]</span>
<span class="p">)</span> <span class="o">-&gt;</span> <span class="n">Callable</span><span class="p">[[</span><span class="n">GuiEvent</span><span class="p">[</span><span class="n">TGuiHandle</span><span class="p">]],</span> <span class="kc">None</span><span class="p">]:</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Attach a function to call when a GUI input is updated. Happens in a thread.&quot;&quot;&quot;</span>
<span class="bp">self</span><span class="o">.</span><span class="n">_impl</span><span class="o">.</span><span class="n">update_cb</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">func</span><span class="p">)</span>
Expand Down
1 change: 1 addition & 0 deletions latest/_modules/viser/_icons_enum/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@
<li class="toctree-l1"><a class="reference internal" href="../../../examples/23_plotly/">Plotly</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../examples/24_notification/">Notifications</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../examples/25_smpl_visualizer_skinned/">SMPL visualizer (Skinned Mesh)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../examples/26_lighting/">Lights</a></li>
</ul>

</div>
Expand Down
1 change: 1 addition & 0 deletions latest/_modules/viser/_notification_handle/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@
<li class="toctree-l1"><a class="reference internal" href="../../../examples/23_plotly/">Plotly</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../examples/24_notification/">Notifications</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../examples/25_smpl_visualizer_skinned/">SMPL visualizer (Skinned Mesh)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../examples/26_lighting/">Lights</a></li>
</ul>

</div>
Expand Down
308 changes: 307 additions & 1 deletion latest/_modules/viser/_scene_api/index.html

Large diffs are not rendered by default.

73 changes: 73 additions & 0 deletions latest/_modules/viser/_scene_handles/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@
<li class="toctree-l1"><a class="reference internal" href="../../../examples/23_plotly/">Plotly</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../examples/24_notification/">Notifications</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../examples/25_smpl_visualizer_skinned/">SMPL visualizer (Skinned Mesh)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../examples/26_lighting/">Lights</a></li>
</ul>

</div>
Expand Down Expand Up @@ -629,6 +630,78 @@ <h1>Source code for viser._scene_handles</h1><div class="highlight"><pre>



<div class="viewcode-block" id="DirectionalLightHandle">
<a class="viewcode-back" href="../../../scene_handles/#viser.DirectionalLightHandle">[docs]</a>
<span class="k">class</span> <span class="nc">DirectionalLightHandle</span><span class="p">(</span>
<span class="n">SceneNodeHandle</span><span class="p">,</span>
<span class="n">_messages</span><span class="o">.</span><span class="n">DirectionalLightProps</span><span class="p">,</span>
<span class="n">_OverridablePropApi</span><span class="p">,</span>
<span class="n">PropClass</span><span class="o">=</span><span class="n">_messages</span><span class="o">.</span><span class="n">DirectionalLightProps</span><span class="p">,</span>
<span class="p">):</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Handle for directional lights.&quot;&quot;&quot;</span></div>



<div class="viewcode-block" id="AmbientLightHandle">
<a class="viewcode-back" href="../../../scene_handles/#viser.AmbientLightHandle">[docs]</a>
<span class="k">class</span> <span class="nc">AmbientLightHandle</span><span class="p">(</span>
<span class="n">SceneNodeHandle</span><span class="p">,</span>
<span class="n">_messages</span><span class="o">.</span><span class="n">AmbientLightProps</span><span class="p">,</span>
<span class="n">_OverridablePropApi</span><span class="p">,</span>
<span class="n">PropClass</span><span class="o">=</span><span class="n">_messages</span><span class="o">.</span><span class="n">AmbientLightProps</span><span class="p">,</span>
<span class="p">):</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Handle for ambient lights.&quot;&quot;&quot;</span></div>



<div class="viewcode-block" id="HemisphereLightHandle">
<a class="viewcode-back" href="../../../scene_handles/#viser.HemisphereLightHandle">[docs]</a>
<span class="k">class</span> <span class="nc">HemisphereLightHandle</span><span class="p">(</span>
<span class="n">SceneNodeHandle</span><span class="p">,</span>
<span class="n">_messages</span><span class="o">.</span><span class="n">HemisphereLightProps</span><span class="p">,</span>
<span class="n">_OverridablePropApi</span><span class="p">,</span>
<span class="n">PropClass</span><span class="o">=</span><span class="n">_messages</span><span class="o">.</span><span class="n">HemisphereLightProps</span><span class="p">,</span>
<span class="p">):</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Handle for hemisphere lights.&quot;&quot;&quot;</span></div>



<div class="viewcode-block" id="PointLightHandle">
<a class="viewcode-back" href="../../../scene_handles/#viser.PointLightHandle">[docs]</a>
<span class="k">class</span> <span class="nc">PointLightHandle</span><span class="p">(</span>
<span class="n">SceneNodeHandle</span><span class="p">,</span>
<span class="n">_messages</span><span class="o">.</span><span class="n">PointLightProps</span><span class="p">,</span>
<span class="n">_OverridablePropApi</span><span class="p">,</span>
<span class="n">PropClass</span><span class="o">=</span><span class="n">_messages</span><span class="o">.</span><span class="n">PointLightProps</span><span class="p">,</span>
<span class="p">):</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Handle for point lights.&quot;&quot;&quot;</span></div>



<div class="viewcode-block" id="RectAreaLightHandle">
<a class="viewcode-back" href="../../../scene_handles/#viser.RectAreaLightHandle">[docs]</a>
<span class="k">class</span> <span class="nc">RectAreaLightHandle</span><span class="p">(</span>
<span class="n">SceneNodeHandle</span><span class="p">,</span>
<span class="n">_messages</span><span class="o">.</span><span class="n">RectAreaLightProps</span><span class="p">,</span>
<span class="n">_OverridablePropApi</span><span class="p">,</span>
<span class="n">PropClass</span><span class="o">=</span><span class="n">_messages</span><span class="o">.</span><span class="n">RectAreaLightProps</span><span class="p">,</span>
<span class="p">):</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Handle for rectangular area lights.&quot;&quot;&quot;</span></div>



<div class="viewcode-block" id="SpotLightHandle">
<a class="viewcode-back" href="../../../scene_handles/#viser.SpotLightHandle">[docs]</a>
<span class="k">class</span> <span class="nc">SpotLightHandle</span><span class="p">(</span>
<span class="n">SceneNodeHandle</span><span class="p">,</span>
<span class="n">_messages</span><span class="o">.</span><span class="n">SpotLightProps</span><span class="p">,</span>
<span class="n">_OverridablePropApi</span><span class="p">,</span>
<span class="n">PropClass</span><span class="o">=</span><span class="n">_messages</span><span class="o">.</span><span class="n">SpotLightProps</span><span class="p">,</span>
<span class="p">):</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Handle for spot lights.&quot;&quot;&quot;</span></div>



<div class="viewcode-block" id="PointCloudHandle">
<a class="viewcode-back" href="../../../scene_handles/#viser.PointCloudHandle">[docs]</a>
<span class="k">class</span> <span class="nc">PointCloudHandle</span><span class="p">(</span>
Expand Down
1 change: 1 addition & 0 deletions latest/_modules/viser/_viser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@
<li class="toctree-l1"><a class="reference internal" href="../../../examples/23_plotly/">Plotly</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../examples/24_notification/">Notifications</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../examples/25_smpl_visualizer_skinned/">SMPL visualizer (Skinned Mesh)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../examples/26_lighting/">Lights</a></li>
</ul>

</div>
Expand Down
1 change: 1 addition & 0 deletions latest/_modules/viser/extras/_record3d/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/23_plotly/">Plotly</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/24_notification/">Notifications</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/25_smpl_visualizer_skinned/">SMPL visualizer (Skinned Mesh)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/26_lighting/">Lights</a></li>
</ul>

</div>
Expand Down
1 change: 1 addition & 0 deletions latest/_modules/viser/extras/_urdf/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/23_plotly/">Plotly</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/24_notification/">Notifications</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/25_smpl_visualizer_skinned/">SMPL visualizer (Skinned Mesh)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/26_lighting/">Lights</a></li>
</ul>

</div>
Expand Down
1 change: 1 addition & 0 deletions latest/_modules/viser/infra/_infra/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/23_plotly/">Plotly</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/24_notification/">Notifications</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/25_smpl_visualizer_skinned/">SMPL visualizer (Skinned Mesh)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/26_lighting/">Lights</a></li>
</ul>

</div>
Expand Down
1 change: 1 addition & 0 deletions latest/_modules/viser/infra/_messages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/23_plotly/">Plotly</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/24_notification/">Notifications</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/25_smpl_visualizer_skinned/">SMPL visualizer (Skinned Mesh)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/26_lighting/">Lights</a></li>
</ul>

</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/23_plotly/">Plotly</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/24_notification/">Notifications</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/25_smpl_visualizer_skinned/">SMPL visualizer (Skinned Mesh)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/26_lighting/">Lights</a></li>
</ul>

</div>
Expand Down
1 change: 1 addition & 0 deletions latest/_modules/viser/transforms/_base/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/23_plotly/">Plotly</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/24_notification/">Notifications</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/25_smpl_visualizer_skinned/">SMPL visualizer (Skinned Mesh)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/26_lighting/">Lights</a></li>
</ul>

</div>
Expand Down
1 change: 1 addition & 0 deletions latest/_modules/viser/transforms/_se2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/23_plotly/">Plotly</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/24_notification/">Notifications</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/25_smpl_visualizer_skinned/">SMPL visualizer (Skinned Mesh)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/26_lighting/">Lights</a></li>
</ul>

</div>
Expand Down
1 change: 1 addition & 0 deletions latest/_modules/viser/transforms/_se3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/23_plotly/">Plotly</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/24_notification/">Notifications</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/25_smpl_visualizer_skinned/">SMPL visualizer (Skinned Mesh)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/26_lighting/">Lights</a></li>
</ul>

</div>
Expand Down
1 change: 1 addition & 0 deletions latest/_modules/viser/transforms/_so2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/23_plotly/">Plotly</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/24_notification/">Notifications</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/25_smpl_visualizer_skinned/">SMPL visualizer (Skinned Mesh)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/26_lighting/">Lights</a></li>
</ul>

</div>
Expand Down
1 change: 1 addition & 0 deletions latest/_modules/viser/transforms/_so3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/23_plotly/">Plotly</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/24_notification/">Notifications</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/25_smpl_visualizer_skinned/">SMPL visualizer (Skinned Mesh)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../examples/26_lighting/">Lights</a></li>
</ul>

</div>
Expand Down
Loading

0 comments on commit 9467350

Please sign in to comment.