Benslenses
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 20 users
- Votes 16
- Subscriptions 65
Comments
Recent activity by Benslenses Sort by recent activity-
Yup so add a face Stretch and adjust till it looks as close as possible. For the voice alteration, Lens Studio does have an "Audio Effect" component you can add to the scene as well. That should do...
-
Hey There! This lens would actually be pretty easy to make yourself! All you need to do is download lens studio, start a new project and add a "Face Stretch" to your object panel. Then adjust the f...
-
I love it! Maybe you could add some face insets like eyes and a mouth to Mona Lisa's face, that way users could interact with the lens and add their own personal touch!
-
I don't think there is currently a way to automate the process of building and submitting a Lens...but there are many ways to speed up the process. If you have 20 different sets of assets with the ...
-
Wow this is awesome! I love how you rotate the outer layer around the head! I'm guessing you used a tween transform for that. The rotation kinda speeds up and slows down towards the end and I'm gue...
-
Hey Michael, One way to work around this would be to center the user around the portal at start like you currently have, but set the device tracking on the camera to "Rotate" This would make it s...
-
I love it!! Glad my tuts helped :D
-
Hey Mike, You could create a workaround by using this script - // @input SceneObject[] obj var event = script.createEvent("CameraFrontEvent"); event.bind(function (eventData) { for (var i = 0; i ...
-
Heya, You can create a variable called something like randomNumber, and use the javascript random and floor functions to find an integer between two numbers, then pass that into the delayedcallba...
-
Hey Souleymane! First, you'll need to create a Label Billboard in the Objects panel. Next, you'll add your text in the Label component. Back in the Object Panel, hover your mouse over the Helper ...