Pete Baron
- النشاط الكلي 16
- النشاط الأخير
- عضو منذ
- يتابِع 0 مستخدم
- متابَع من 0 مستخدم
- أصوات 1
- الاشتراكات 5
نظرة عامة على الأنشطة
آخر نشاط بواسطة Pete Baron-
Pete Baron قام بالتعليق،
This works... var flat = quat.lookAt(hit.normal, vec3.up());if (isNaN(flat.x)){// bug in lookAt makes it fail if vectors are aligned...if (hit.normal.y > 0.9) flat = quat.angleAxis(Math.PI / 2, vec...
-
Pete Baron أنشأ منشوراً،
quat.lookAt fails
The function quat.lookAt fails (returns a quat with all NaN values) when the direction is aligned with the 'up' vector. I'm trying to draw Images as decals on the walls, floor and ceiling and usin...
-
Pete Baron أنشأ منشوراً،
quat.toEuler undocumented
Hi there,I recently noticed a typo in my code where I'd used a function name "quat.toEuler" instead of the documented API function "quat.toEulerAngles".When I 'fixed' it to the documented function...
-
Pete Baron قام بالتعليق،
I think you can do this by using a custom variable to your particle VFX graph which controls the spawn rate. Set it to zero when you want to stop new particles spawning then stop the particle syst...
-
Pete Baron قام بالتعليق،
Thanks for the suggestions Bart!I've reopened the App Store several times and SnapChat is listed with an 'open' button not the 'update' button I first saw... but given this device has been offline ...
-
Pete Baron قام بالتعليق،
Additional: I see that in my project Resources the new LensStudio has added "Physics Root World Settings" which cannot be deleted but is not being used.
-
Pete Baron قام بالتعليق،
I'm having the same problem but it has continued even after updating SnapChat on my iPad Mini. It works fine on my iPad Air.The only other difference (than the model) is that the Mini has been unu...
-
Pete Baron قام بالتعليق،
Pretty sure I tried that and it was the same as 'horizontal' - the lens did not start.
-
Pete Baron قام بالتعليق،
It seems that using the 'horizontal' setting prevents the lens from running at all... is there a reason for this?
-
Pete Baron أنشأ منشوراً،
Add custom device simulation sizes?
I'm working on a lens that will be used for a Snap Cam installation with a web-cam. I'd like to see how it will look but there are only a very small selection of devices which are simulated.Is ther...