WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   import Mainview (https://forum.worldviz.com/showthread.php?t=1947)

Moh200jo 04-02-2009 10:45 AM

import Mainview
 
1 Attachment(s)
This shall be a silly problem, following to my previous threads I have a problem in my own environment; this environment does not follow the avatar while she is walking.
HTML Code:

import viz
viz.go()
mainview=viz.clearcolor(viz.SKYBLUE)
view1=viz.add('ground.wrl')
view1.setScale(1,1,1)
view1.setPosition(-200,-2000,10550)
#view1.setEuler([0,0,0])
avatar = viz.add('vcc_female.cfg')
avatar.setPosition(0,0,0)
walkAction = vizact.walkTo([0,view1,40])
avatar.addAction(walkAction)
link = viz.link(avatar, view1)
link.preTrans([0,-.1,-1])

I am surprising from the primitive number, which is 14650?
Any idea would be appreciated
Thanks


All times are GMT -7. The time now is 09:57 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC