Rick Posted March 16, 2013 Share Posted March 16, 2013 Gives a nice camera shake effect. Attach to your camera and call it's Shake() input. http://www.leadwerks.com/werkspace/files/file/414-le3-camera-shake/ The result is shown here: http://www.leadwerks.com/werkspace/page/videos/_/-r196 Quote Link to comment Share on other sites More sharing options...
Thirsty Panther Posted March 22, 2015 Share Posted March 22, 2015 Sorry for digging up an old thread but I'm after a camera shake script . The link above no longer works. I've checked the wiki and it not there either. Anyone help? Quote Link to comment Share on other sites More sharing options...
Josh Posted March 22, 2015 Share Posted March 22, 2015 Fixed. 1 Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Thirsty Panther Posted March 22, 2015 Share Posted March 22, 2015 Many thanks. Has that fixed other files as well. I couldnt find the timer script either ( although I had a copy in another project so I used that). Quote Link to comment Share on other sites More sharing options...
CangoJoe Posted July 6, 2016 Share Posted July 6, 2016 Hello, Do you have an updated version of this script for LE4? The link above doesn't work again. Quote Link to comment Share on other sites More sharing options...
Genebris Posted July 6, 2016 Share Posted July 6, 2016 Just offset a camera with small random value every frame. camera:SetPosition(camera.position + Vec3(Math.Random(-0.1,0.1), Math.Random(-0.1,0.1), Math.Random(-0.1,0.1))) Quote Link to comment Share on other sites More sharing options...
Josh Posted July 7, 2016 Share Posted July 7, 2016 It should still be available in the Leadwerks Google Drive archive: https://drive.google.com/folderview?id=0BxLsUYPSspxcfms3bmpvQlBSVjVYREljSElpQ3JfTmQydzg4anExZ2Fyb0I3NjZxSmkwd1E&usp=drive_web Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
CangoJoe Posted July 7, 2016 Share Posted July 7, 2016 Cool thanks much - I'll dig through those archives. Who knows, I might find some other useful stuff in there! (please Ignore previous mis-post) Quote Link to comment Share on other sites More sharing options...
CangoJoe Posted July 7, 2016 Share Posted July 7, 2016 Just an FYI for anyone interested, the scripts are located in: Public> Downloads Archive> Scripts : CameraShake.lua Cheers 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.