From 895c7f1a06de2d89347909d62da41be9d62f0d09 Mon Sep 17 00:00:00 2001 From: jussi Date: Wed, 12 Apr 2023 00:05:57 +0300 Subject: glBlitFramebuffer. --- examples/heightmap/main.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/heightmap/main.lua') diff --git a/examples/heightmap/main.lua b/examples/heightmap/main.lua index eb660b3..ae1f6b8 100644 --- a/examples/heightmap/main.lua +++ b/examples/heightmap/main.lua @@ -39,8 +39,8 @@ function RL.init() camera:setPosition( { 0, 8, 16 } ) camera:setTarget( { 0, 0, 0 } ) camera:setUp( { 0, 1, 0 } ) - -- camera.mode = camera.MODES.ORBITAL - camera.mode = camera.MODES.FREE + camera.mode = camera.MODES.ORBITAL + -- camera.mode = camera.MODES.FREE -- camera.mode = camera.MODES.FIRST_PERSON heigthImage = RL.LoadImage( RL.GetBasePath().."../resources/images/heightmap.png" ) -- cgit v1.2.3