Updated docs
This commit is contained in:
31
doc/files/getprojectionmatrix.html
Normal file
31
doc/files/getprojectionmatrix.html
Normal file
@@ -0,0 +1,31 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user