Hi,
I understand the use of shaders is limited on iOS. Short of actually blurring an image in photoshop, is it possible to blur an object during runtime?
Hi,
I understand the use of shaders is limited on iOS. Short of actually blurring an image in photoshop, is it possible to blur an object during runtime?
Blur it in photoshop. Even if it were possible to do a blur at runtime it's prolly better to have it prerendered to keep it cpu optimized.
ChrisBurrows - I think it's possible, but fiddly and slow:
1. Resize your source image to a smaller size
2. Use the Screen Capture object (iOS version available here: http://community.clickteam.com/showthread.php?t=71184&page=2) to save out at the new size
3. Load the saved image into an Active PIcture and scale back to the original size of the source image.
Hope that helps!