21 lines
495 B
HTML
21 lines
495 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>SetCameraPosition [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>sub SetCameraPosition( x, y, z) </h2></p>
|
|
<p>
|
|
Sets the absolute position of the camera in the scene
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="translatecamera.html">TranslateCamera</a>
|
|
<a href="getcameraposition.html">GetCameraPosition</a>
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |