psychopy.tools.gltools.getModelViewMatrix

psychopy.tools.gltools.getModelViewMatrix()[source]

Get the present model matrix from the OpenGL matrix stack.

Returns:

4x4 model/view matrix.

Return type:

ndarray


Back to top