From 1686e92b7dd31f58243af070af24297e82d4ac14 Mon Sep 17 00:00:00 2001 From: Pascal Engeler <engelerp@phys.ethz.ch> Date: Fri, 27 Aug 2021 13:06:48 +0200 Subject: [PATCH] more info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a10b92f..295a24a 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Todo **Usage** - Construct object (e.g. when new finger goes down) - `start_drawing` with initial position (e.g. with finger down position) -- Upon new location (e.g. finger motion to new position), setup Opengl state (use shader, bind FBO, bind VAO, **bind VBO**, set viewport, bind textures) and call `draw`. Call `redraw` with all required FBO/texture combinations. +- Upon new location (e.g. finger motion to new position), setup Opengl state (use shader `draw`, bind FBO, bind VAO, **bind VBO**, set viewport, bind textures) and call `draw`. Call `redraw` with all required FBO/texture combinations. - Destruct when drawing this line is finished (e.g. finger is lifted) -- GitLab