This commit is contained in:
2025-08-30 15:31:33 +08:00
parent 6e7d65b32a
commit 97aa5f3b30
766 changed files with 8238 additions and 1394 deletions
@@ -239,7 +239,8 @@ Class DispUtil
</h3>
<div class="markdown level1 summary"><p>execute bind.models.Mul(src);</p>
<div class="markdown level1 summary"><p>Displays the given displayee with an additional model transform.
Internally pushes the transform to the model matrix stack, calls Display, then pops it.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -250,12 +251,14 @@ Class DispUtil
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>displayee</code> <a class="xref" href="Hi.Disp.IDisplayee.html">IDisplayee</a></dt>
<dd></dd>
<dd><p>The displayee to render.</p>
</dd>
<dt><code>bind</code> <a class="xref" href="Hi.Disp.Bind.html">Bind</a></dt>
<dd><p>bind</p>
<dd><p>Rendering bind context.</p>
</dd>
<dt><code>mat</code> <a class="xref" href="Hi.Geom.Mat4d.html">Mat4d</a></dt>
<dd></dd>
<dd><p>The model transform to apply.</p>
</dd>
</dl>