WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 20 of 20
Search took 0.00 seconds.
Search: Posts Made By: farshizzo
Forum: Vizard 06-03-2005, 04:47 PM
Replies: 51
Views: 61,668
Posted By farshizzo
Wow, that is really weird. So if you turn on...

Wow, that is really weird. So if you turn on stereo and just view it on screen the texture is black also?
Forum: Vizard 06-03-2005, 03:27 PM
Replies: 51
Views: 61,668
Posted By farshizzo
Hi, Are you using the same computer when...

Hi,

Are you using the same computer when viewing on screen and through the HMD?
Forum: Vizard 03-04-2005, 03:14 PM
Replies: 51
Views: 61,668
Posted By farshizzo
Since you are dividing an integer with another...

Since you are dividing an integer with another integer, the result will be an interger. You need to use floating point numbers instead:pointGraphColor=(0,61/255.0,136/255.0)
Forum: Vizard 03-02-2005, 01:30 PM
Replies: 51
Views: 61,668
Posted By farshizzo
There is no command to get the visibility of an...

There is no command to get the visibility of an object. You can keep track of it manually by setting a variable everytime you change the visiblity of an object.object.visible(0)
object.isVisible = 0...
Forum: Vizard 02-28-2005, 10:30 AM
Replies: 51
Views: 61,668
Posted By farshizzo
To end a callback event simply pass 0 as the...

To end a callback event simply pass 0 as the second argument:viz.callback(viz.MOUSEMOVE_EVENT,0)
Forum: Vizard 02-22-2005, 12:02 PM
Replies: 51
Views: 61,668
Posted By farshizzo
Usually the person observing the user would be in...

Usually the person observing the user would be in control of changing values. If you have a remote control mouse then you could use that to access the GUI, but it would still be difficult to use it...
Forum: Vizard 02-22-2005, 10:49 AM
Replies: 51
Views: 61,668
Posted By farshizzo
Correct, you could temporarily turn off...

Correct, you could temporarily turn off stereo.You would use the following to disable stereo:viz.stereo(viz.STEREO_LEFT)And the following will enable stereo:viz.stereo(viz.STEREO) #Or whatever stereo...
Forum: Vizard 02-22-2005, 10:37 AM
Replies: 51
Views: 61,668
Posted By farshizzo
Are you viewing your simulation in Stereo mode?...

Are you viewing your simulation in Stereo mode? If so, then this is your problem. The GUI interaction will work as if Stereo mode is off, this is probably why you noticed an offset with the slider.
Forum: Vizard 02-15-2005, 12:38 PM
Replies: 51
Views: 61,668
Posted By farshizzo
I'm not clear on what the problem is. Are you...

I'm not clear on what the problem is. Are you saying that the get command is returning the wrong value? Keep in mind that DOWN means the checkbox is checked and UP means it is unchecked. Also, when...
Forum: Vizard 02-15-2005, 11:17 AM
Replies: 51
Views: 61,668
Posted By farshizzo
I'm thinking of making it an addon to Vizard. Let...

I'm thinking of making it an addon to Vizard. Let me know if there are any bugs or other features that would be useful with it.
Forum: Vizard 02-15-2005, 10:50 AM
Replies: 51
Views: 61,668
Posted By farshizzo
I've attached a script that implements tooltips...

I've attached a script that implements tooltips using the vizinfo class. Place the mouse over one of the balls for it to display a tooltip.
Forum: Vizard 02-15-2005, 10:20 AM
Replies: 51
Views: 61,668
Posted By farshizzo
2) Tooltips are not built-in, but it should be...

2) Tooltips are not built-in, but it should be possible. Perhaps you could use the vizinfo library.

3) Not in the version you have. The current version allows this and will be available in the...
Forum: Vizard 02-14-2005, 05:12 PM
Replies: 51
Views: 61,668
Posted By farshizzo
Make sure you are using Vizard 2.5 I've...

Make sure you are using Vizard 2.5

I've included a sample script. It adds a quad to the lower left of the SCREEN and a quad to the center of the WORLD. Clicking the left mouse button will perform...
Forum: Vizard 02-14-2005, 10:59 AM
Replies: 51
Views: 61,668
Posted By farshizzo
1) The following code will pick an object from...

1) The following code will pick an object from the screen:object = viz.pick(0,viz.SCREEN)

2) The following code will get the current head position:pos = viz.get(viz.HEAD_POS)
Forum: Vizard 02-10-2005, 01:00 PM
Replies: 51
Views: 61,668
Posted By farshizzo
Hi, How are you applying the reflection...

Hi,

How are you applying the reflection texture? Take a look at the minicooper example, it uses a reflection texture on the car.
Forum: Vizard 02-10-2005, 11:41 AM
Replies: 51
Views: 61,668
Posted By farshizzo
Hi, 1) Try doing the...

Hi,

1) Try doing the following:info._checkbox.uppicture('image.jpg')
info._checkbox.downpicture('image.jpg')
2) None of the collide functions account for the objects scale. So you will have to...
Forum: Vizard 02-08-2005, 04:22 PM
Replies: 51
Views: 61,668
Posted By farshizzo
Are you manually adding the slider or is the...

Are you manually adding the slider or is the slider being added through the info box? Have you tried switching the order in which you add the background and the slider?
Forum: Vizard 02-08-2005, 03:01 PM
Replies: 51
Views: 61,668
Posted By farshizzo
I didn't realize you were referring to the...

I didn't realize you were referring to the vizinfo class. You can manually shrink the info box by clicking on the logo in the corner or you can issue the shrink command.
Forum: Vizard 02-08-2005, 12:49 PM
Replies: 51
Views: 61,668
Posted By farshizzo
Hi, The visible command should work. Can you...

Hi,

The visible command should work. Can you provide some sample code?

I can only recommend wxPython because that is the only one I have used. I already have a few examples of Vizard running...
Forum: Vizard 02-08-2005, 10:06 AM
Replies: 51
Views: 61,668
Posted By farshizzo
Hi, Try setting the draw order of the quad...

Hi,

Try setting the draw order of the quad to -1.

Vizard doesn't have any menu bars, but you might want to take a look at the vizinfo class. Most of the examples that come with Vizard use this...
Showing results 1 to 20 of 20

 
Forum Jump

All times are GMT -7. The time now is 07:17 PM.


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