hi , I wanted to know if there's any distance limitations for objects in imageTarget projects . cause I'm building a tunnel with depthMasks and it seems that the end of the tunnel which is a wall ( a cube) is not working , and instead i see the imageTarget texture!
thanks
- Sort Posts
- 2 replies
- Last post
Distance limitation for imageTarget
April 1, 2012 - 2:24am #1
Re: Distance limitation for imageTarget
April 2, 2012 - 12:19pm #3
Re: Distance limitation for imageTarget
April 2, 2012 - 8:01am #2
You might need to adjust the near and far clipping planes on the ARCamera (in the Inspector view). Pick values that work well with the scale of your targets in the scene. You can see how the camera's view frustum changes in the scene as you change these values.
- Kim
Thanks , exactly what I was looking for :)