14 lines
298 B
Plaintext
14 lines
298 B
Plaintext
#title SetProjectionMatrix [RCBasic Doc]
|
|
#header Sub SetProjectionMatrix(matA, projection_type)
|
|
|
|
Sets the camera projection matrix for the active canvas
|
|
|
|
Possible values for projection_type
|
|
#list ul
|
|
#li PROJECTION_TYPE_ORTHOGRAPHIC
|
|
#li PROJECTION_TYPE_PERSPECTIVE
|
|
#/list
|
|
|
|
#ref GetProjectionMatrix
|
|
|