playcanvas-ar
playcanvas-ar copied to clipboard
Box is shaking
When I used Starterkit, The box is shaking so much.
Does it have a smooth option?
I think this example suitable for comparison. https://github.com/jeromeetienne/AR.js#try-it-on-mobile
No but that would be very easy to add. Just track the orientation reported by ARToolkit and instead of using that directly, just interpolate towards it.
No but that would be very easy to add. Just track the orientation reported by ARToolkit and instead of using that directly, just interpolate towards it.
Would that be around here in the code?
Yes, that's correct. You would lerp towards the finalMatrix
position and rotation instead of setting them directly.
Hi guys did anyone solve this ?