TextureCoords.htm 820 B

123456789101112131415161718192021222324252627282930313233
  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>TextureCoords texture,coords</h1>
  8. <h1>Parameters</h1>
  9. <table>
  10. <tr>
  11. <td>
  12. texture - name of texture <br />
  13. coords - <br />
  14. 0: UV coordinates are from first UV set in vertices (default) <br />
  15. 1: UV coordinates are from second UV set in vertices
  16. </td>
  17. </tr>
  18. </table>
  19. <h1>Description</h1>
  20. <table>
  21. <tr>
  22. <td>
  23. Sets the texture coordinate mode for a texture. <br />
  24. <br />
  25. This determines where the UV values used to look up a texture come from.
  26. </td>
  27. </tr>
  28. </table>
  29. <br>
  30. <a target=_top href=../index.htm>Index</a><br>
  31. <br>
  32. Click <a href=http://www.blitzbasic.co.nz/b3ddocs/command.php?name=TextureCoords&ref=comments target=_blank>here</a> to view the latest version of this page online</body>
  33. </html>