View Single Post
  #2  
Old 02-15-2006, 09:40 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

I'm assuming by objects you mean all node3d objects? The following should return a list of all the current node3d objects in the world:
Code:
n = viz._GlobalNodeList.values()
What exactly are you trying to do?
Reply With Quote