
Ben Knutson
I'm an Official Lens Creator, Lens Creative Partner, and Lens Studio Ambassador who loves everything AR! Through Lens Studio, I have learned a lot of cool things like javascript, photo and video editing, and 3D animation. I love using Lens Studio because it does all the legwork behind really complex technical things, and lets us do all the fun stuff, allowing us to create amazing works of ARt without having to be an expert!
- Total activity 169
- Last activity
- Member since
- Following 0 users
- Followed by 25 users
- Votes 16
- Subscriptions 65
Comments
Recent activity by Ben Knutson Sort by recent activity-
For the effect above you can actually use a blur post effect that has been added in lens studio! You can even adjust the blurriness
-
For the effect above you can actually use a blur post effect that has been added in lens studio! You can even adjust the blurriness
-
Hey! you can use the behavior script to trigger each animation! Let me know if you have any questions. Ben
-
Hey Abigail, The three main scripts that Snap offers in every project are 'Tween Manager' for animating objects, 'Behavior' for creating custom triggers and responses, and 'WorldObjectController' w...
-
you would replace var fishAnimation = script.getSceneObject().getFirstComponent("Component.SpriteVisual"); with var fishAnimation = script.getSceneObject().getFirstComponent("Component.Image");Tha...
-
Hey Drew, If would be helpful if you described what you are trying to accomplish with your script. Are you trying to play an animated image sequence? If that's the case, you can create your 2D anim...
-
Hey Colin! In the latest 2.1 update to Lens Studio, I noticed they added some triggers to the behavior script! One of them is Recording Start. You can then either set the response to Set Enabled a...
-
Hey Tanya, You'd want to do a few things to accomplish this. First, you'd need to add your 'sunburn' effect as a face mask. I'd play around with the different blend modes to see what would work bes...
-
Hey Shasha, First, you would add that credit PNG as a Screen Image. Then, add the Behavior Script in the "Helper Scripts" Section. Leave the Trigger as is on Touch Event, and change the response ty...
-
Hey a_ij, Are you by any chance using touchBlocking in any of the scripts? This will disable the ability to use tap gestures like focusing and double-tapping to switch cameras. You can set touchB...