View Single Post
  #2  
Old 04-21-2009, 06:41 AM
Moh200jo Moh200jo is offline
Member
 
Join Date: Feb 2009
Posts: 99
try the following code to link the avatar with the mainview
HTML Code:
mainview=viz.clearcolor(viz.SKYBLUE)
avatar = viz.add('vcc_female.cfg')
avatar.setPosition(0,0,9)
view = viz.MainView
link = viz.link(avatar, view)
link.preTrans([0,-0.5,-5])
Reply With Quote