modelsbymike3d
- Total activity 710
- Last activity
- Member since
- Following 0 users
- Followed by 18 users
- Votes 52
- Subscriptions 285
Comments
Recent activity by modelsbymike3d Sort by recent activity-
Yes, the link I provided in my last comment is an alternative way of doing the travers effect.
-
I tried your code and it is due to closures. A helper function to create the touch component stuff makes the code work as you intend. var thisObject = script.getSceneObject();var l = thisObject.get...
-
You'd have to write a script that reads the rotation of the headbinding and then clamps the values to the ranges you specify.
-
You can add up to 8 tags. If you hit the enter key on your keyboard after each tag you should be able to add more.
-
This tutorial uses a different technique to create the effect, although I believe Ben's tutorial still works. https://arbootcamp.com/snapchat-intermediate/time-warp
-
The resources panel lists what assets are available to use in your lens. The objects panel dictates what is actually in your lens. If you did not remove anything from the objects panel, you might r...
-
You are printing script.getSceneObject()'s name, not the child object's name. I don't think the script object in the bound function refers to your child object; I think it is still the script objec...
-
You need to provide more details. Which template? What changes did you make? Which features is your lens using? What type of device do you have?
-
The "General" topic would probably be a better fit, but it's fine here. Are you able to provide any screenshots here? With the 3D body tracking there is a "proportion and pose" setting that may sol...
-
You can do this my modifying the scripts. You'll just need to create a variable to hold the entire text and then add to it as each individual transcription is completed.