Deploying to gh-pages from @ GRRLIB/GRRLIB@d293e92a05 🚀

This commit is contained in:
Crayon2000 2021-07-18 16:42:07 +00:00
parent 87a0f8ac5e
commit 56d7cd9139
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -105,7 +105,7 @@ $(function() {
<li>FreeType 2.3.12 support (first support)</li>
<li>3D primitive drawing: torus, sphere, cube, cylinder and cone</li>
<li>Light functions (diffuse, specular, spot) + ambient</li>
<li>Splitted functions for rotation/translation/scaling 3d object.</li>
<li>Split functions for rotation/translation/scaling 3d object.</li>
<li>Here is the list a new added samples demo code:<ul>
<li>3d_light1 -&gt; Simple Diffuse light sample code</li>
<li>3d_light2 -&gt; Simple Lights and <code><a class="el" href="group___all_func.html#ga03814286ada96c4a38fa36b9477bbd7c" title="Set the view matrix to draw object (in this order scale, trans AND rotate).">GRRLIB_ObjectViewInv()</a></code> sample</li>