Skip to content

Commit

Permalink
Update aerialod.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ephtracy authored Oct 31, 2019
1 parent 0d6a905 commit e3ae1e0
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions aerialod.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,27 @@ <h2>Aerialod @ ephtracy (Win <span id="version" class="badge">v0.0.0</span>)</h2
<div class="row">
<div class="col-lg-2 col-md-2 col-sm-3">
<div class="list-group table-of-contents">
<a href="#update_000" class="list-group-item">0.0.0</a>
<a class="twitter-timeline" data-width="300" data-theme="dark" href="https://twitter.com/ephtracy?ref_src=twsrc%5Etfw">Tweets by ephtracy</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
</div>

<div class="col-lg-10 col-md-10 col-sm-9">
<div class="panel panel-primary" id="update_log_container">
<div class="panel-heading">
<h3 class="panel-title">Update Log</h3>
</div>
<div class="panel-body">
<div id="update_000">
<div id="update_001">
<div class="updatelog_header text-warning">0.0.1 - 10/31/2019</div>
<ul class="decimallist">
<li> Support polygonal and bilinear surface rendering modes. </li>
<li> Support importing and exporting PNG, JPG, TIF image formats. </li>
<li> Support exporting PLY meshes. </li>
</ul>
</div>
</div>

<div id="update_000">
<div class="updatelog_header text-warning">0.0.0 - 10/19/2019</div>
<ul class="decimallist">
<li> Height Bit Depth: 1, 2, 4 for 8-bit, 16-bit and 32-bit internal texture formats. </li>
Expand Down

0 comments on commit e3ae1e0

Please sign in to comment.