Files
BlitzNext/_release/help/commands/3d_commands/TriangleVertex.htm
T
2014-12-08 12:43:20 +13:00

31 lines
694 B
HTML

<html>
<head>
<title>Blitz3D Docs</title>
<link rel=stylesheet href=../css/commands.css type=text/css>
</head>
<body>
<h1>TriangleVertex ( surface,triangle_index,corner )</h1>
<h1>Parameters</h1>
<table>
<tr>
<td>
surface - surface handle
<br />
triangle_index - triangle index
<br />
corner - corner of triangle. Should be 0, 1 or 2.
</td>
</tr>
</table>
<h1>Description</h1>
<table>
<tr>
<td>
Returns the vertex of a triangle corner.
</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=TriangleVertex&ref=comments target=_blank>here</a> to view the latest version of this page online</body>
</html>