WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: Moh200jo
Forum: Vizard 04-21-2009, 09:39 AM
Replies: 7
Views: 15,102
Posted By Moh200jo
I correct something like this: avatar_position...

I correct something like this:
avatar_position = avatar.getPosition()
def avatarstate():
global avatar_position
if avatar_position == avatar.getPosition():
avatar.state(1)
else:...
Forum: Vizard 04-21-2009, 09:08 AM
Replies: 7
Views: 15,102
Posted By Moh200jo
yes just define a function to check the avatar...

yes just define a function to check the avatar state
Forum: Vizard 04-21-2009, 07:11 AM
Replies: 7
Views: 15,102
Posted By Moh200jo
I correct this what you are looking for. ...

I correct this what you are looking for.
import viz
import vizcam
viz.go()
viz.add('tut_ground.wrl')
avatar = viz.add('vcc_female.cfg')
avatar.state(2)
handcontrol =...
Forum: Vizard 04-21-2009, 06:41 AM
Replies: 7
Views: 15,102
Posted By Moh200jo
try the following code to link the avatar with...

try the following code to link the avatar with the mainview
mainview=viz.clearcolor(viz.SKYBLUE)
avatar = viz.add('vcc_female.cfg')
avatar.setPosition(0,0,9)
view = viz.MainView
link =...
Showing results 1 to 4 of 4

 
Forum Jump

All times are GMT -7. The time now is 07:02 PM.


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