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

35 lines
995 B
HTML

<html>
<head>
<title>Blitz3D Docs</title>
<link rel=stylesheet href=../css/commands.css type=text/css>
</head>
<body>
<h1>PointEntity entity,target[,roll#]</h1>
<h1>Parameters</h1>
<table>
<tr>
<td>
entity - entity handle
<br />
target - target entity handle
<br />
roll# (optional) - roll angle of entity
</td>
</tr>
</table>
<h1>Description</h1>
<table>
<tr>
<td>
Points one entity at another.
<br />
<br />
The optional roll parameter allows you to specify a roll angle as pointing an entity only sets pitch and yaw angles.
<br />
<br />
If you wish for an entity to point at a certain position rather than another entity, simply create a pivot entity at your desired position, point the entity at this and then free the pivot.
</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=PointEntity&ref=comments target=_blank>here</a> to view the latest version of this page online</body>
</html>