Updated Documentation for halfedge normals and texcoords
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@513 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -34,7 +34,7 @@ entity for which it can be used.
|
||||
<td>X</td>
|
||||
<td>X</td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td>X</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Position <sup> (*) </sup> </td>
|
||||
@@ -55,7 +55,7 @@ entity for which it can be used.
|
||||
<td>X</td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td>X</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -114,6 +114,7 @@ are:
|
||||
<li>request_face_status()</li>
|
||||
<li>request_face_texture_index()</li>
|
||||
<li>request_halfedge_status()</li>
|
||||
<li>request_halfedge_normals()</li>
|
||||
<li>request_halfedge_texcoords1D()</li>
|
||||
<li>request_halfedge_texcoords2D()</li>
|
||||
<li>request_halfedge_texcoords3D()</li>
|
||||
@@ -135,6 +136,7 @@ Added properties can be released by the following functions:
|
||||
<li>release_face_status()</li>
|
||||
<li>release_face_texture_index()</li>
|
||||
<li>release_halfedge_status()</li>
|
||||
<li>release_halfedge_normals()</li>
|
||||
<li>release_halfedge_texcoords1D()</li>
|
||||
<li>release_halfedge_texcoords2D()</li>
|
||||
<li>release_halfedge_texcoords3D()</li>
|
||||
@@ -156,6 +158,7 @@ A property's existance can be tested with
|
||||
<li>has_face_status()</li>
|
||||
<li>has_face_texture_index()</li>
|
||||
<li>has_halfedge_status()</li>
|
||||
<li>has_halfedge_normals()</li>
|
||||
<li>has_halfedge_texcoords1D()</li>
|
||||
<li>has_halfedge_texcoords2D()</li>
|
||||
<li>has_halfedge_texcoords3D()</li>
|
||||
|
||||
Reference in New Issue
Block a user