Skip to content

Commit

Permalink
Add basic animation feature description
Browse files Browse the repository at this point in the history
  • Loading branch information
TrialDragon committed Jan 17, 2024
1 parent a468bfa commit 1c43886
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ <h2 class="feature-title">Render Graph</h2>
<div class="feature-text">
<h2 class="feature-title">Animation</h2>
<div class="feature-description">
<p>A capable animation system</p>
<ul class=feature-sublist>
<li>Create skeletal rig animation with ECS-based joint API</li>
<li>Use blend shapes A.K.A morph targets to animate minute details</li>
<li>Import animations from GLTF files</li>
</div>
</div>
<div class="feature-image">
Expand Down

0 comments on commit 1c43886

Please sign in to comment.