32 lines
633 B
HTML
32 lines
633 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>SetProjectionMatrix [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Sub SetProjectionMatrix(matA, projection_type) </h2></p>
|
|
<p>
|
|
Sets the camera projection matrix for the active canvas
|
|
</p>
|
|
<p>
|
|
Possible values for projection_type
|
|
</p>
|
|
<ul>
|
|
<li>
|
|
PROJECTION_TYPE_ORTHOGRAPHIC
|
|
</li>
|
|
<li>
|
|
PROJECTION_TYPE_PERSPECTIVE
|
|
</li>
|
|
</ul>
|
|
<br><p>Related:
|
|
<a href="getprojectionmatrix.html">GetProjectionMatrix</a>
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |