View Single Post
  #1  
Old 02-20-2017, 10:13 AM
chris2307 chris2307 is offline
Member
 
Join Date: Nov 2013
Posts: 36
viz.pick() with multiple windows

I have a three-screen application. I've created three windows (leftView, centreView and rightView) which is displayed on each screen.

I would like to count the number of objects in the scene at any given time. In the past, I have done this by looping through the screen and using viz.pick() to determine the number of unique objects.

I tried to get this feature working in my three-screen application. However, I believe it is only using the main viewpoint and not the three different windows because the amount of objects I am getting is the same as I would see if it was a single-screen application.

How can I do this differently so I can count the number of unique objects in view? Am I limited to just the main viewpoint when using viz.pick()
Reply With Quote