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

33 lines
711 B
HTML

<html>
<head>
<title>Blitz3D Docs</title>
<link rel=stylesheet href=../css/commands.css type=text/css>
</head>
<body>
<h1>VertexNormal surface,index,nx#,ny#,nz#</h1>
<h1>Parameters</h1>
<table>
<tr>
<td>
surface - surface handle
<br />
index - index of vertex
<br />
nx# - normal x of vertex
<br />
ny# - normal y of vertex
<br />
nz# - normal z of vertex
</td>
</tr>
</table>
<h1>Description</h1>
<table>
<tr>
<td>
Sets the normal 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=VertexNormal&ref=comments target=_blank>here</a> to view the latest version of this page online</body>
</html>