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

34 lines
866 B
HTML

<html>
<head>
<title>Blitz3D Docs</title>
<link rel=stylesheet href=../css/commands.css type=text/css>
</head>
<body>
<h1>PaintSurface surface,brush</h1>
<h1>Parameters</h1>
<table>
<tr>
<td>
surface - surface handle
<br />
brush - brush handle
</td>
</tr>
</table>
<h1>Description</h1>
<table>
<tr>
<td>
Paints a surface with a brush.
<br />
<br />
This has the effect of instantly altering the visible appearance of that particular surface, i.e. section of mesh, assuming the brush's properties are different to what was applied to the surface before.
<br />
<br />
See also: PaintEntity, PaintMesh.
</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=PaintSurface&ref=comments target=_blank>here</a> to view the latest version of this page online</body>
</html>