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: jrodman
Forum: Vizard 07-11-2007, 01:45 PM
Replies: 15
Views: 23,009
Posted By jrodman
tkinter is not working for me with Vizard 3.0. ...

tkinter is not working for me with Vizard 3.0.

I'm getting the same error message as before:
from Tkinter import *
File "C:\Program Files\WorldViz\Vizard30\bin\lib\lib-tk\Tkinter.py", line...
Forum: Vizard 12-13-2006, 03:38 PM
Replies: 19
Views: 28,342
Posted By jrodman
We're thinking of replacing the graphics cards in...

We're thinking of replacing the graphics cards in our current machines.

Would a 3DFUZION GeForce 6200 with 128 MB be good enough? It's the best card I can find that goes in a PCI slot.
Forum: Vizard 12-12-2006, 04:12 PM
Replies: 19
Views: 28,342
Posted By jrodman
My laptop's specs: Windows XP Professional...

My laptop's specs:
Windows XP Professional Service Pack 2
Dell Inspiron I9300
Intel M 1.73GHz
ATI Mobility Radeon X300 Driver version: 6.14.10.6483

I think the only significant problem I'm...
Forum: Vizard 12-07-2006, 04:16 PM
Replies: 19
Views: 28,342
Posted By jrodman
Having looked a little closer, I now realize that...

Having looked a little closer, I now realize that the separate vertical and horizontal passes do generate diagonal blurring. I now think that the pixelation is generated by the fact that there is a...
Forum: Vizard 12-06-2006, 02:05 PM
Replies: 19
Views: 28,342
Posted By jrodman
The blurring in this one works for me. But, I'm...

The blurring in this one works for me. But, I'm having a number of problems with the script.

First, it gives me a series of 6 error dialog boxes, each titled:
"Producer: Internal Error [] Can't...
Forum: Vizard 12-06-2006, 01:50 PM
Replies: 19
Views: 28,342
Posted By jrodman
We're going to buy a new machine to run on. What...

We're going to buy a new machine to run on. What do we need to look for in a graphics card to get this to work?
Forum: Vizard 11-16-2006, 02:50 PM
Replies: 2
Views: 9,496
Posted By jrodman
Thanks! It works.

Thanks! It works.
Forum: Vizard 11-16-2006, 02:48 PM
Replies: 19
Views: 28,342
Posted By jrodman
I had the same problem. I'll try upgrading my...

I had the same problem. I'll try upgrading my driver.

Also, I posted here because I was hoping to find a solution that worked under Vizard 2.5 as well. The main project we need it for is 3.0, so...
Forum: Vizard 11-15-2006, 01:43 PM
Replies: 19
Views: 28,342
Posted By jrodman
Yes, we are using 3.0. I'm not sure if we have a...

Yes, we are using 3.0. I'm not sure if we have a decent graphics card, but I'd certainly like to try it. We only need mono.
Thanks!
Forum: Vizard 11-09-2006, 03:28 PM
Replies: 19
Views: 28,342
Posted By jrodman
Image blur

We're trying to simulate visual degredation in humans.

Is there a way to blur the image that the user sees in Vizard? We tried fog and placing a semi-transparent sheet in front of the camera, but...
Forum: Vizard 11-09-2006, 03:20 PM
Replies: 2
Views: 9,496
Posted By jrodman
tkinter setup for 3.0

I can't get tkinter to work with Vizard 3.0.
I followed the directions found here:
http://worldviz.com/forum/showthread.php?t=32

It gives the following error:
File "<string>", line 11, in ?
...
Forum: Vizard 10-30-2006, 10:39 AM
Replies: 2
Views: 14,739
Posted By jrodman
I don't know. It only happens every week or two....

I don't know. It only happens every week or two. People are using that machine all the time. It wouldn't be tenable to try and keep the license server running for two weeks without FireDaemon.

...
Forum: Vizard 10-17-2006, 03:41 PM
Replies: 2
Views: 14,739
Posted By jrodman
Floating license server problems

Every week or two, our floating license server stops working.

We have Vizard License Server running as a Service in FireDaemon. The machine will be on and connected, but the License Server will...
Forum: Vizard 01-12-2006, 12:51 PM
Replies: 1
Views: 14,297
Posted By jrodman
avatar animation problems

I'm using the avatar callback mechanism to start a new animation when the previous animation finishes.

I'm using:
avatar.callback( viz.ACTION_END_EVENT, AvatarCallback )

I've run into...
Forum: Vizard 11-08-2005, 04:27 PM
Replies: 1
Views: 6,989
Posted By jrodman
avatar.walkto ignores y coordinate.

When I use avatar.walkto to walk to a position, it ignores the y coordinate and just uses 0. Here's the relevant part of the code:

avatar = viz.add( 'female.cfg' )
avatar.translate( (1, -0.5, 1)...
Forum: Vizard 09-15-2004, 11:16 AM
Replies: 15
Views: 23,009
Posted By jrodman
I tried the new tkinter.zip file. It still gives...

I tried the new tkinter.zip file. It still gives the same error.

Any other ideas?
Forum: Vizard 09-10-2004, 01:02 PM
Replies: 15
Views: 23,009
Posted By jrodman
tkinter stopped working

I had tk working with Vizard, and at some point in the last few months it stopped working. I tried everything suggested in this thread.

It gives the following error message:
File "C:\Program...
Forum: Vizard 03-16-2004, 09:41 AM
Replies: 1
Views: 11,205
Posted By jrodman
animated gifs

When I try to use an animated gif in Vizard, I can only see the first frame.

Is there a way to get Vizard to animate an animated gif? If not, is there a way to change which frame is displayed on...
Forum: Vizard 01-27-2004, 03:10 PM
Replies: 1
Views: 10,988
Posted By jrodman
A hotspot id of -1 will never trigger.

If I set up a hotspot with starthotspot() and give it an id of -1, I can't trigger the hotspot.
I'm using Vizard 2.12.
The documentation for starthotspot() states that any integer will work.
This...
Forum: Vizard 07-30-2003, 02:47 PM
Replies: 6
Views: 15,491
Posted By jrodman
Is there any more documentation on how to use the...

Is there any more documentation on how to use the sid library to get joystick input?

If not, could you post the header files for the dll so I can see what functions are available?

Does it...
Forum: Vizard 06-21-2003, 12:37 AM
Replies: 1
Views: 14,320
Posted By jrodman
Problems with viz.screencapture

I'm having some problems with the viz.screencapture function.
1) When it captures an image, it captures it upside down (reversed up and down, but not left and right).
2) If the Vizard World...
Showing results 1 to 21 of 21

 
Forum Jump

All times are GMT -7. The time now is 01:38 AM.


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