WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 25 of 32
Search took 0.00 seconds.
Search: Posts Made By: pattie
Forum: Vizard 05-11-2007, 04:06 PM
Replies: 12
Views: 26,714
Posted By pattie
Client Server Networking problem

If it works on your side, then it definitively is something with my network config.
I'll keep on playing around.

Thanks
Patrick
Forum: Vizard 05-11-2007, 03:03 PM
Replies: 12
Views: 26,714
Posted By pattie
Client Server Networking problem

No need for the chat management code, I experimented without it.

SERVER SERVER SERVER SERVER

import viz
import viznet
viz.go()
viz.clearcolor(.2,.2,.4)
view = viz.get(viz.MAIN_VIEWPOINT)...
Forum: Vizard 05-11-2007, 02:25 PM
Replies: 12
Views: 26,714
Posted By pattie
Client Server Networking problem

Sorry about posting this thread in the wrong place.

Here is the code I am using:

SERVER SERVER SERVER SERVER:

import viz
import viznet
viz.go()
viz.clearcolor(.2,.2,.4)
Forum: Vizard 05-10-2007, 12:41 PM
Replies: 12
Views: 26,714
Posted By pattie
Cleint Server Networking problem

I am using the very last version on all machines
Forum: Vizard 05-09-2007, 11:05 AM
Replies: 12
Views: 26,714
Posted By pattie
Client Server networking problem

Hi guys:

I think you might want to take a look at the sendAll function. It looks like it does not send the events to the clients (server works fine).

Is it a bug in the client server code or...
Forum: Vizard 05-07-2007, 10:48 AM
Replies: 12
Views: 26,714
Posted By pattie
Client server Networking

Both clients can ping the server using either the IP address or the name
Forum: Vizard 05-05-2007, 06:03 PM
Replies: 12
Views: 26,714
Posted By pattie
Client Server Networking Problem

Hi guys:

I have been playing around with the client server example.
I have been experiencing a problem for a few days now:

I am using the server script and two clients to connect to the...
Forum: Vizard 12-19-2006, 03:33 PM
Replies: 2
Views: 8,300
Posted By pattie
IVE panorama

I am interested in knowing how the panorama.ive file is created in the scaffold.py program that is used as a demo in Vizard.

Is it initially:
- Two fisheye pictures that are stitched?
- A bunch...
Forum: Vizard 12-13-2006, 10:55 AM
Replies: 2
Views: 10,899
Posted By pattie
Project .avi or .mpeg file

Hi:

I would like to project movies (.avi or .mpeg) files into the Virtual Environment so that the user is immersed "inside" the movie (usually a 180 degrees immersion).

Once the movie is made,...
Forum: Vizard 10-06-2006, 08:17 AM
Replies: 12
Views: 13,935
Posted By pattie
Vizard and Networking

Thanks Farshizzo.
I was indeed trying only using IP adresses.

Patrick
Forum: Vizard 10-05-2006, 04:52 PM
Replies: 2
Views: 9,031
Posted By pattie
VizLink problem

Thanks, Paul

Maybe it should be added in the help file, unless I missed it there.

Thanks for the help anyways
Patrick
Forum: Vizard 10-05-2006, 04:45 PM
Replies: 12
Views: 13,935
Posted By pattie
Vizard and Networking

I have one more question:

Is there an easy way to send an object like a wav file or an image through he network (it could make sense on a local network like gigabit Ethernet) ?

Thanks
Patrick
Forum: Vizard 10-05-2006, 04:23 PM
Replies: 12
Views: 13,935
Posted By pattie
Vizard and Networking

I just realized that the indentation in the last message I posted on the forum concerning this problem was not correctly received by the forum software. I just wanted to let you guys know that the...
Forum: Vizard 10-05-2006, 04:13 PM
Replies: 12
Views: 13,935
Posted By pattie
Vizard and Networking

Ok, I have not been able to make the program (version beta2 to version beta2) work using a mailbox event instead of a network event. Again, the mailbox event never happens.
Below is the code I used....
Forum: Vizard 10-04-2006, 04:49 PM
Replies: 12
Views: 13,935
Posted By pattie
Vizard and networking

Thanks guys for reacting quickly!

Patrick
Forum: Vizard 10-03-2006, 04:15 PM
Replies: 12
Views: 13,935
Posted By pattie
Vizard and Networking

I just realized that the function mynetwork in the program duckwalk.py running on version 3.0 is never called when we move in the version 2.50b.

So it looks like the NETWORK_EVENT never happens...
Forum: Vizard 10-03-2006, 03:51 PM
Replies: 12
Views: 13,935
Posted By pattie
Vizard and Networking

I have tried using the 2.50b lite Vizard edition on both machines, and everything is working beautifully.

When I use the 2.50b lite version on one machine, and the 3.00.1626 beta2 version on the...
Forum: Vizard 10-03-2006, 11:52 AM
Replies: 12
Views: 13,935
Posted By pattie
Vizard and networking

I already tried for the ip addresses as well as printing what is supposed to be received on each side. Nothing is arriving on either side. I will keep on searching. Any idea welcome.

thanks...
Forum: Vizard 10-02-2006, 04:26 PM
Replies: 12
Views: 13,935
Posted By pattie
Vizard and Networking

Soryy if this is considered a stupid question. I am trying to run the duckwalk.py example on my network at home.
I am using 2 computers with the Beta2 version of Vizard installed on each of them....
Forum: Vizard 10-02-2006, 04:20 PM
Replies: 5
Views: 11,420
Posted By pattie
Pre/Post transforms

Thanks a lot
This will help!

Patrick
Forum: Vizard 09-30-2006, 06:32 AM
Replies: 2
Views: 9,031
Posted By pattie
Vizlink problem

Below is a sample piece of code (numbered lines for clarity) that I play around with in order to make sure I understand the linking process.
1: import viz
2: viz.go()
3: block = viz.add('box.wrl')...
Forum: Vizard 09-30-2006, 04:44 AM
Replies: 5
Views: 11,420
Posted By pattie
Pre and Post transformation

Thanks that will keep me going for now.
If you have any link on the mathematics of those transformations, I am still interested.

Patrick
Forum: Vizard 09-29-2006, 01:02 PM
Replies: 5
Views: 11,420
Posted By pattie
Pre/Post transformations

Could anyone point me to a good source of explanation of what exactly happens when we apply a pretransformation (for example preTrans or preScale, or preRot) or a posttransformation on a link object....
Forum: Vizard 09-02-2006, 11:10 AM
Replies: 1
Views: 10,038
Posted By pattie
Problem with database import

I am now trying to use the MySQL database with Vizard. I installed the MySQLdb module, which is the Python's interface API to MySQL.

When I run the command "import _mysql", I get the following...
Forum: Vizard 08-31-2006, 08:15 PM
Replies: 2
Views: 46,986
Posted By pattie
Avatar always return in initial position

Thanks for your info. It actually helped me find a shorter and simpler solution.

Here it is:

avatar = viz.add('male.cfg')
avatar.translate(0,1,4)
mainview = viz.MainView
viewPosition =...
Showing results 1 to 25 of 32

 
Forum Jump

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


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