Wiki > TV3D65 Index > TVMesh
SetVertex
DESCRIPTION
-This page has been generated automatically. Please improve it by adding a description and additional information.
DECLARATION
| VB.NET | SetVertex(iVertexId As Integer , x As Single , y As Single , z As Single , nx As Single , ny As Single , nz As Single , tu1 As Single , tv1 As Single , tu2 As Single , tv2 As Single , color As Integer) As Integer |
| C++ | int SetVertex(int iVertexId , float x , float y , float z , float nx , float ny , float nz , float tu1 , float tv1 , float tu2 , float tv2 , int color ) |
PARAMETERS
| NAME | OPTIONAL | DESCRIPTION |
| iVertexId | No | iVertexId description |
| x | No | x description |
| y | No | y description |
| z | No | z description |
| nx | No | nx description |
| ny | No | ny description |
| nz | No | nz description |
| tu1 | No | tu1 description |
| tv1 | No | tv1 description |
| tu2 | No | tu2 description |
| tv2 | No | tv2 description |
| color | No | color description |
RETURN VALUE
| Integer | Description of what the return value means. |
EXAMPLES
TIPS
- Please add any notes or tips for this method.