Forum: Vizard
05-24-2005, 02:39 PM
|
|
Replies: 30
Views: 109,187
|
Forum: Vizard
05-24-2005, 12:51 PM
|
|
Replies: 30
Views: 109,187
|
Forum: Vizard
05-24-2005, 12:36 PM
|
|
Replies: 30
Views: 109,187
!. 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
|
Forum: Vizard
05-24-2005, 11:10 AM
|
|
Replies: 30
Views: 109,187
|
Forum: Vizard
05-23-2005, 04:37 PM
|
|
Replies: 30
Views: 109,187
|
Forum: Vizard
05-20-2005, 10:52 AM
|
|
Replies: 30
Views: 109,187
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
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
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
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
|
Forum: Vizard
04-27-2005, 10:59 AM
|
|
Replies: 5
Views: 28,702
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
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
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
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
|
Forum: Vizard
04-19-2005, 10:41 AM
|
|
Replies: 2
Views: 28,097
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
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
|
Forum: Vizard
04-01-2005, 12:01 PM
|
|
Replies: 2
Views: 30,586
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
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
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
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
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
|