Skip to content

Commit

Permalink
deploy: dac8150
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoMendonc-a committed Jan 31, 2024
1 parent 3e5e37e commit 490d5d7
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 1 deletion.
57 changes: 57 additions & 0 deletions docs/classcubos_1_1engine_1_1Gizmos.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,16 @@ <h2><a href="#pub-methods">Public functions</a></h2>
<a href="classcubos_1_1engine_1_1Gizmos.html#a8f819feb4924675391190173bd5a8926" class="m-doc">Space</a> space = Space::World)</span>
</dt>
<dd>Draws a cut cone gizmo.</dd>
<dt>
<span class="m-doc-wrap-bumper">void <a href="#a281623faeebdf8edf8116dce2ea7fc3c" class="m-doc">drawRing</a>(</span><span class="m-doc-wrap">const std::string&amp; id,
glm::vec3 firstBasePosition,
glm::vec3 secondBasePosition,
float outerRadius,
float innerRadius,
float lifespan = 0.0F,
<a href="classcubos_1_1engine_1_1Gizmos.html#a8f819feb4924675391190173bd5a8926" class="m-doc">Space</a> space = Space::World)</span>
</dt>
<dd>Draws a ring gizmo.</dd>
<dt>
<span class="m-doc-wrap-bumper">void <a href="#a5ef3589cc7ba835a23edaba6205f4724" class="m-doc">drawArrow</a>(</span><span class="m-doc-wrap">const std::string&amp; id,
glm::vec3 origin,
Expand Down Expand Up @@ -346,6 +356,53 @@ <h3>
</tbody>
</table>
</div></section>
<section class="m-doc-details" id="a281623faeebdf8edf8116dce2ea7fc3c"><div>
<h3>
<span class="m-doc-wrap-bumper">void cubos::<wbr />engine::<wbr />Gizmos::<wbr /></span><span class="m-doc-wrap"><span class="m-doc-wrap-bumper"><a href="#a281623faeebdf8edf8116dce2ea7fc3c" class="m-doc-self">drawRing</a>(</span><span class="m-doc-wrap">const std::string&amp; id,
glm::vec3 firstBasePosition,
glm::vec3 secondBasePosition,
float outerRadius,
float innerRadius,
float lifespan = 0.0F,
<a href="classcubos_1_1engine_1_1Gizmos.html#a8f819feb4924675391190173bd5a8926" class="m-doc">Space</a> space = Space::World)</span></span>
</h3>
<p>Draws a ring gizmo.</p>
<table class="m-table m-fullwidth m-flat">
<thead>
<tr><th colspan="2">Parameters</th></tr>
</thead>
<tbody>
<tr>
<td style="width: 1%">id</td>
<td>Identifier of the gizmo.</td>
</tr>
<tr>
<td>firstBasePosition</td>
<td>Center of one of the bases.</td>
</tr>
<tr>
<td>secondBasePosition</td>
<td>Center of the second base.</td>
</tr>
<tr>
<td>outerRadius</td>
<td>Radius of one of the ring.</td>
</tr>
<tr>
<td>innerRadius</td>
<td>Radius of the of the hole.</td>
</tr>
<tr>
<td>lifespan</td>
<td>How long the line will be on screen for, in seconds. Defaults to 0, which means a single frame.</td>
</tr>
<tr>
<td>space</td>
<td>Space to draw the gizmo in.</td>
</tr>
</tbody>
</table>
</div></section>
<section class="m-doc-details" id="a5ef3589cc7ba835a23edaba6205f4724"><div>
<h3>
<span class="m-doc-wrap-bumper">void cubos::<wbr />engine::<wbr />Gizmos::<wbr /></span><span class="m-doc-wrap"><span class="m-doc-wrap-bumper"><a href="#a5ef3589cc7ba835a23edaba6205f4724" class="m-doc-self">drawArrow</a>(</span><span class="m-doc-wrap">const std::string&amp; id,
Expand Down
2 changes: 1 addition & 1 deletion docs/searchdata-v2.js

Large diffs are not rendered by default.

0 comments on commit 490d5d7

Please sign in to comment.