31 lines
609 B
HTML
31 lines
609 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>GetProjectionMatrix [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Sub GetProjectionMatrix(matA) </h2></p>
|
|
<p>
|
|
Gets 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="setprojectionmatrix.html">SetProjectionMatrix</a>
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |