VertexNormal.htm 711 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>VertexNormal surface,index,nx#,ny#,nz#</h1>
  8. <h1>Parameters</h1>
  9. <table>
  10. <tr>
  11. <td>
  12. surface - surface handle <br />
  13. index - index of vertex <br />
  14. nx# - normal x of vertex <br />
  15. ny# - normal y of vertex <br />
  16. nz# - normal z of vertex
  17. </td>
  18. </tr>
  19. </table>
  20. <h1>Description</h1>
  21. <table>
  22. <tr>
  23. <td>
  24. Sets the normal of an existing vertex.
  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=VertexNormal&ref=comments target=_blank>here</a> to view the latest version of this page online</body>
  32. </html>