WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 25 of 27
Search took 0.01 seconds.
Search: Posts Made By: vizmaster
Forum: Vizard 08-22-2008, 08:45 AM
Replies: 6
Views: 10,566
Posted By vizmaster
Can you answer: Do class timers work...

Can you answer:
Do class timers work independent of each other. Can I play and pause within a class?
Forum: Vizard 08-21-2008, 02:30 PM
Replies: 6
Views: 10,566
Posted By vizmaster
Does <node3d>.pauseActions pause between actions...

Does <node3d>.pauseActions pause between actions in a pool or does it pause the actions. Will it pause a timer in the pool?
Forum: Vizard 08-21-2008, 02:23 PM
Replies: 6
Views: 10,566
Posted By vizmaster
Scenario is: Several test subjects have X...

Scenario is:
Several test subjects have X amount of time to do something. During that time I need to pause one upto all test subjects. Then resume with whatever time they have left.
Do class...
Forum: Vizard 08-21-2008, 10:08 AM
Replies: 1
Views: 7,468
Posted By vizmaster
Forgot my self

Found out I did not declare WaitRun correctly, should be:
def WaitRun(self):
Forum: Vizard 08-21-2008, 09:00 AM
Replies: 1
Views: 7,468
Posted By vizmaster
Director call not working

I make the following call:
viz.director(VR1.WaitRun)

class room:
def WaitRun():
viz.waittime(3)

VR1 = room()

gives me: TypeError: WaitRun() takes no arguments (1 given)
Forum: Vizard 08-20-2008, 01:23 PM
Replies: 6
Views: 10,566
Posted By vizmaster
Control of timers

I am using viz.play and viz.pause to control timers. However, I am looking at stopping and starting individual timers. Can I use Timer IDs to control timers?:confused:
Forum: Vizard 08-12-2008, 01:35 PM
Replies: 1
Views: 10,306
Posted By vizmaster
VRPN or trackd with OptiTrack RigidBody

I have VRPN working for one Rigidbody. However I would like to track more then one Rigidbody at a time. Has anyone worked this out?

If not with VRPN, has any one had success in getting trackd to...
Forum: Vizard 06-13-2008, 01:16 PM
Replies: 15
Views: 14,284
Posted By vizmaster
I am new to this type of programming. If you add...

I am new to this type of programming. If you add a
print 'The End'
at the end of the script the print statement is executed. This tells me execution continues. So I must not be approaching...
Forum: Vizard 06-13-2008, 11:50 AM
Replies: 15
Views: 14,284
Posted By vizmaster
Thanks, This is what I ended up with, but I...

Thanks, This is what I ended up with, but I don't want to display the gallery until I hit accept. I want to wait for the dialog to be done. Say the dialog asks for the user to make a button choice...
Forum: Vizard 06-13-2008, 10:01 AM
Replies: 15
Views: 14,284
Posted By vizmaster
Question When I add the yield statement I lose visibility...

When I add the yield statement I lose visibility of the form. I don't manually change the visibility. What gives?
Forum: Vizard 06-12-2008, 11:36 AM
Replies: 15
Views: 14,284
Posted By vizmaster
How would I rewrite this so that the vizdlg is...

How would I rewrite this so that the vizdlg is not in a yield statement. I try calling form.show() directly and nothing is displayed. I want to gather some user information then loop on a set of...
Forum: Plug-in development 05-30-2008, 03:59 PM
Replies: 3
Views: 26,439
Posted By vizmaster
How do I use a dll in Vizard

I have a .dll file for reading some encoders. I tried simply importing with
import module.dll

I get the error dynamic module does not define init function. What is the proper method to handle a...
Forum: Vizard 02-13-2007, 10:15 AM
Replies: 10
Views: 12,077
Posted By vizmaster
Question What are you actually doing?

Is it a single texture you are trying to make dynamic?
Are you showing a movie?
Is it a 3D world that you are trying to navigate pass this large texture?

At 3K you may be hitting the hardware...
Forum: Vizard 02-06-2007, 02:19 PM
Replies: 10
Views: 12,077
Posted By vizmaster
I am displaying only 1024x768 at a time. ...

I am displaying only 1024x768 at a time. However, since I don't know where I will be looking in the panorama when the next image comes up I would need to have the entire image available.
Forum: Vizard 02-06-2007, 08:09 AM
Replies: 2
Views: 10,899
Posted By vizmaster
Question More then one?

Are you looking to show more then one movie at the same time? Like 10 movies side by side for 360 degrees. Each movie is 1024x1024. Giving you an effective resolution of 10240x1024 over 360...
Forum: Vizard 02-06-2007, 07:52 AM
Replies: 10
Views: 12,077
Posted By vizmaster
Thumbs up A bigger picture

I am panning over a large panorama 50000x6000 pixels. Each tile represents 2kx2k portion of the entire image. Once the viewer is done with one image I want to display the next image in a timely...
Forum: Vizard 01-23-2007, 12:46 PM
Replies: 3
Views: 9,390
Posted By vizmaster
Thanks, I will give the suggestions a try. I...

Thanks,
I will give the suggestions a try. I forget the I am dealing with an interpretive language.
Forum: Vizard 01-23-2007, 12:43 PM
Replies: 10
Views: 12,077
Posted By vizmaster
Hi, Since I am loading over 1GB of texture, I...

Hi,
Since I am loading over 1GB of texture, I load 2048x2048 of texture onto a each tile of a tiled billboard. If I load the texture dynamically it takes upto 20 seconds to load. To slow.
The...
Forum: Vizard 01-18-2007, 01:25 PM
Replies: 10
Views: 12,077
Posted By vizmaster
texblend or visible for multiple textures

I have implemented the flipping between textures two different ways and would like to know if there are advantages to either approach (memory management, limits, etc).
I am loading about 1GB of...
Forum: Vizard 01-18-2007, 12:59 PM
Replies: 3
Views: 9,390
Posted By vizmaster
Unexpected carriage return

When adding a texture from a file any \r in the filename is seen as a carriage return.
C:\Tester\retest is seen as C:\Tester\
etest
To get around this I either add a different character to the...
Forum: Vizard 10-05-2006, 11:37 AM
Replies: 2
Views: 9,921
Posted By vizmaster
I actually figured out the receive part. Would...

I actually figured out the receive part. Would like to see your sample code to see if we came up with the same thing. Also noted that a recent thread indicates that viz.NETWORK does not work in...
Forum: Vizard 10-04-2006, 12:27 PM
Replies: 2
Views: 9,921
Posted By vizmaster
Question Passing sensor data to C++ GUI

I have a GUI written in C++ that sends a filename to a Vizard script using a mailslot. (Thanks for the code). Now I would like to send sensor data back to the GUI for the Vizard script. Should I...
Forum: Vizard 09-26-2006, 03:20 PM
Replies: 2
Views: 9,831
Posted By vizmaster
I just sent you an email. Yes I am running...

I just sent you an email. Yes I am running version 3.0 beta 2.
Forum: Vizard 09-26-2006, 01:39 PM
Replies: 2
Views: 9,831
Posted By vizmaster
InertiaCube 2 commands

I would like to set the Enhancement mode to 1 on my InertiaCube 2. How is this done? At slow movement, as in putting a target on an object, I get jumpy movement. From the Intersense documentation...
Forum: Vizard 09-11-2006, 10:11 AM
Replies: 5
Views: 14,137
Posted By vizmaster
It is mainly a quality issue. I did try the...

It is mainly a quality issue. I did try the other compression formats with little change to image quality. The main artifact of compression that I see is color banding in the sky portion of an...
Showing results 1 to 25 of 27

 
Forum Jump

All times are GMT -7. The time now is 08:33 AM.


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