
Jye Trudinger
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
Comments
Recent activity by Jye Trudinger Sort by recent activity-
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....
-
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...
-
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!
-
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...
-
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...
-
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 ...