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-
Add a screen image, scale it, and then position it. More info here.
-
You can convert the 3D position to 2D using the worldSpaceToScreenSpace function. That function will return coordinates in a 0-1 range. I think the Orthographic cameras go -5 to 5 in x and -10 to 1...
-
+1 At the very least have a Chrome OS version of Snap Camera. General Linux support for both Lens Studio and Snap Camera would also be nice.
-
You can add a Head Binding and change the attachment point to the mouth. Then if you access the position of the Head Binding it will give you the mouth position. https://lensstudio.snapchat.com/gui...
-
Super late, but just made a tutorial on how to do that -> https://learn.arbootcamp.com/snapchat-intermediate/opacity-slider
-
I believe you have to be the music artist to get the song attached to the lens. But it would indeed be nice if the music features were opened up a little more to the creator community.
-
There is a lens called "Disappear" that is kinda similar. I would say you would have the user tap to capture the scene without the user (copyFrame function on camera texture - will require some scr...
-
The worldSpaceToScreenSpace function might be what you need: https://lensstudio.snapchat.com/api/classes/Camera/
-
There is not a template for this. If you want the target face plastered on top of your face, you could start with a face mask or the face mesh. I've seen mixed results of this working. If you want ...
-
It sounds like you haven't selected the camera property. The "// @input" lines mean that after you add the script to your scene, you then need to specify those properties in the Inspector Panel. On...