Pete Baron
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
Activity overview
Latest activity by Pete Baron-
Pete Baron commented,
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 created a post,
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 created a post,
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 commented,
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 commented,
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 commented,
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 commented,
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 commented,
Pretty sure I tried that and it was the same as 'horizontal' - the lens did not start.
-
Pete Baron commented,
It seems that using the 'horizontal' setting prevents the lens from running at all... is there a reason for this?
-
Pete Baron created a post,
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...