Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jailln committed Feb 14, 2024
1 parent bed1a9b commit 0401463
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 102 deletions.
2 changes: 1 addition & 1 deletion itowns/dev/dist/itowns.js

Large diffs are not rendered by default.

34 changes: 4 additions & 30 deletions itowns/dev/docs/api/3D Tiles/C3DTFeature.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ <h3>
groups:
<span class="type">count:number>}</span>,

info:
<span class="type">object</span>,

userData:
<span class="type">object</span>,

Expand Down Expand Up @@ -102,16 +99,6 @@ <h4>Parameters</h4>



</li>

<li>
<code>info</code>


&mdash; <span><p>info in the batchTable</p></span>



</li>

<li>
Expand Down Expand Up @@ -219,23 +206,6 @@ <h3>



<div class="property">
<h3>
<span class="property-name">info</span>
: <span class="type">object</span>
</h3>


<div class="description">
<p>info in the batchTable</p>
</div>

</div>

<hr/>



<div class="property">
<h3>
<span class="property-name">userData</span>
Expand Down Expand Up @@ -336,6 +306,10 @@ <h3>



<div class="description">
<p>Gets the information from the tile batch table for this C3DTFeature batch id.</p>
</div>




Expand Down
71 changes: 0 additions & 71 deletions itowns/dev/docs/api/Layer/C3DTilesLayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -549,77 +549,6 @@ <h4>Parameters</h4>



</div>

<hr/>



<div class="method">
<h3>
<span class="method-name">findBatchTable</span>
(




object:
<span class="type">THREE.Object3D</span>


)
:

<span class="type"><a onclick="window.parent.goTo('api/3D%20Tiles/C3DTBatchTable.html','api/3D%20Tiles/C3DTBatchTable')" title="C3DTBatchTable">C3DTBatchTable</a></span>



</h3>



<div class="description">
<p>Finds the batch table of an object in a 3D Tiles layer. This is
for instance needed when picking because we pick the geometric
object which is not at the same level in the layer structure as
the batch table. More details here on itowns internal
organization of 3DTiles:
https://github.com/MEPP-team/RICT/blob/master/Doc/iTowns/Doc.md#itowns-internal-organisation-of-3d-tiles-data</p>
</div>




<h4>Returns</h4>

<ul>
<li>the batch table of the object</li>
</ul>



<h4>Parameters</h4>


<ul class="params">

<li>
<code>object</code>


&mdash; <span><p>a 3D geometric object</p></span>



</li>

</ul>






</div>

<hr/>
Expand Down

0 comments on commit 0401463

Please sign in to comment.