WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 51 to 75 of 143
Search took 0.01 seconds; generated 95 minute(s) ago.
Search: Posts Made By: Johannes
Forum: Vizard 03-16-2005, 03:26 PM
Replies: 11
Views: 40,688
Posted By Johannes
don't think so, but here is the code (purpose is...

don't think so, but here is the code (purpose is to get access to the menue while being in VR):



def mouseclick(button):
global beginPos0502, line0503,counterMaterialSelectMenue,info,i,...
Forum: Vizard 03-16-2005, 03:11 PM
Replies: 11
Views: 40,688
Posted By Johannes
sorry,I found my mistake: the global...

sorry,I found my mistake:

the global variable timeElapsedWorld was changed in anothter director function while this one was executed.

Thank you,
Johannes

P.S. not important but would be...
Forum: Vizard 03-16-2005, 09:33 AM
Replies: 11
Views: 40,688
Posted By Johannes
Code Jumps under load

Sorry for this funny topic ;):

There seem to be code-jumps occurring when a lot of processing has to be done:

More specific:



timeElapsedWorld=(time.clock()-worldTime)/slowDown +...
Forum: Vizard 03-16-2005, 08:59 AM
Replies: 2
Views: 27,437
Posted By Johannes
Thank you. It works 90 % fine. When the user...

Thank you.
It works 90 % fine.
When the user klicks on the graphOnWall Checkbox again, before the projection-surface is completely up, the graphs get put in the air.

I guess that is because...
Forum: Vizard 03-15-2005, 09:40 AM
Replies: 2
Views: 27,437
Posted By Johannes
Delay without viz.waittime?

Hi,
how do I put a delay inside my skript?
without viz.waittime which stalls the whole scene.

I want a projector screen to move down bevor graphs get put on it.

If I do:
...
Forum: Vizard 03-07-2005, 06:05 AM
Replies: 51
Views: 145,851
Posted By Johannes
Thank you, Johannes

Thank you,
Johannes
Forum: Vizard 03-04-2005, 02:48 PM
Replies: 51
Views: 145,851
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: 145,851
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 03-01-2005, 08:12 AM
Replies: 6
Views: 35,167
Posted By Johannes
Just thought I poste the code of the...

Just thought I poste the code of the "point-finder" in case somebody else likes to use it:

def mouseclick(button):
if button == viz.MOUSEBUTTON_MIDDLE:
print 'middle'
line =...
Forum: Vizard 03-01-2005, 08:09 AM
Replies: 6
Views: 35,167
Posted By Johannes
Thank you, I found a way to do it. Your...

Thank you, I found a way to do it. Your suggestions (I used the intersect-approach) helped!
Johannes

P.S. is there a way to bring self illumination (from 3ds) to vizard?
Did not find anything in...
Forum: Vizard 02-28-2005, 02:29 PM
Replies: 6
Views: 35,167
Posted By Johannes
Well, maybe I'm just not good enough to pick a...

Well, maybe I'm just not good enough to pick a point on the line (because the line is so small....).
I just want to use this to get the position of a certain point in the scene...


def...
Forum: Vizard 02-28-2005, 02:06 PM
Replies: 6
Views: 35,167
Posted By Johannes
locate a certain point in the scene 3D

Is it possible to locate a certain point in the scene by clicking on it with the mouse?

I would like to use this to position my objects (e.g. I click on a certain position with my mouse and get...
Forum: Vizard 02-28-2005, 11:11 AM
Replies: 4
Views: 46,944
Posted By Johannes
no, it is the normal table of one of the demos....

no, it is the normal table of one of the demos. But I enlarged the x and z dimensions (and not the y dimension) in 3D-Studio.
If you would like to see it, I can email it to you. But it is also OK...
Forum: Vizard 02-28-2005, 11:02 AM
Replies: 51
Views: 145,851
Posted By Johannes
Works fine, thank you! Johannes

Works fine, thank you!
Johannes
Forum: Vizard 02-28-2005, 11:02 AM
Replies: 4
Views: 46,944
Posted By Johannes
No, this does not work right. I did not scale the...

No, this does not work right. I did not scale the table in vizard but the position the Ball hits the table.collidebox() a lot below the actual table-surface.

So I might have to use the invisible...
Forum: Vizard 02-28-2005, 09:41 AM
Replies: 51
Views: 145,851
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-25-2005, 09:32 AM
Replies: 4
Views: 46,944
Posted By Johannes
Collision Detection often too slow

Hi,

a few weeks ago you wrote me some docs about the collission features.

Collisions mostly work fine, but as soon as e.g. a ball is moving too fast it will fall through the table or the...
Forum: Vizard 02-22-2005, 11:32 AM
Replies: 51
Views: 145,851
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: 145,851
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: 145,851
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-16-2005, 02:16 PM
Replies: 2
Views: 23,141
Posted By Johannes
Yes it worked, but I just wanted to do it right. ...

Yes it worked, but I just wanted to do it right.
Thank you!
Johannes
Forum: Vizard 02-16-2005, 07:02 AM
Replies: 2
Views: 23,141
Posted By Johannes
Unicode Support?

Hi,
I've been trying to use a degree-sign in my User Interface.


'°' works but I get deprecation-warnings.

__main__:12: DeprecationWarning: Non-ASCII character '\xb0' in file...
Forum: Vizard 02-15-2005, 01:07 PM
Replies: 51
Views: 145,851
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: 145,851
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: 145,851
Posted By Johannes
Wow, thank you! Works fine. Johannes

Wow, thank you!

Works fine.

Johannes
Showing results 51 to 75 of 143

 
Forum Jump

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


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