Jacob Knipfing
- النشاط الكلي 280
- النشاط الأخير
- عضو منذ
- يتابِع 0 مستخدم
- متابَع من 7 مستخدم
- أصوات 4
- الاشتراكات 116
تعليقات
النشاط الحديث بواسطة Jacob Knipfing الترتيب حسب النشاط الحديث-
Hi Алексей, That's very strange, I tried running the script in the latest version (2.0.0.2) and it's working for me with no errors. Can you let me know what version of Studio you are using, and wha...
-
Hi, You can use a script like this to increase the counter on tap and then display the value on a Text component. // @input Component.Text textComponentvar counter = 0;script.textComponent.text = c...
-
Hi Luis! You can use the Behavior script for this! 1. Add a Behavior from the Objects panel by going to Add New > Helper Scripts > Behavior. 2. On the Behavior object, set Trigger to "Lens Turned O...
-
Hey kriptk, You can force Face Stretch to always work in landscape mode by causing the Lens to track a second face. The easiest way to do this is: 1. Add New > Head Binding 2. Select the new Head B...
-
Hey Ashley, I'm having trouble reproducing this. Can you give some details on when that code is run, and if anything else is interacting with the label? Thanks,Jacob
-
Hey Shaun, You can get pretty close to that effect by starting with the Distort template, scaling up the mouth inset to cover the nose, moving points around on the face stretch, and then tweaking t...
-
Hi Mads, This is pretty hard, but you might be able to get something like it working. First off, there's an existing lens called Donut Head that does something similar to this, using the space abov...
-
You can do this by enabling "Use Orig. Face" on your second Face Mask, and setting its "Texture" property to the Device Camera Texture. Hope this helps!
-
Hi Zach, The opacity texture anchor points seem to be working for me in the latest release (1.6.2). Can you try these steps and confirm that the opacity texture still isn't behaving the way you exp...
-
Hi Steven, The easiest way to do this is to start with the WorldObjectController object disabled in the Objects panel, and enable it through script on SurfaceTrackingReset event. Here's a simple sc...