Closed brianchirls closed 9 years ago
lookat and lookaway events are useful but only fire when looking directly at object (or not). @simonhultgren requested events that fire whether an object is in view at all. This is a good idea.
lookat
lookaway
I'm gonna implement this as a boolean property on the object, not as an event, since that will be more performant.
still need to document this
See this live working example http://jsbin.com/pejumi/edit?js
lookat
andlookaway
events are useful but only fire when looking directly at object (or not). @simonhultgren requested events that fire whether an object is in view at all. This is a good idea.