From 15a5cc6ca0b93a923e1bfd25850d3d645aaa43b5 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Mon, 12 Nov 2018 17:53:45 +0100 Subject: Py API Docs: another use case for offscreen rendering --- doc/python_api/examples/gpu.8.py | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/python_api/examples/gpu.8.py') diff --git a/doc/python_api/examples/gpu.8.py b/doc/python_api/examples/gpu.8.py index 187276d61f5..7e41164fc7e 100644 --- a/doc/python_api/examples/gpu.8.py +++ b/doc/python_api/examples/gpu.8.py @@ -23,6 +23,7 @@ offscreen.bind() try: bgl.glClear(bgl.GL_COLOR_BUFFER_BIT) with gpu.matrix.push_pop(): + # reset matrices -> use normalized device coordinates [-1, 1] gpu.matrix.load_matrix(Matrix.Identity(4)) gpu.matrix.load_projection_matrix(Matrix.Identity(4)) -- cgit v1.2.3