Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Nov 24, 2023
1 parent 005545d commit 25a3920
Show file tree
Hide file tree
Showing 7 changed files with 4,739 additions and 4,739 deletions.
9,462 changes: 4,731 additions & 4,731 deletions docs/ast/source/extras/MarqueePicker/MarqueePicker.js.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ <h1 data-ice="name">MarqueePicker</h1>


<div class="description" data-ice="description"><p>Picks a <span><a href="class/src/viewer/Viewer.js~Viewer.html">Viewer</a></span>&apos;s <span><a href="class/src/viewer/scene/Entity.js~Entity.html">Entity</a></span>s with a canvas-space 2D marquee box.</p>
<p><a href="https://xeokit.github.io/xeokit-sdk/examples/picking/#marqueePick_select"><img src="/assets/images/MarqueeSelect.gif"></a></p>
<p><a href="https://xeokit.github.io/xeokit-sdk/examples/picking/#marqueePick_select"><img src="https://xeokit.github.io/xeokit-sdk/assets/images/MarqueeSelect.gif"></a></p>
<ul>
<li>[<a href="https://xeokit.github.io/xeokit-sdk/examples/picking/#marqueePick_select">Example 1: Select Objects with Marquee</a>]</li>
<li>[<a href="https://xeokit.github.io/xeokit-sdk/examples/picking/#marqueePick_viewFit">Example 2: View-Fit Objects with Marquee</a>]</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/file/src/extras/MarqueePicker/MarqueePicker.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
/**
* Picks a {@link Viewer}&apos;s {@link Entity}s with a canvas-space 2D marquee box.
*
* [&lt;img src=&quot;/assets/images/MarqueeSelect.gif&quot;&gt;](https://xeokit.github.io/xeokit-sdk/examples/picking/#marqueePick_select)
* [&lt;img src=&quot;https://xeokit.github.io/xeokit-sdk/assets/images/MarqueeSelect.gif&quot;&gt;](https://xeokit.github.io/xeokit-sdk/examples/picking/#marqueePick_select)
*
* * [[Example 1: Select Objects with Marquee](https://xeokit.github.io/xeokit-sdk/examples/picking/#marqueePick_select)]
* * [[Example 2: View-Fit Objects with Marquee](https://xeokit.github.io/xeokit-sdk/examples/picking/#marqueePick_viewFit)]
Expand Down
2 changes: 1 addition & 1 deletion docs/identifiers.html
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ <h2 data-ice="dirPath" id="extras-marqueepicker">extras/MarqueePicker</h2>


<div data-ice="description"><p>Picks a <span><a href="class/src/viewer/Viewer.js~Viewer.html">Viewer</a></span>&apos;s <span><a href="class/src/viewer/scene/Entity.js~Entity.html">Entity</a></span>s with a canvas-space 2D marquee box.</p>
<p><a href="https://xeokit.github.io/xeokit-sdk/examples/picking/#marqueePick_select"><img src="/assets/images/MarqueeSelect.gif"></a></p>
<p><a href="https://xeokit.github.io/xeokit-sdk/examples/picking/#marqueePick_select"><img src="https://xeokit.github.io/xeokit-sdk/assets/images/MarqueeSelect.gif"></a></p>
<ul>
<li>[<a href="https://xeokit.github.io/xeokit-sdk/examples/picking/#marqueePick_select">Example 1: Select Objects with Marquee</a>]</li>
<li>[<a href="https://xeokit.github.io/xeokit-sdk/examples/picking/#marqueePick_viewFit">Example 2: View-Fit Objects with Marquee</a>]</li>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/source.html
Original file line number Diff line number Diff line change
Expand Up @@ -282,9 +282,9 @@
<td data-ice="filePath"><span><a href="file/src/extras/MarqueePicker/MarqueePicker.js.html">src/extras/MarqueePicker/MarqueePicker.js</a></span></td>
<td data-ice="identifier" class="identifiers"><span><a href="class/src/extras/MarqueePicker/MarqueePicker.js~MarqueePicker.html">MarqueePicker</a></span></td>
<td class="coverage"><span data-ice="coverage">-</span></td>
<td style="display: none;" data-ice="size">13683 byte</td>
<td style="display: none;" data-ice="size">13718 byte</td>
<td style="display: none;" data-ice="lines">352</td>
<td style="display: none;" data-ice="updated">2023-11-06 13:12:22 (UTC)</td>
<td style="display: none;" data-ice="updated">2023-11-06 13:27:02 (UTC)</td>
</tr>
<tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/extras/MarqueePicker/MarqueePickerMouseControl.js.html">src/extras/MarqueePicker/MarqueePickerMouseControl.js</a></span></td>
Expand Down
2 changes: 1 addition & 1 deletion src/extras/MarqueePicker/MarqueePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {Frustum, frustumIntersectsAABB3, setFrustum} from "../../viewer/scene/ma
/**
* Picks a {@link Viewer}'s {@link Entity}s with a canvas-space 2D marquee box.
*
* [<img src="/assets/images/MarqueeSelect.gif">](https://xeokit.github.io/xeokit-sdk/examples/picking/#marqueePick_select)
* [<img src="https://xeokit.github.io/xeokit-sdk/assets/images/MarqueeSelect.gif">](https://xeokit.github.io/xeokit-sdk/examples/picking/#marqueePick_select)
*
* * [[Example 1: Select Objects with Marquee](https://xeokit.github.io/xeokit-sdk/examples/picking/#marqueePick_select)]
* * [[Example 2: View-Fit Objects with Marquee](https://xeokit.github.io/xeokit-sdk/examples/picking/#marqueePick_viewFit)]
Expand Down

0 comments on commit 25a3920

Please sign in to comment.