Jye Trudinger
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
Activity overview
Latest activity by Jye Trudinger-
Jye Trudinger commented,
You can access the Material fizzle transition like so: You could then change the value over time using the tween js library //@input Asset.Material materialscript.material.mainPass.transition = 0....
-
Jye Trudinger commented,
This should work for you - will work with as many glasses needed: //@input SceneObject[] glassesvar currentPair = 0;for(var i = 0; i<script.glasses.length; i++) script.glasses[i].enabled = f...
-
Jye Trudinger commented,
Hey Simone, Make sure your phone isn't on silent and you have the volume turned all the way up. That should do the trick!
-
Jye Trudinger commented,
Refer to https://lensstudio.snapchat.com/api/classes/AnimatedTextureFileProvider/ specifically the playFromFrame function so in the end you'd have a loop through all the objects and set the sta...
-
Jye Trudinger commented,
Ah yes Thank you Andrew you have just made me realise my mistake! I was updating the print out every frame but the problem was I think getTransform() only returns a Copy of the transform as opposed...
-
Jye Trudinger created a post,
Unable to read rotation data from Gyro
Hi There, I am trying to extract rotation data from a Gyro component in their raw form (as an angle preferably) however I cannot seem to find where they are being stored. I can see that the sprite ...
-
Jye Trudinger commented,
Thank you very much for the reply! I think it would be great to have a masking material - it could open up so many possibilities! I would suggest to have some sort of 'blend' mode, features like ...
-
Jye Trudinger created a post,
Masking in lens studio
I have been using lens studio for a while and have gotten quite familiar with it. My next lens requires me to create a sort of mask effect. For example I need a circle in the middle of the screen t...