WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 21 of 21
Search took 0.00 seconds.
Search: Posts Made By: maya
Forum: Vizard 04-25-2014, 11:44 AM
Replies: 1
Views: 6,142
Posted By maya
vizard license

Hi,

I have the vizard license for 5 users and I already used two of them. I was wondering if I can get back the used license? Can I remove the license from the user? Is it possible?

Thanks,
Forum: Vizard 01-24-2014, 08:07 AM
Replies: 0
Views: 5,714
Posted By maya
scroll bar

hi,

I have 2 questions:
1. Is it possible to have a scroll bar in an info panel or any window that displays messages.

what I want to do is to have a message box with a scroll bar so that the...
Forum: Vizard 01-15-2014, 04:58 AM
Replies: 7
Views: 10,464
Posted By maya
it did not work. what is happening know is...

it did not work.

what is happening know is that the movement of the steve module is linked with the mainview. so, when I move the mouse, the representation of the steve module moves as well.
...
Forum: Vizard 01-15-2014, 02:44 AM
Replies: 7
Views: 10,464
Posted By maya
thanks it worked. however, I want to c what the...

thanks it worked. however, I want to c what the steve module sees infront of him (what he is looking at).

I want it to be in this way as reflected in the upper right view:
this is the code:
...
Forum: Vizard 01-15-2014, 01:44 AM
Replies: 7
Views: 10,464
Posted By maya
thanks it worked. I have another question. ...

thanks it worked.

I have another question.

I replaced the avatar with the steve module and I added the move to action to the module, but I got this error:

player_matrix.aaddAction(walks)...
Forum: Vizard 12-16-2013, 11:53 AM
Replies: 7
Views: 10,464
Posted By maya
I have posted the wrong code. so plz ignore it....

I have posted the wrong code. so plz ignore it. below is the right code.

I managed to simulate an avatar walking randomly. however, I wanted the avatar to pick up the cellphone when he reaches the...
Forum: Vizard 12-15-2013, 08:37 AM
Replies: 7
Views: 10,464
Posted By maya
Unhappy random walk in piazza environment

hi,

I would like to generate a random walk actions for the avatar in the piazza environment. I want the avatar to walk around the environment by itself (without pressing any key) and to perform...
Forum: Vizard 12-03-2013, 12:33 AM
Replies: 18
Views: 16,949
Posted By maya
the replay is too long so I had to divided into...

the replay is too long so I had to divided into 2. sorry for that.


######client2#######

import viz
import viznet
import vizinfo
import vizinput
import viztask
Forum: Vizard 12-03-2013, 12:32 AM
Replies: 18
Views: 16,949
Posted By maya
basically, what I have is a multi user...

basically, what I have is a multi user environment that consists of 1 server and 2 clients. what I mean by a client is the avatar. and I am using 1 pc as the server and the client.
client 1 will do...
Forum: Vizard 12-02-2013, 11:51 AM
Replies: 18
Views: 16,949
Posted By maya
thanx for ur replay. I have tried the...

thanx for ur replay.

I have tried the example. but, the problem is that client1 can't see client2 in its environment. I only can see the 2 clients in the server environment.

is there a way that...
Forum: Vizard 12-01-2013, 10:25 AM
Replies: 18
Views: 16,949
Posted By maya
hi Frank, I have one more question related...

hi Frank,

I have one more question related to the proximity sensor.

I want the 2 clients (avatars) to see each other in the multi user environment.
also, I want to calculate the distance...
Forum: Vizard 11-28-2013, 03:15 AM
Replies: 18
Views: 16,949
Posted By maya
Smile Thanx a lot. It worked.

Thanx a lot. It worked.
Forum: Vizard 11-27-2013, 12:25 PM
Replies: 18
Views: 16,949
Posted By maya
uh ok it's working. but, I wanted the text to...

uh ok it's working. but, I wanted the text to appear when the avatar is for example 1 meter far from the radiation source. this is supposed to be a dangerous area and the message is there to warn...
Forum: Vizard 11-27-2013, 10:31 AM
Replies: 18
Views: 16,949
Posted By maya
hi Frank, thanx for ur replay. I made the...

hi Frank,

thanx for ur replay. I made the text invisible. but now, the text does not appear at all.

am I doing something wrong?

one more thing. in my case I have 1 server and 2 clients, I...
Forum: Vizard 11-26-2013, 04:01 AM
Replies: 18
Views: 16,949
Posted By maya
I installed the latest version and the code...

I installed the latest version and the code worked. thanx a lot.

I added this code in a multi user environment with 1 server and 2 clients.
I added the code in client 1 specifically, but once I...
Forum: Vizard 11-23-2013, 08:35 AM
Replies: 0
Views: 8,074
Posted By maya
Exclamation multi user environment tutorial

hi,

I have been exploring the multi user tutorial in the reference.
I was trying to control the movement of the avatar (selected object from the object list) using keyboard. I have the code for...
Forum: Vizard 11-19-2013, 02:35 AM
Replies: 18
Views: 16,949
Posted By maya
hi, thanks for ur replay. I get an error...

hi,

thanks for ur replay.
I get an error when I ran the example.
this is the error:
sensor = vizproximity.Sensor( vizproximity.CircleArea(1),source=male)
AttributeError: 'module' object has no...
Forum: Vizard 11-18-2013, 09:31 AM
Replies: 1
Views: 8,390
Posted By maya
one more thing, I have checked the multi user...

one more thing, I have checked the multi user environment example in the reference>networking and I am trying to link this example with my code.
I don't know how to do it with the function...
Forum: Vizard 11-17-2013, 01:20 AM
Replies: 18
Views: 16,949
Posted By maya
thanks a lot it worked. I have another...

thanks a lot it worked.

I have another question, how can I calculate the distance between 2 objects?

for example, lets say that the position of the sphere is (0,0,20) and when the avatar...
Forum: Vizard 11-09-2013, 11:28 PM
Replies: 1
Views: 8,390
Posted By maya
multi user

hi,

I am implementing a search and rescue mission scenario that includes a team of robots and humans. each robot must perform a specific task.

so far, I am controlling only one avatar.
I am...
Forum: Vizard 11-08-2013, 07:27 AM
Replies: 18
Views: 16,949
Posted By maya
Smile add text to sphere

hi,

I am very new to Vizard.
I am facing difficulties with adding a 2D text to a sphere. I want the text to appear on the top of the sphere when the user enters 't' ,for example, from the...
Showing results 1 to 21 of 21

 
Forum Jump

All times are GMT -7. The time now is 11:28 AM.


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