Skip to content

Commit bbc3339

Browse files
authored
Update README.md
1 parent 8924791 commit bbc3339

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ Tracking objects and display markers on screen edges when they are aout of view
44
![Screenshot](Demo/screenshot.png?raw=true "Screenshot")
55

66
![Screenshot Debug](Demo/debug.png?raw=true "Screenshot Debug")
7+
8+
Basic and ther simplest method to test objects' visibiliy is using OnBacameVisible and OnBecameUnvisible callbacks, but it has a bunch of limitations. It is related to a single renderer component. Also on Hololens, the actual viewport is narrower than the camera rendering frustum. To resolve these issues there is the second method, it is used in Demo scene. You can track complex objects, all renederes in their hierarchy is included, also visibility checking happens inside custom narrower frustum.

0 commit comments

Comments
 (0)