Is it possible to use occlusion for the AR.GeoLocation 3D model in AR GeoObject?
We are working on an application that will display advertising banners at a certain height in the building when you enter a predefined area with geo-photos.
Now, at the current stage, using wikitude, we can place the AR object model in the building. But the problem is that they are able to see the model behind the walls and build between the target building. We want to avoid this and show the ad only when there are no obstacles between the target building and the camera.
The confusion that I have is that we want the occluder to be dynamic in its behavior. So, whether it be a building, a tree, a hand or something else, the effect must be applied, and the model is not displayed for the part that is blocked.
In addition, I have attached a couple URLs for your link to demonstrate what we are looking for
1) https://www.youtube.com/watch?v=a5NLRMEnu2U 2) https://www.youtube.com/watch?v=CQFkTvEcfpk
var World = { loaded: false, rotating: false, init: function initFn() { this.createModelAtLocation(); }, createModelAtLocation: function createModelAtLocationFn() {
};
World.init ();
Please let me know
Thanks Umesh.
source share