lisichka ggg
Let me know if you have some cool stuff to do!
- النشاط الكلي 41
- النشاط الأخير
- عضو منذ
- يتابِع 0 مستخدم
- متابَع من 0 مستخدم
- أصوات 7
- الاشتراكات 11
تعليقات
النشاط الحديث بواسطة lisichka ggg الترتيب حسب النشاط الحديث-
SirQu3ntin yeah that is only possible right now.
-
Here is the mask for those who really need it.
-
Ok i've found solution. Add new faceMesh and texture will be created. It need some tweaks in Photoshop (remove alpha from eyes and mouth).
-
modelsbymike3d Wow thank you!
-
Martin Sanchez Yes I use the same stuff. But, what will happen if during 2 sec user will switch back to rear camera? Delayed calback will still fire! This is the thing I want avoid.
-
SirQu3ntin Have a good news, I made it by myself) script.createEvent("TapEvent").bind(function(data){ var touchPos=data.getTapPosition(); script.worldTrackingComponent.resetTracking(touchPos); })...
-
SirQu3ntin So sad(((
-
Martin SanchezYeah! That what I was looking for!
-
SirQu3ntinI've tried this script. What will happen if I front event fire and user switches to back camera? And I would like to use not pre made script for this task. thanks
-
SirQu3ntin My idea is to create an event in one script and listen for it in another. Or maybe just call methods from another script. Maybe I need just one main script and it will be better. Not sur...