diff options
Diffstat (limited to 'examples/heightmap')
| -rw-r--r-- | examples/heightmap/main.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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" ) |
