Forum: Vizard
05-20-2005, 02:03 PM
|
Replies: 1
Views: 35,558
Error when playing wav files...?
Hi there,
I created a python dictionary of sound files for my world --
#Create a Python dictionary of experimenter sounds
soundMap = {}
#A list of all the different experimenter sound files...
|
Forum: Vizard
05-15-2005, 04:23 PM
|
Replies: 1
Views: 16,961
|
Forum: Vizard
11-30-2004, 04:08 PM
|
Replies: 8
Views: 34,001
|
Forum: Vizard
11-30-2004, 03:44 PM
|
Replies: 8
Views: 34,001
You rock, Farshid.
Thanks for your help.
...
You rock, Farshid.
Thanks for your help.
After much commenting out/commenting in, etc. -- we've figured out the MAIN cause of the lag -- something we didn't expect.
So it turns out that we...
|
Forum: Vizard
11-30-2004, 03:16 PM
|
Replies: 8
Views: 34,001
So there are two complex "actions" in the code...
So there are two complex "actions" in the code that we've found to possibly have been affecting the lag...I want to know if you have any suggestions as to any possible (relatively easy) solutions:
...
|
Forum: Vizard
11-28-2004, 04:40 PM
|
Replies: 8
Views: 34,001
Hi,
I tried your script and everything ran...
Hi,
I tried your script and everything ran smoothly...
But I think my problem is a little more complicated -- the thing is, I have 7 timers running at once (so that each avatar performs a given...
|
Forum: Vizard
11-24-2004, 04:25 PM
|
Replies: 8
Views: 34,001
|
Forum: Vizard
09-21-2004, 11:54 AM
|
Replies: 1
Views: 13,905
Re: 'moving the head about'
Hi there,
We're trying to control the movement of a .vzf head independent of an avatar's body (i.e. 'male.cfg')
Right now, if I type:
separateface = viz.add('biohead_talk.vzf')...
|
Forum: Vizard
09-20-2004, 04:21 PM
|
Replies: 3
Views: 17,269
|
Forum: Vizard
09-20-2004, 03:49 PM
|
Replies: 3
Views: 17,269
More on avatar animations
Hi there,
This is a tough question to explain in text, but I'll try my best:
In regards to this this previous post, (http://www.worldviz.com/forum/showthread.php3?s=&threadid=190)
I...
|
Forum: Vizard
09-20-2004, 01:53 PM
|
Replies: 1
Views: 13,500
Headless avatar
Hi,
Is there a way to remove the head on an avatar? -- (for the purpose of putting the HEAD_POS on top of the body of the avatar and locking it there, so that when the user rotates/rolls his/her...
|
Forum: Vizard
09-20-2004, 01:07 PM
|
Replies: 1
Views: 16,214
Translate Head Pos to Starting Pos via Key
Hi there,
I'm trying to make a key function to reset the user's HEAD_POS to a starting position in the world. The code I have is like the following:
def mykeyboard(key):
if key == 'a':
...
|
Forum: Vizard
09-15-2004, 03:54 PM
|
Replies: 4
Views: 26,483
PeopleMaker - creating morphs
Hi there,
In PeopleMaker:
I've been having trouble creating a morph from a regular version of my head to a version of my head with my mouth open. (I made sure I created both heads exactly the...
|
Forum: Vizard
09-15-2004, 11:18 AM
|
Replies: 1
Views: 13,140
The get command
Hi there,
I have a duck walking circles in my world. I have this keyboard action that gets me the position of the duck whenever I press '1'. However, for some reason, even when I did put 2...
|
Forum: Vizard
09-15-2004, 11:04 AM
|
Replies: 1
Views: 15,074
Advanced/"Conditional" avatar animations
Hi there,
I was wondering -- if I, for example, have two avatars (say a man and a woman) in my world -- and I have this queue of actions for one avatar to perform (the man):
turn_left =...
|