WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 25 of 29
Search took 0.00 seconds.
Search: Posts Made By: shai
Forum: Vizard 09-13-2005, 01:10 PM
Replies: 1
Views: 8,330
Posted By shai
close window event

Hi,
I was wondering if it's possible to make my vizard program somehow call a function when a user clicks on the "X" (or close window button)?

For example, I'd like to close all the files that I...
Forum: Vizard 08-25-2005, 04:37 PM
Replies: 5
Views: 8,798
Posted By shai
question about avatar

Hey,

I want to have an avatar animation in my program and want to wait until the whole animation has finished and then let the program keep on running.

What is the easiest way to do this? Is...
Forum: Vizard 08-25-2005, 12:58 PM
Replies: 1
Views: 8,760
Posted By shai
gamepad problem

Hello,

I was just wondering how I can use the gamepad when I have a keyboard input. If I comment out the "inp=viz.input("blabla")
then the gamepad works. but if i leave it in, the gamepad input...
Forum: Vizard 08-16-2005, 03:04 PM
Replies: 2
Views: 9,797
Posted By shai
nice trick, worked! thanks

nice trick, worked!
thanks
Forum: Vizard 08-16-2005, 01:06 PM
Replies: 2
Views: 9,797
Posted By shai
general question about <network>.send()

Hello,

I succeeded in sending a list of primitives, i.e., a list of characters, or a list of integers. but i'm running into problems sending a list of objects.

for example, is it possible for...
Forum: Vizard 08-11-2005, 03:15 PM
Replies: 6
Views: 12,999
Posted By shai
by the way, the two commands inside the...

by the way,

the two commands inside the while loop are indented with tabs...
(it just didn't post correctly onto the forum)
Forum: Vizard 08-11-2005, 03:08 PM
Replies: 6
Views: 12,999
Posted By shai
problem with input boxes

Hi,

I ran the following program on two different computers with input of 1 and on both Vizard 2.5 opened two input boxes instead of one.

I thought that it might be an integer and string issue...
Forum: Vizard 08-10-2005, 04:19 PM
Replies: 3
Views: 11,572
Posted By shai
Thanks Farshizzo, there's only one other...

Thanks Farshizzo,

there's only one other issue that I have run into, my program now keeps displaying:

** WARNING: Could not find subchild with name: 'm_head.cmx'

although it works fine in...
Forum: Vizard 08-09-2005, 02:34 PM
Replies: 3
Views: 11,572
Posted By shai
vizard 2.5 compatability issue

Hey guys,

say i have an 'avatar' variable, then:

avatar.cal.pose(4) does not work in vizard 2.5.

it seems ".cal.pose()" method does not exist for avatars in vizard 2.5 however it exists in...
Forum: Vizard 05-06-2005, 01:29 PM
Replies: 4
Views: 12,472
Posted By shai
scaling avatar's body parts

Hello,

i'm trying to scale individual body parts on a female avatar-

i've tried:
"avatar.getchild('f_Head.cmx').scale(2,1,1)"
and
"avatar.getchild('f_Head').scale(2,1,1)"
and...
Forum: Vizard 03-04-2005, 06:44 PM
Replies: 3
Views: 43,805
Posted By shai
loading anacapa avatars?

i have the following files listed below in a directory, i don't have a .cfg, .cmx files, or anything like that (only .bip, .bmp, and .3ds file), i was wondering how to load this new type of avatar in...
Forum: Vizard 02-23-2005, 12:57 PM
Replies: 1
Views: 9,651
Posted By shai
texquad

hi, i was wondering, i'd like to use texquad to texture an image,
but for some reason it "scales" my image and makes my edges
fuzzy, but i'd like my edges to be as clean as they are in photoshop....
Forum: Vizard 02-23-2005, 12:54 PM
Replies: 3
Views: 10,436
Posted By shai
female textures

the female textures are not based on the male textures, it's kind
of a different file, is it 'allowable' for me to post the female texture on this board so you can see what i mean?
Forum: Vizard 02-23-2005, 11:02 AM
Replies: 3
Views: 10,436
Posted By shai
problem with female clothes

hello,
i'm having a problem with my clothes for females. i can't seem
to change the female's shoes.

the thing is, with the same type of code i actually get the men's shoes to work. but i'm...
Forum: Vizard 02-10-2005, 02:11 PM
Replies: 1
Views: 8,609
Posted By shai
head deformation problem

hello,
i have a weird problem. i'm trying to make an obese avatar by scaling the body but not the head. the problem is i'm using .vzf
faces.

as a result, when i rotate my avatar the head...
Forum: Vizard 02-09-2005, 12:26 PM
Replies: 1
Views: 9,014
Posted By shai
viz.remove ?

hi, i'd like the variable 'scene' to change every once in awhile:

scene=viz.add(world1.wrl)

then with a certain keypress i'll have:

scene=viz.add(world2.wrl)

the question is, every time i...
Forum: Vizard 12-02-2004, 09:04 AM
Replies: 1
Views: 8,280
Posted By shai
equivalent to setExpression

Hi,

I'm using peoplemaker w/ the new avatars, i'd like to move the avatar's mouth according to a certain threshold.
the command that was used w/ the old avatar's is setExpression(1,threshold).
...
Forum: Vizard 12-01-2004, 11:53 AM
Replies: 10
Views: 13,591
Posted By shai
worked like a charm-- tnx man!

worked like a charm--

tnx man!
Forum: Vizard 11-29-2004, 05:26 PM
Replies: 10
Views: 13,591
Posted By shai
still didn't work :'( note: when i do...

still didn't work :'(

note: when i do avatar.idle(4) it doesn't do it right either. (it makes the avatar stand each time it finishes an animation)

but anyway, this following code still makes...
Forum: Vizard 11-29-2004, 04:51 PM
Replies: 10
Views: 13,591
Posted By shai
send=said ... errgh! :-)

send=said ... errgh! :-)
Forum: Vizard 11-29-2004, 04:50 PM
Replies: 10
Views: 13,591
Posted By shai
oh, and when i send "looping" my sit idle...

oh, and when i send "looping" my sit idle animation i meant the avatar is in a certain state.

(the sitting i made in 3dsmax, and i'm playing that cal3d animation.)

(it's basically a person with...
Forum: Vizard 11-29-2004, 04:40 PM
Replies: 10
Views: 13,591
Posted By shai
i'm using 2.17a

i'm using 2.17a
Forum: Vizard 11-29-2004, 03:17 PM
Replies: 10
Views: 13,591
Posted By shai
okay, here's the thing: I'm currently...

okay, here's the thing:

I'm currently looping on my own custom made sit idle animation
which basically has the avatar moving slightly while it is sitting (on a chair.)

Now, when I call my...
Forum: Vizard 11-29-2004, 10:44 AM
Replies: 10
Views: 13,591
Posted By shai
freeze problem

Hello,

a user called 'vduckie' w/ subject 'avatar animations' asked a question on how to freeze an avatar once it finishes an action.

I have the same problem, except my animation is NOT a...
Forum: Vizard 11-16-2004, 06:57 PM
Replies: 2
Views: 10,080
Posted By shai
avatars speaking problem

Hello,

I'm trying to get synchronous lip movement w/ a wav file. For some reason it seems that vizard only likes Microsoft 8-bit PCM encoded files, w/ 16-bit audio files make the whole avatar...
Showing results 1 to 25 of 29

 
Forum Jump

All times are GMT -7. The time now is 02:19 AM.


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