Martin Sanchez
- Total activity 51
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 4
- Subscriptions 22
Comments
Recent activity by Martin Sanchez Sort by recent activity-
You can use the Behavior script provided by Lens Studio. Just add it to an empty scene object and select "Face Event" for trigger, "Smile Started" for Event Type and "Set Texture" for Response Type...
-
I looked at this and looks like you should be using the "Play Sound" option instead of "Set Enabled" but it doesn't have a toggle option so I modified the script to add one. If you haven't modified...
-
Use the nodes "Split vec2" / "Split vec3" to unpack and "constructor" node to pack
-
Can you post a screenshot of how you have it setup?
-
You can click on the segmentation texture in the Resources panel to get to it's settings in the Inspector panel. If you uncheck "Refine Edge" and turn up "Feathering" you can that kind of effect.
-
Try making a diffuse material and adding this image as base texture. Then set the material to each Sclera object.
-
@... Here is a stripped version of the countdown script I modified a little that you can use: // -----JS CODE-----// @input Component.Text remainingDateText// @ui {"widget":"group_start", "label":"...
-
No problem, your lens looks great!
-
Marina I tried changing the PaperHeadController script to allow to change textures and came up with this, bit of a hack around, see if this works for what you're trying to do. https://drive.google....
-
How are you changing between the mouths?