WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 76 to 99 of 99
Search took 0.01 seconds; generated 71 minute(s) ago.
Search: Posts Made By: Moh200jo
Forum: Vizard 04-02-2009, 03:47 AM
Replies: 0
Views: 20,096
Posted By Moh200jo
help in battlefield example

I am beginner with Vizard and am trying to understand how can I import my own environment into vizard and then to change some characteristics. One suggestion was to export my environment to .ive...
Forum: Vizard 04-01-2009, 02:26 AM
Replies: 8
Views: 27,582
Posted By Moh200jo
Attachment

I have attached battlefield.wrl with this thread
:D
Forum: Vizard 04-01-2009, 02:20 AM
Replies: 8
Views: 27,582
Posted By Moh200jo
openthreadsWin32.dll

I cannot install it
it needs this
openthreadsWin32.dll was not found.
any help to fix this?
thanks,
Forum: Vizard 03-31-2009, 11:38 AM
Replies: 8
Views: 27,582
Posted By Moh200jo
battlefield.zip: Upload of file failed. ...

battlefield.zip:
Upload of file failed.

:mad:
Forum: Vizard 03-31-2009, 11:31 AM
Replies: 8
Views: 27,582
Posted By Moh200jo
attachment1

attachment1
Forum: Vizard 03-31-2009, 11:26 AM
Replies: 8
Views: 27,582
Posted By Moh200jo
battlefield example

Hi,
I want to use battlefield example from 3Ds Max tutorial with vizard after exported it to WRL. I am trying to allow avatar walking on this scenes, the avatar should follow the shape of the...
Forum: Vizard 03-23-2009, 01:29 AM
Replies: 1
Views: 22,093
Posted By Moh200jo
Avatar

My application requires the avatar to walk for unknown distance and direction; mouse or keyboard should control the direction. How vizard do that?
Any suggestion would be really appreciated.
Thanks,
Forum: Vizard 03-19-2009, 10:05 AM
Replies: 1
Views: 21,080
Posted By Moh200jo
strike the boxes

Is there any help to strike the boxes by avatar?
Thanks
import viz
viz.go()

room=viz.add('court.ive')
room.setPosition(0,0,25)
avatar=viz.add('vcc_male.cfg')
avatar.setPosition(0,0,3)
view...
Forum: Vizard 03-10-2009, 09:43 AM
Replies: 3
Views: 35,005
Posted By Moh200jo
Thanks Jeff. May I ask here how can I use the...

Thanks Jeff. May I ask here how can I use the commands with pyserial? If so, for example if the code of the speed is 160, how can I use this code to read the speed?
Chaps, any help.
Thanks,
Forum: Vizard 03-09-2009, 05:57 AM
Replies: 3
Views: 35,005
Posted By Moh200jo
serial port with vizard

Can I use vizard directly to receive data through serial port and to let these data control my virtual world?
Thanks,
Forum: Vizard 02-24-2009, 12:24 PM
Replies: 5
Views: 28,522
Posted By Moh200jo
I have same problem now?

I have same problem now?
Forum: Vizard 02-24-2009, 10:07 AM
Replies: 2
Views: 25,216
Posted By Moh200jo
speed and distance

I found the problem and it is that the avatar position times the speed; for example : if the box position is 2 and the avatar starts from 0 with speed 2 his position will be at 4 not 2 although the...
Forum: Vizard 02-24-2009, 04:00 AM
Replies: 2
Views: 25,216
Posted By Moh200jo
this is a sample : import viz viz.go() ...

this is a sample :
import viz
viz.go()

room=viz.add('court.ive')
box = viz.add('box.wrl')
room.setPosition(0,0,25)

boxes=[]
for i in [15,30]:
Forum: Vizard 02-24-2009, 02:08 AM
Replies: 2
Views: 25,216
Posted By Moh200jo
Walking Function

Hi guys
Are there any examples for walking to specific targets?
For example: the targets are 4 boxes; the avatar should walk to reach them and then stop for 1s in front box (4 stops).
I used...
Forum: Vizard 02-23-2009, 10:50 AM
Replies: 1
Views: 22,528
Posted By Moh200jo
Tasks

Hi all,
is there any example for full game by using tasks? :confused:
Thanks,
Forum: Vizard 02-19-2009, 06:37 AM
Replies: 1
Views: 22,964
Posted By Moh200jo
read from SP

I am trying now to read from serial port, I did this before in VB 6 however, today I have tried with vizard after I installed pyserial-2.4.win32 in the following path
C:\Program...
Forum: Vizard 02-18-2009, 12:51 AM
Replies: 4
Views: 26,504
Posted By Moh200jo
mainview

I am trying to make the mainview to keep its moving with the avatar’s moving and speeds as well, I tried with the following simple code. import viz


viz.go()
# add room
room =...
Forum: Vizard 02-17-2009, 06:36 AM
Replies: 12
Views: 31,866
Posted By Moh200jo
I appreciate your efforts with me. I am just...

I appreciate your efforts with me. I am just trying to understand some concepts before to go in my world. However, I will email you the world that I am playing with now.
Thanks,
Forum: Vizard 02-17-2009, 05:03 AM
Replies: 12
Views: 31,866
Posted By Moh200jo
my question about the ballooncollision; how?

my question about the ballooncollision; how?
Forum: Vizard 02-17-2009, 04:51 AM
Replies: 12
Views: 31,866
Posted By Moh200jo
The arm moving is done  but to hit the balloon I...

The arm moving is done  but to hit the balloon I could not understood this concept from the examples (any body can help me how this is working)?
Forum: Vizard 02-17-2009, 03:13 AM
Replies: 12
Views: 31,866
Posted By Moh200jo
So, how can I let him hit the balloon by his hand?

So, how can I let him hit the balloon by his hand?
Forum: Vizard 02-17-2009, 02:13 AM
Replies: 12
Views: 31,866
Posted By Moh200jo
First of all many thanks for your help that is...

First of all many thanks for your help that is fabulous. I tried to let the avatar to hit the balloon while he is walking by the knife link with his hand. What I cant to do -although I did it in many...
Forum: Vizard 02-17-2009, 01:39 AM
Replies: 12
Views: 31,866
Posted By Moh200jo
Many thanks for your reply. I have read all the...

Many thanks for your reply. I have read all the examples at teacher book, and I have done well at most cases. What I am doing now? I am trying to control the avatar walking through the keyboard (for...
Forum: Vizard 02-16-2009, 10:54 AM
Replies: 12
Views: 31,866
Posted By Moh200jo
Avatar

Hi all,
I am beginner on vizard, I am trying to build avatar walking with different speeds (I will control this speed by keyboard), this avatar should hit balls or whatever on his way by knife...
Showing results 76 to 99 of 99

 
Forum Jump

All times are GMT -7. The time now is 09:44 AM.


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