Thread: User-Interface
View Single Post
  #16  
Old 02-14-2005, 10:59 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
1) The following code will pick an object from the screen:
Code:
object = viz.pick(0,viz.SCREEN)
2) The following code will get the current head position:
Code:
pos = viz.get(viz.HEAD_POS)
Reply With Quote