WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 25 of 29
Search took 0.01 seconds.
Search: Posts Made By: Johannes
Forum: Vizard 06-06-2005, 06:19 AM
Replies: 51
Views: 61,963
Posted By Johannes
Hi, no when I'm using stereo on the normal...

Hi,
no when I'm using stereo on the normal screen it is fine (golden and reflecting), only in the HMD it appears black.

So I guess it has to do with the quality of the HMD?!

Johannes
Forum: Vizard 06-03-2005, 03:29 PM
Replies: 51
Views: 61,963
Posted By Johannes
Yes

Yes
Forum: Vizard 06-03-2005, 03:18 PM
Replies: 51
Views: 61,963
Posted By Johannes
A while ago we discussed: I did...

A while ago we discussed:




I did the workaround looking at the minicooper example
innerCoil=coil.getchild('innerCoil')
texGold=viz.add('../resources/joNew/Lakerem2.jpg')...
Forum: Vizard 03-07-2005, 06:05 AM
Replies: 51
Views: 61,963
Posted By Johannes
Thank you, Johannes

Thank you,
Johannes
Forum: Vizard 03-04-2005, 02:48 PM
Replies: 51
Views: 61,963
Posted By Johannes
thank you, that is what I tried to say somehow...

thank you, that is what I tried to say somehow complicated with countervariable... :)

How do I match the normal rgb-color scheme with the vizard colors?

As I read in the help-file vizard uses...
Forum: Vizard 03-02-2005, 01:24 PM
Replies: 51
Views: 61,963
Posted By Johannes
Hi, how do I find out if an object is visible? ...

Hi,
how do I find out if an object is visible?

(I need this for something like:
if object == resetStartSwitch.switchOFF and resetStartSwitch.switchOFF.isvisible??:)

If it is difficult I will...
Forum: Vizard 02-28-2005, 11:02 AM
Replies: 51
Views: 61,963
Posted By Johannes
Works fine, thank you! Johannes

Works fine, thank you!
Johannes
Forum: Vizard 02-28-2005, 09:41 AM
Replies: 51
Views: 61,963
Posted By Johannes
Exit callback from MOUSEMOVE_EVENT

How can I end a callback-function?

def mymousemove(horz, vert):
print 'My mouse moved to: ', horz, vert

viz.callback(viz.MOUSEMOVE_EVENT, mymousemove)

Not important, just to tell you why I...
Forum: Vizard 02-22-2005, 11:32 AM
Replies: 51
Views: 61,963
Posted By Johannes
For right now this is fine, thank you for your...

For right now this is fine, thank you for your help.



And what would you recommend, if people are in the VR (Head mounted display on their head) and don't have access to keyboard to change the...
Forum: Vizard 02-22-2005, 10:44 AM
Replies: 51
Views: 61,963
Posted By Johannes
So if I would do something like this with a key...

So if I would do something like this with a key command I could open my vizinfo
classes (and set the slider without offset)



#Change stereo to Anaglyphic
viz.stereo(viz.STEREO_RIGHT)

Or...
Forum: Vizard 02-21-2005, 08:08 AM
Replies: 51
Views: 61,963
Posted By Johannes
vizinfo menues don't seem to work

Hi,
when I looked at my little simulation with the VR-Glasses last Friday I wanted to change some variables with my menues and on screen sliders.

So I had to stop the tracker to gain mouse...
Forum: Vizard 02-15-2005, 01:07 PM
Replies: 51
Views: 61,963
Posted By Johannes
Sorry, was a mistake with the viz.SCREEN. Works...

Sorry, was a mistake with the viz.SCREEN. Works now, thank you!
Forum: Vizard 02-15-2005, 12:27 PM
Replies: 51
Views: 61,963
Posted By Johannes
OK. Looking at it I was thinking if it does not...

OK. Looking at it I was thinking if it does not take too much 'ressources' running in complex applications?!


New question: I'm having trouble with the checkbox-feature. This does not seem to...
Forum: Vizard 02-15-2005, 11:14 AM
Replies: 51
Views: 61,963
Posted By Johannes
Wow, thank you! Works fine. Johannes

Wow, thank you!

Works fine.

Johannes
Forum: Vizard 02-15-2005, 10:35 AM
Replies: 51
Views: 61,963
Posted By Johannes
Don't understand this. What did you think here? ...

Don't understand this. What did you think here?

I originally wanted to use the tooltipps for objects in the world (if you move with the mouse above them, a tooltip popps up and shows some of the...
Forum: Vizard 02-15-2005, 09:22 AM
Replies: 51
Views: 61,963
Posted By Johannes
Found the answer to question 5 by playing...

Found the answer to question 5 by playing around...

radioPine = info.add(viz.RADIO,0,'Pine 350 kg/m3')
radioPine.label.color(viz.GREEN)
radioPine.label.message('hallo')
Forum: Vizard 02-15-2005, 09:08 AM
Replies: 51
Views: 61,963
Posted By Johannes
More questions: 4. In the help-file you...

More questions:

4. In the help-file you describe how to add a label to the screen with the stage of vizard.

But as it works it seems also to be possible to add text to the screen with

text...
Forum: Vizard 02-15-2005, 08:55 AM
Replies: 51
Views: 61,963
Posted By Johannes
Hi, your sample-Script works fine. No errors...

Hi,
your sample-Script works fine. No errors and the picking works. Maybe my soccerballs were to little. If I need it, I try it again with them...

2. Tooltipps (previous message): possible?

3....
Forum: Vizard 02-14-2005, 06:49 PM
Replies: 51
Views: 61,963
Posted By Johannes
OK, I will check it tomorrow. But as I said, I...

OK, I will check it tomorrow. But as I said, I decided already for another way...


Is there a possibility to implement something like tooltips (with mouse-over etc.). If not, I will do it with...
Forum: Vizard 02-14-2005, 05:02 PM
Replies: 51
Views: 61,963
Posted By Johannes
Hi, this object = viz.pick(0,viz.SCREEN) ...

Hi,
this
object = viz.pick(0,viz.SCREEN)
did not seem to work, but maybe I made something wrong.
Did not want to ask too much, so I choose the other way, if I don't get along I will ask again....
Forum: Vizard 02-14-2005, 08:25 AM
Replies: 51
Views: 61,963
Posted By Johannes
Hi, while working on my user-interface I...

Hi,

while working on my user-interface I encountered the following problem:

Picking objects form screen (as in the soccer-example) works fine to apply certain textures to objects (e.g....
Forum: Vizard 02-10-2005, 01:57 PM
Replies: 51
Views: 61,963
Posted By Johannes
Thank you, it works fine now! coil =...

Thank you, it works fine now!


coil = viz.add('../resources/joNew/coil.wrl')

#innerCoil=coil.getchild('innerCoil')
texGold=viz.add('../resources/joNew/Lakerem2.jpg')
...
Forum: Vizard 02-10-2005, 12:57 PM
Replies: 51
Views: 61,963
Posted By Johannes
Hi, 1) worked great, thank you. 2.) Ok, I...

Hi,
1) worked great, thank you.

2.) Ok, I think we can work well with that.

3) "You will have to manually apply the texture to the object within your script"

Does not look good.

"You...
Forum: Vizard 02-10-2005, 11:29 AM
Replies: 51
Views: 61,963
Posted By Johannes
Hi, 1. I want to add an "menu" with the...

Hi,
1. I want to add an "menu" with the info-class.

For example the users should be able to select certain properties for the ball (size, material ...)

As I don't want to lose too much time...
Forum: Vizard 02-08-2005, 04:31 PM
Replies: 51
Views: 61,963
Posted By Johannes
Hi, I think I tried this, but it did not work. ...

Hi,
I think I tried this, but it did not work.
I try to work without it (as I now the info class now), if it is still a problem I will come back to it again,
thank you for your help,
Johannes
Showing results 1 to 25 of 29

 
Forum Jump

All times are GMT -7. The time now is 12:58 PM.


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