WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 02-25-2016, 03:39 AM
Seadna Seadna is offline
Member
 
Join Date: Nov 2015
Posts: 40
Question Spawn Avatar in front of User

Hi folks,

I have been trying to spawn an avatar model a few feet in front of the main view. I can get it to spawn at the location of the main view but not in front. I can offset the spawn location but not in relation to the viewpoint. Any help would be much appreciated.

Code:
def AddBot():
                x,y,z,d = viz.MainView.getAxisAngle()
                a,b,c = viz.MainView.getPosition()
                modelfile = randint(1,3)
                dudestate = randint(1, 14)
                if modelfile == 1:
                                dude = viz.add('vcc_male.cfg') 
                elif modelfile == 2:
                                dude = viz.add('vcc_male2.cfg') 
                elif modelfile == 3:
                                dude = viz.add('vcc_female.cfg') 
                dude.state(dudestate) 
                dude.setPosition(a + 5,b,c, viz.REL_LOCAL)
                dude.setAxisAngle(0,y,0,d)
                ColShape = Cloud.collideMesh()
                dude.collideCapsule()
vizact.onbuttondown(button_addbot, AddBot)
Reply With Quote
 

Tags
avatar, position, relative, viewpoint

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
Unexpected Avatar lookAt() behavior when using yield statements chris2307 Vizard 2 12-17-2013 02:58 AM
Avatar eye contact with user as it moves Ducky Vizard 1 03-01-2013 12:23 PM
How to make avatar always in front of youself (e.g. 20cm) when direction changes Xianshi Xie Vizard 2 06-30-2009 11:13 AM
Has user perception of avatar expressions been tested? Karla Vizard 3 10-28-2008 10:32 AM


All times are GMT -7. The time now is 01:03 AM.


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