WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 26 to 50 of 143
Search took 0.01 seconds; generated 95 minute(s) ago.
Search: Posts Made By: Johannes
Forum: Vizard 05-24-2005, 02:39 PM
Replies: 30
Views: 109,187
Posted By Johannes
Hi, sure, if I comment out everything it will...

Hi,
sure, if I comment out everything it will work ;).
No, seriously:

# headPPT = viz.add('vizppt.dls')
# data = headPPT.get()
# v = viz.add('intersense.dls')

solves the problem but I...
Forum: Vizard 05-24-2005, 12:51 PM
Replies: 30
Views: 109,187
Posted By Johannes
Hi, isolated a short piece of code that causes...

Hi,
isolated a short piece of code that causes Vizard 2.51 on my machine to crash.



# coding: UTF-8
import viz
import vizmat
import time
import math
Forum: Vizard 05-24-2005, 12:36 PM
Replies: 30
Views: 109,187
Posted By Johannes
!. All right, thank you. But do I not have to...

!. All right, thank you. But do I not have to write del self.node and
del self.fGravityArrow

as remove only removes it from the scene? I'm confused, sorry.


2. I'm still having crashes when...
Forum: Vizard 05-24-2005, 12:14 PM
Replies: 30
Views: 109,187
Posted By Johannes
They belong to the same object, so why don't they...

They belong to the same object, so why don't they get deleted if I delete the object?
Forum: Vizard 05-24-2005, 11:10 AM
Replies: 30
Views: 109,187
Posted By Johannes
If an object as for example the balls have other...

If an object as for example the balls have other wrl-files associated with them, these do not get deleted when the object itself gets deleted?!


class ball...

self.node = ...
Forum: Vizard 05-23-2005, 04:37 PM
Replies: 30
Views: 109,187
Posted By Johannes
Thanks for the answer and explanation Johannes!

Thanks for the answer and explanation
Johannes!
Forum: Vizard 05-20-2005, 10:52 AM
Replies: 30
Views: 109,187
Posted By Johannes
Object.remove()

As in the beginning (see posting in old collision thread from 01-31-2005 05:19 PM) I'm again having problems with

object.remove()

In my reset function I want to remove all the balls.

for...
Forum: Vizard 05-16-2005, 08:26 AM
Replies: 1
Views: 35,901
Posted By Johannes
Speech Recognition

Hi,


1. M. told me vizard has some built in Speech recognition?

How can I find, activate, "talk" to it?

Otherwise I would have to program something myself......
Forum: Vizard 04-28-2005, 06:05 PM
Replies: 3
Views: 36,423
Posted By Johannes
Did a workaround by typing a lot of code (will...

Did a workaround by typing a lot of code (will improve it later with objects).

I tried it with vizard objects (toruses used for field lines), but I guess I have to do it with objects then I will...
Forum: Vizard 04-28-2005, 12:06 PM
Replies: 3
Views: 36,423
Posted By Johannes
Copy objects in an array to another array

Hi,
hope it is not a very dumb question, but I'm trying to copy objets that are in one array to another.

In fieldLine there are 34 Objects. I want to copy them and then transfer them to another...
Forum: Vizard 04-27-2005, 11:12 AM
Replies: 4
Views: 27,330
Posted By Johannes
OK, thank you. Johannes

OK, thank you.
Johannes
Forum: Vizard 04-27-2005, 10:59 AM
Replies: 5
Views: 28,702
Posted By Johannes
Hi, last week, when I tried the newest Version...

Hi,
last week, when I tried the newest Version it worked fine on the normal desktop but when I used it for VR it just crashed after loading the plugin (cull.dlm).

To create a simple script that...
Forum: Vizard 04-27-2005, 10:44 AM
Replies: 4
Views: 27,330
Posted By Johannes
Thank you for the fast answer. Yes,...

Thank you for the fast answer.

Yes, execfile('graphModule.py') works. Why would you not recommend it?

Is the file called loaded from the harddrive every time I call execFile(File)?
=> slow...
Forum: Vizard 04-27-2005, 10:18 AM
Replies: 4
Views: 27,330
Posted By Johannes
Modules / Require / Include function

Developing different programs that use some of the same code I was wondering if python also has a fuction like e.g. php to include small code snippets at certain positions.

I've already used the...
Forum: Vizard 04-27-2005, 09:18 AM
Replies: 5
Views: 28,702
Posted By Johannes
Had the above error again. No...

Had the above error again.

No viz._AddNode(viz.VizNode(-1)) did not help.

My Vizard Version is 2.50B (because VR does not work for me in the newest).

It is only occuring when I'm launching...
Forum: Vizard 04-20-2005, 10:01 AM
Replies: 2
Views: 28,097
Posted By Johannes
Thank you! Switched to timers and it helps. ...

Thank you!
Switched to timers and it helps.



Hypothesis1:
used viz.waittime calls, which worked fine on fast machines, on the slower laptop I must have caused additional (unnecessary)...
Forum: Vizard 04-19-2005, 10:41 AM
Replies: 2
Views: 28,097
Posted By Johannes
Performance, Timer and Director Functions

Hi,
working fine on the Desktop-PC ,
the movement of my objects is a too shaky / jerking on a laptop...

I tried your duck-court example and it is working fine on the laptop.

Do you think it...
Forum: Vizard 04-07-2005, 05:20 PM
Replies: 5
Views: 28,702
Posted By Johannes
Intersecting Error

Hi,
just had the following error:

Traceback (most recent call last):
File "050407_SynchroGoodIntersect.py", line 1529, in moveGliderEven
moveBall(i,ball0503)
File...
Forum: Vizard 04-01-2005, 04:24 PM
Replies: 2
Views: 30,586
Posted By Johannes
thanks. Also talked to Klaus today, thinks the...

thanks. Also talked to Klaus today, thinks the same.
Have a great weekend!

Johannes
Forum: Vizard 04-01-2005, 12:01 PM
Replies: 2
Views: 30,586
Posted By Johannes
Anaglyph Glasses

Hi,
trying to look at my simulation with anaglyph glasses I got nice depth but my objects appeared twice (or with shadows). Does it have something to do with my monitor, color settings etc.?
...
Forum: Vizard 03-29-2005, 12:27 PM
Replies: 11
Views: 40,688
Posted By Johannes
Dear Farshid, Thank you! Quad Buffer...

Dear Farshid,

Thank you!


Quad Buffer works, but there is a dark shadow at the lower end of the screen, which moves as I move. I will also try on a better monitor, with higher frequency...
...
Forum: Vizard 03-28-2005, 10:36 AM
Replies: 11
Views: 40,688
Posted By Johannes
Could not solve the above problem yet, as it...

Could not solve the above problem yet, as it seemes the object get's loaded but does not get drawn... But I guess I have to figure that out by myself...



Other question:

1. How can I use a...
Forum: Vizard 03-23-2005, 11:09 AM
Replies: 11
Views: 40,688
Posted By Johannes
Thank you, that fixes my confusion about the...

Thank you, that fixes my confusion about the printouts!

The problem thought still persists and should not exist following the printout, I will explain it:


The position of the redOpaque gets...
Forum: Vizard 03-22-2005, 06:33 PM
Replies: 11
Views: 40,688
Posted By Johannes
Strange Print out

Working since hours on the following strange behavior:

I append the position of a ball to an array (in a director function).

Then I draw the ball in a timer function. It usually works fine but...
Forum: Vizard 03-17-2005, 08:37 AM
Replies: 11
Views: 40,688
Posted By Johannes
The problem was that I declared it global two...

The problem was that I declared it global two times in the same def

Strange that I got this kind of error-message though.

Have a great day,
Johannes
Showing results 26 to 50 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