| 123456789101112131415161718192021222324252627282930313233 |
- <html>
- <head>
- <title>Blitz3D Docs</title>
- <link rel=stylesheet href=../css/commands.css type=text/css>
- </head>
- <body>
- <h1>TextureCoords texture,coords</h1>
- <h1>Parameters</h1>
- <table>
- <tr>
- <td>
- texture - name of texture
<br />
- coords -
<br />
- 0: UV coordinates are from first UV set in vertices (default)
<br />
- 1: UV coordinates are from second UV set in vertices
- </td>
- </tr>
- </table>
- <h1>Description</h1>
- <table>
- <tr>
- <td>
- Sets the texture coordinate mode for a texture.
<br />
-
<br />
- This determines where the UV values used to look up a texture come from.
- </td>
- </tr>
- </table>
- <br>
- <a target=_top href=../index.htm>Index</a><br>
- <br>
- 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>
- </html>
|