Jye Trudinger
- النشاط الكلي 15
- النشاط الأخير
- عضو منذ
- يتابِع 0 مستخدم
- متابَع من 0 مستخدم
- أصوات 1
- الاشتراكات 6
نظرة عامة على الأنشطة
آخر نشاط بواسطة Jye Trudinger-
Jye Trudinger قام بالتعليق،
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 قام بالتعليق،
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 قام بالتعليق،
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 قام بالتعليق،
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 قام بالتعليق،
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 أنشأ منشوراً،
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 قام بالتعليق،
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 أنشأ منشوراً،
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...