Skip to content

Commit

Permalink
Deploy preview for PR 1338 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas7770 committed Oct 4, 2024
1 parent 378be82 commit 5069413
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 212 deletions.
7 changes: 1 addition & 6 deletions preview/pr-1338/annotated.html
Original file line number Diff line number Diff line change
Expand Up @@ -460,12 +460,7 @@ <h1>Classes</h1>
<li>class <a href="classcubos_1_1engine_1_1DataInspector.html" class="m-doc">DataInspector</a> <span class="m-label m-flat m-warning">final</span> <span class="m-doc">Resource which allows the user to inspect or modify any reflectable value on the UI.</span></li>
<li>struct <a href="structcubos_1_1engine_1_1DeferredShading.html" class="m-doc">DeferredShading</a> <span class="m-doc">Component which stores the Deferred Shading state for a render target.</span></li>
<li>struct <a href="structcubos_1_1engine_1_1DirectionalLight.html" class="m-doc">DirectionalLight</a> <span class="m-doc">Component which makes an entity behave like a directional light.</span></li>
<li class="m-doc-collapsible collapsed">
<a href="#" onclick="return toggle(this)">struct</a> <a href="structcubos_1_1engine_1_1DirectionalShadowCaster.html" class="m-doc">DirectionalShadowCaster</a> <span class="m-doc">Component which enables shadow casting on a directional light.</span>
<ul class="m-doc">
<li>class <a href="classcubos_1_1engine_1_1DirectionalShadowCaster_1_1ShadowMap.html" class="m-doc">ShadowMap</a> <span class="m-doc">Directional shadow map data.</span></li>
</ul>
</li>
<li>struct <a href="structcubos_1_1engine_1_1DirectionalShadowCaster.html" class="m-doc">DirectionalShadowCaster</a> <span class="m-doc">Component which enables shadow casting on a directional light.</span></li>
<li>struct <a href="structcubos_1_1engine_1_1DrawsTo.html" class="m-doc">DrawsTo</a> <span class="m-doc">Relation which indicates the &#x27;from&#x27; entity is a camera that draws to the &#x27;to&#x27; target.</span></li>
<li>class <a href="classcubos_1_1engine_1_1FileBridge.html" class="m-doc">FileBridge</a> <span class="m-doc">Abstract bridge type defined to reduce boilerplate code in bridge implementations which open a single file to load and save assets.</span></li>
<li>struct <a href="structcubos_1_1engine_1_1FixedDeltaTime.html" class="m-doc">FixedDeltaTime</a> <span class="m-doc">Resource which holds the value of the fixed delta for the fixedStep plugin.</span></li>
Expand Down

This file was deleted.

4 changes: 0 additions & 4 deletions preview/pr-1338/directional__caster_8hpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ <h2><a href="#nested-classes">Classes</a></h2>
struct <a href="structcubos_1_1engine_1_1DirectionalShadowCaster.html" class="m-doc">cubos::engine::DirectionalShadowCaster</a>
</dt>
<dd>Component which enables shadow casting on a directional light.</dd>
<dt>
class <a href="classcubos_1_1engine_1_1DirectionalShadowCaster_1_1ShadowMap.html" class="m-doc">cubos::engine::DirectionalShadowCaster::ShadowMap</a>
</dt>
<dd>Directional shadow map data.</dd>
</dl>
</section>
</div>
Expand Down
2 changes: 1 addition & 1 deletion preview/pr-1338/searchdata-v2.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -56,21 +56,11 @@ <h3>Contents</h3>
<li>
Reference
<ul>
<li><a href="#pub-types">Public types</a></li>
<li><a href="#pub-attribs">Public variables</a></li>
</ul>
</li>
</ul>
</nav>
<section id="pub-types">
<h2><a href="#pub-types">Public types</a></h2>
<dl class="m-doc">
<dt>
class <a href="classcubos_1_1engine_1_1DirectionalShadowCaster_1_1ShadowMap.html" class="m-doc">ShadowMap</a>
</dt>
<dd>Directional shadow map data.</dd>
</dl>
</section>
<section id="pub-attribs">
<h2><a href="#pub-attribs">Public variables</a></h2>
<dl class="m-doc">
Expand Down

0 comments on commit 5069413

Please sign in to comment.