View Single Post
  #1  
Old 10-07-2014, 11:14 AM
BSUGeek BSUGeek is offline
Member
 
Join Date: Oct 2014
Posts: 23
Question <window>.isCulled help

Hi everyone,

I'm trying to figure out this <window>.isCulled stuff. I'm just testing it out right now. I have an avatar not in view when the world opens. He then begins to walk until he is in view. and I want the program to print out I see you but nothing is happening once the avatar walks into view. any help will be greatly appreciated.


Code:
avatar = viz.addAvatar('vcc_male2.cfg',pos=[-2,0,0])

if(viz.MainWindow.isCulled(avatar)==0): 
	print 'I See You'
Reply With Quote