diff options
| author | jussi | 2022-02-27 19:31:28 +0200 |
|---|---|---|
| committer | jussi | 2022-02-27 19:31:28 +0200 |
| commit | c3ae0a6c28316174891f8361ee0226d699a24013 (patch) | |
| tree | 5e6ece761d9fda650ceef7e2dd2b164ce6e6ce57 /examples/heightmap | |
| parent | da446b40b6923a08ce1f12f01bb93522c97683fe (diff) | |
| download | reilua-enhanced-c3ae0a6c28316174891f8361ee0226d699a24013.tar.gz reilua-enhanced-c3ae0a6c28316174891f8361ee0226d699a24013.tar.bz2 reilua-enhanced-c3ae0a6c28316174891f8361ee0226d699a24013.zip | |
Color pixel functions.
Diffstat (limited to 'examples/heightmap')
| -rw-r--r-- | examples/heightmap/main.lua | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/examples/heightmap/main.lua b/examples/heightmap/main.lua index c2d184e..ecc6993 100644 --- a/examples/heightmap/main.lua +++ b/examples/heightmap/main.lua @@ -70,27 +70,6 @@ function init() matrix = RL_MatrixMultiply( RL_MatrixIdentity(), RL_MatrixTranslate( { -4, 0, -4 } ) ) end -function process( delta ) - -- print( "RL_GetTouchPointCount()", RL_GetTouchPointCount() ) - -- print( "RL_GetGestureDetected()", RL_GetGestureDetected() ) - -- local gesture = RL_GetGestureDetected() - - -- if gesture then - -- local dragVec = RL_GetGestureDragVector() - -- local pinchVec = RL_GetGesturePinchVector() - -- -- print( "gesture "..gesture, "dragVec "..dragVec[1]..", "..dragVec[2] ) - -- print( "gesture "..gesture, "dragVec "..pinchVec[1]..", "..pinchVec[2] ) - -- end - - -- local vec = RL_GetGestureDragVector() - - -- print( vec[1]..", "..vec[2] ) - - -- if RL_IsGestureDetected() then - -- print( RL_GetGestureDetected() ) - -- end -end - function draw() RL_ClearBackground( { 100, 150, 100 } ) RL_UpdateCamera3D( camera ) |
