VertexU.htm 751 B

1234567891011121314151617181920212223242526272829303132
  1. <html>
  2. <head>
  3. <title>Blitz3D Docs</title>
  4. <link rel=stylesheet href=../css/commands.css type=text/css>
  5. </head>
  6. <body>
  7. <h1>VertexU# ( surface,index [,coord_set] )</h1>
  8. <h1>Parameters</h1>
  9. <table>
  10. <tr>
  11. <td>
  12. surface - surface handle <br />
  13. index - index of vertex <br />
  14. coord_set (optional) - UV mapping coordinate set. Should be set to 0 or 1.
  15. </td>
  16. </tr>
  17. </table>
  18. <h1>Description</h1>
  19. <table>
  20. <tr>
  21. <td>
  22. Returns the texture u coordinate of a vertex. <br />
  23. <br />
  24. See also: VertexV, VertexTexCoords
  25. </td>
  26. </tr>
  27. </table>
  28. <br>
  29. <a target=_top href=../index.htm>Index</a><br>
  30. <br>
  31. Click <a href=http://www.blitzbasic.co.nz/b3ddocs/command.php?name=VertexU&ref=comments target=_blank>here</a> to view the latest version of this page online</body>
  32. </html>