Updated changelog

This commit is contained in:
Jan Möbius
2017-01-13 08:44:36 +01:00
parent 789ca69d20
commit b3bd58a378

View File

@@ -15,6 +15,19 @@
<li>Several warnings fixed (Including the checked iterators)</li>
</ul>
<b>Tools</b>
<ul>
<li>Subdivider: New Midpoint subdivision scheme</li>
<li>Subdivider: Use double as default type</li>
</ul>
<b>Geometry</b>
<ul>
<li>QuadricT: implement Q+Q and Q*scalar operators for convenience.</li>
</ul>
<b>IO</b>
<ul>
<li>BaseExporter: Added accessor functions for HalfEdgeHandles and faceTexCoords to base exporter and exporter template.</li>