PDA

View Full Version : Return all objects in the field of view


zumbay
03-01-2017, 12:24 PM
Hi there,

is there a way to return the names of all objects/nodes which are in the field of view?

I am running on the HTC Vive and would love to check on update what is currently in the visual field of the participant.

Thanks!!

Jeff
03-03-2017, 04:52 AM
The window.isCulled (http://docs.worldviz.com/vizard/#commands/window/isCulled.htm) command returns whether an object is culled by the window's view frustum. However, an object may not be visible because it's behind another object and still be in the view frustum.

zumbay
03-05-2017, 11:52 PM
This is exactly what I needed - thanks!