Skip to content

Commit 0b9084b

Browse files
committed
Added plugin section.
1 parent 2cc888b commit 0b9084b

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

features.html

+34
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,39 @@ <h2 class="section-title">OS</h2>
118118

119119

120120

121+
<!--////////////////////////////////////////////////////////////-->
122+
<!--/////////////////// Plug-in (addon) ///////////////////-->
123+
<!--////////////////////////////////////////////////////////////-->
124+
<section id="Plug-in" class="doc-section">
125+
<h2 class="section-title">Plug-in (addon)</h2>
126+
<div class="table-responsive">
127+
<table class="table table-bordered">
128+
<thead>
129+
<tr align=center>
130+
<th>Engine</th>
131+
<th>3ds Max</th>
132+
<th>Blender</th>
133+
</tr>
134+
</thead>
135+
<tbody>
136+
<tr align=center>
137+
<td align=left>Hydra 2</td>
138+
<td><span class="table table-check"><i class="fas fa-check"></i></span></td>
139+
<td><span class="table table-check"><i class="fas fa-check"></i></span></td>
140+
</tr>
141+
<tr align=center>
142+
<td align=left>Hydra 3</td>
143+
<td></td>
144+
<td>only export XML</td>
145+
</tr>
146+
</tbody>
147+
</table>
148+
</div>
149+
</section><!--//OS doc-section-->
150+
151+
152+
153+
121154
<!--////////////////////////////////////////////////////////////-->
122155
<!--/////////////////// Hardware ///////////////////-->
123156
<!--////////////////////////////////////////////////////////////-->
@@ -1492,6 +1525,7 @@ <h2 class="section-title">Render elements</h2>
14921525
<div id="doc-nav" class="doc-nav">
14931526
<nav id="doc-menu" class="nav doc-menu flex-column sticky">
14941527
<a class="nav-link scrollto" href="#OS" >OS</a>
1528+
<a class="nav-link scrollto" href="#Plug-in" >Plug-in</a>
14951529
<a class="nav-link scrollto" href="#Hardware" >Hardware</a>
14961530
<a class="nav-link scrollto" href="#GI" >Global illumination</a>
14971531
<a class="nav-link scrollto" href="#Geometry" >Geometry</a>

0 commit comments

Comments
 (0)