Fixed bad enum
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1318 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -6,13 +6,19 @@
|
|||||||
|
|
||||||
<!-- --------------------------------------------------------------------- -->
|
<!-- --------------------------------------------------------------------- -->
|
||||||
|
|
||||||
<tr valign=top><td><b>4.1</b> (2015/07/27,Rev.1316)</td><td>
|
<tr valign=top><td><b>4.1</b> (2015/07/27,Rev.1318)</td><td>
|
||||||
<b>Core</b>
|
<b>Core</b>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fixed bug in polymesh normal computation. Added more unittests for normal computation.</li>
|
<li>Fixed bug in polymesh normal computation. Added more unittests for normal computation.</li>
|
||||||
<li>Get rid of some windows preprocessor warnings</li>
|
<li>Get rid of some windows preprocessor warnings</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<b>IO</b>
|
||||||
|
<ul>
|
||||||
|
<li>Options: Fixed bad enum</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
<b>Build System</b>
|
<b>Build System</b>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Removed fixbundle calls if not building apps.</li>
|
<li>Removed fixbundle calls if not building apps.</li>
|
||||||
|
|||||||
@@ -105,7 +105,7 @@ public:
|
|||||||
Binary = 0x0001, ///< Set binary mode for r/w
|
Binary = 0x0001, ///< Set binary mode for r/w
|
||||||
MSB = 0x0002, ///< Assume big endian byte ordering
|
MSB = 0x0002, ///< Assume big endian byte ordering
|
||||||
LSB = 0x0004, ///< Assume little endian byte ordering
|
LSB = 0x0004, ///< Assume little endian byte ordering
|
||||||
Swap = 0x0006, ///< Swap byte order in binary mode
|
Swap = 0x0008, ///< Swap byte order in binary mode
|
||||||
VertexNormal = 0x0010, ///< Has (r) / store (w) vertex normals
|
VertexNormal = 0x0010, ///< Has (r) / store (w) vertex normals
|
||||||
VertexColor = 0x0020, ///< Has (r) / store (w) vertex colors
|
VertexColor = 0x0020, ///< Has (r) / store (w) vertex colors
|
||||||
VertexTexCoord = 0x0040, ///< Has (r) / store (w) texture coordinates
|
VertexTexCoord = 0x0040, ///< Has (r) / store (w) texture coordinates
|
||||||
|
|||||||
Reference in New Issue
Block a user