Forum: Vizard
03-16-2005, 03:26 PM
|
|
Replies: 11
Views: 40,688
|
Forum: Vizard
03-16-2005, 03:11 PM
|
|
Replies: 11
Views: 40,688
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
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
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
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
|
Forum: Vizard
03-04-2005, 02:48 PM
|
|
Replies: 51
Views: 145,851
|
Forum: Vizard
03-02-2005, 01:24 PM
|
|
Replies: 51
Views: 145,851
|
Forum: Vizard
03-01-2005, 08:12 AM
|
|
Replies: 6
Views: 35,167
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
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
|
Forum: Vizard
02-28-2005, 02:06 PM
|
|
Replies: 6
Views: 35,167
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
|
Forum: Vizard
02-28-2005, 11:02 AM
|
|
Replies: 51
Views: 145,851
|
Forum: Vizard
02-28-2005, 11:02 AM
|
|
Replies: 4
Views: 46,944
|
Forum: Vizard
02-28-2005, 09:41 AM
|
|
Replies: 51
Views: 145,851
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
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
|
Forum: Vizard
02-22-2005, 10:44 AM
|
|
Replies: 51
Views: 145,851
|
Forum: Vizard
02-21-2005, 08:08 AM
|
|
Replies: 51
Views: 145,851
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
|
Forum: Vizard
02-16-2005, 07:02 AM
|
|
Replies: 2
Views: 23,141
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
|
Forum: Vizard
02-15-2005, 12:27 PM
|
|
Replies: 51
Views: 145,851
|
Forum: Vizard
02-15-2005, 11:14 AM
|
|
Replies: 51
Views: 145,851
|