Skip to content

kolodi/OutOfFrustum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OutOfFrustum

Tracking objects and display markers on screen edges when they are aout of view

Screenshot

Screenshot Debug

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.

About

Tracking objects and display markers on screen edges when they are out of view

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages