WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 04-02-2009, 10:45 AM
Moh200jo Moh200jo is offline
Member
 
Join Date: Feb 2009
Posts: 99
import Mainview

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
Attached Files
File Type: zip ground.zip (140.7 KB, 755 views)
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Best way to import map data from 3ds Max v-Salik Vizard 6 04-09-2010 04:40 AM
How to import or link vizards djones1010 Vizard 1 03-02-2009 09:14 AM
mainview Moh200jo Vizard 4 02-19-2009 12:32 AM
Pick porblem with arrays shivanangel Vizard 3 08-27-2007 10:10 AM
Problem with database import pattie Vizard 1 09-02-2006 11:15 AM


All times are GMT -7. The time now is 03:10 PM.


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