WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 76 to 100 of 143
Search took 0.01 seconds; generated 94 minute(s) ago.
Search: Posts Made By: Johannes
Forum: Vizard 02-15-2005, 10:35 AM
Replies: 51
Views: 176,179
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: 176,179
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: 176,179
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: 176,179
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: 176,179
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: 176,179
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: 176,179
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: 176,179
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: 176,179
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: 176,179
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-09-2005, 03:55 PM
Replies: 2
Views: 36,240
Posted By Johannes
Thank you, that is what I wanted to know. ...

Thank you, that is what I wanted to know.
Johannes
Forum: Vizard 02-09-2005, 03:24 PM
Replies: 2
Views: 36,240
Posted By Johannes
Move texture from one object to another

Hi,

I try to get a texture from an existing object and put it on another object in my scene. Does not work.

e.g.

soccerball3.texture(soccerball4.texture)

Johannes
Forum: Vizard 02-08-2005, 04:31 PM
Replies: 51
Views: 176,179
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
Forum: Vizard 02-08-2005, 03:49 PM
Replies: 51
Views: 176,179
Posted By Johannes
@ info-class, thank you. But there is no way to...

@ info-class, thank you. But there is no way to hide the logo I guess.


@background-image (in the back of graphs etc.). Here I was referring to my texquad that I mentioned at the beginning.
Did...
Forum: Vizard 02-08-2005, 01:50 PM
Replies: 51
Views: 176,179
Posted By Johannes
@background-image: posted the quote wrong so you...

@background-image: posted the quote wrong so you might not have seen my reply:
You wrote: Try setting the draw order of the quad to -1.

I wrote:
Tried this before, but then the...
Forum: Vizard 02-08-2005, 12:31 PM
Replies: 51
Views: 176,179
Posted By Johannes
Hi, Yes, it helps. Is there a way...

Hi,




Yes, it helps. Is there a way to make these objects invisible (the *.visible did not work).

To be flexible I might also try tkinter or (as I found recommendation in the web)...
Forum: Vizard 02-08-2005, 07:52 AM
Replies: 51
Views: 176,179
Posted By Johannes
User-Interface

Hi,
while developing a user interface with sliders and labels I encountered the following problem:

1. Sometimes Slider and labels are not that good visible if the background of the scene is about...
Forum: Vizard 02-08-2005, 07:46 AM
Replies: 28
Views: 108,826
Posted By Johannes
What would you recommend to fix the below...

What would you recommend to fix the below problem? (No hurry, as I said, it works for now).

Johannes
Forum: Vizard 02-03-2005, 12:43 PM
Replies: 28
Views: 108,826
Posted By Johannes
Hi, today I just played around with the...

Hi,
today I just played around with the eye-height and yes, this is the problem. Somehow it seems to be callibrated wrong.

The following works:

viz.go(viz.PROMPT)
ppt = viz.add('vizppt.dls')...
Forum: Vizard 02-02-2005, 04:29 PM
Replies: 28
Views: 108,826
Posted By Johannes
Thank you, have a great evening, Johannes

Thank you, have a great evening,
Johannes
Forum: Vizard 02-02-2005, 04:07 PM
Replies: 28
Views: 108,826
Posted By Johannes
Hi, I don't think I got any error messages, but...

Hi,
I don't think I got any error messages, but I will try again tomorrow (because it always takes some time to change resolution, put the computer on...). I will email this then.

I also...
Forum: Vizard 02-02-2005, 02:40 PM
Replies: 28
Views: 108,826
Posted By Johannes
Hi, no I don't think I get any error...

Hi,

no I don't think I get any error messages.

My hypothesis is, that somehow the eyeheight of my system is setup wrong. As I compared the two gallery files - one the original in the examples...
Forum: Vizard 02-01-2005, 07:24 PM
Replies: 28
Views: 108,826
Posted By Johannes
I was referring to the myself wearing the head...

I was referring to the myself wearing the head mounted display. But yes, the intersense is on that thing :) (if it is that cube, that seems to have a gyroscope in it).

Best,
Johannes
Forum: Vizard 02-01-2005, 04:44 PM
Replies: 28
Views: 108,826
Posted By Johannes
OK, also the data looks alright now, when I...

OK,
also the data looks alright now, when I put the room (the normal myroom from your 1 tutorial) in there I'm still too high.

line I added:
#Create a room
myroom =...
Forum: Vizard 02-01-2005, 04:23 PM
Replies: 28
Views: 108,826
Posted By Johannes
Hi, now I got the following data which seems to...

Hi,
now I got the following data which seems to be correct. But as you already reset at the beginning, why again with pressing r. Does it not do it?

Johannes

P.S. The data-output
...
Showing results 76 to 100 of 143

 
Forum Jump

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


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