ar-drawing-java
ar-drawing-java copied to clipboard
A simple AR drawing experiment build in Java using ARCore.
Hi, Thanks for this great project. I wonder what BiquadFilter do. And how it works. May you explain in more details what is the purpose of this filter ? And...
how to use multiple LineShaderRenderer objects?
I want to draw the images using my webapi, so basically the android app receives the data and based on that draws the images. Basically I want to remotly draw...
In this commit I've updated: - `com.google.ar:core` to version `1.6.0` which require to call `mSession.resume()` inside try & catch block, which is more safer. - support libs & target sdk...
I was trying to draw over the object rather than in the air, currently whenever i draw a line over some object it draws in the air at some specific...
We should request the permission before DrawAR because the ARCore's JNI_OnLoad need the permission. If don't request it before DrawAR, the app will crash on the first start.
Would you please explain the effect of the BiquadFilter.java. When i disuse this class, I got the first vertex coordinate wrong as if it suddenly occurs out of screen, please!
Hi, App crash when we try to launch it on samsung S7 edge > 03-22 14:17:35.813 28240-28240/? E/Zygote: v2 > 03-22 14:17:35.814 28240-28240/? E/Zygote: accessInfo : 0 > 03-22 14:17:36.236...