![]() |
|
|
|
#1
|
|||
|
|||
|
Is an object in the user's field of view?
Hi all,
is there a simple method to figure out whether a certain 3dnode object is currently visible for the user or not? I don't want to know if the object is visible in general (thus not <node3d>.getVisible), but if it's currently within the users field of view. Any ideas are appreciated!
|
|
#2
|
|||
|
|||
|
You can use window.isCulled to check whether an object is in the view frustum. However, this will not tell you if the object is occluded.
|
|
#3
|
|||
|
|||
|
Jeff, this is exactly what I was looking for. Thanks a lot!
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| A question on field of view | llqqff | Vizard | 0 | 03-11-2010 10:01 AM |
| Freeform view on an animated object problem | jaylocco | Vizard | 2 | 06-08-2009 09:09 PM |
| Get a user's current position from an object? | cgibb | Vizard | 2 | 06-03-2009 06:47 PM |
| keeping a 3d object in front of the view | tavaksai | Vizard | 1 | 07-07-2004 10:33 AM |
| Field of View | Plasma | Vizard | 1 | 04-22-2004 11:14 AM |