34 lines
832 B
HTML
34 lines
832 B
HTML
<html>
|
|
<head>
|
|
<title>Blitz3D Docs</title>
|
|
<link rel=stylesheet href=../css/commands.css type=text/css>
|
|
</head>
|
|
<body>
|
|
<h1>VertexTexCoords surface,index,u#,v#[,w#][,coord_set]</h1>
|
|
<h1>Parameters</h1>
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
surface - surface handle
|
|
<br />
|
|
index - index of vertex
|
|
<br />
|
|
u# - u# coordinate of vertex
|
|
<br />
|
|
v# - v# coordinate of vertex
|
|
<br />
|
|
w# (optional) - w# coordinate of vertex
|
|
<br />
|
|
coord_set (optional) - co_oord set. Should be set to 0 or 1.
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<h1>Description</h1>
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
Sets the texture coordinates of an existing vertex.
|
|
</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=VertexTexCoords&ref=comments target=_blank>here</a> to view the latest version of this page online</body>
|
|
</html>
|