Package: graphene
Function graphene:matrix-init-perspective
Lambda Listgraphene:matrix-init-perspective (matrix fovy aspect znear zfar) Argumentsmatrix -- a graphene:matrix-t instance fovy -- a number for the field of view angle, in degrees aspect -- a number for the aspect value znear -- a number for the near z plane zfar -- a number for the far z plane Return ValueThe initialized graphene:matrix-t instance. Details
Initializes the matrix with a perspective projection. Notes | See also |
2025-4-6