WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 13 of 13
Search took 0.00 seconds.
Search: Posts Made By: farshizzo
Forum: Vizard 03-08-2006, 10:13 AM
Replies: 30
Views: 44,359
Posted By farshizzo
vizact.sequence only accepts actions....

vizact.sequence only accepts actions. RestoreAvatar is not an action, it is a regular python function. To turn it into an action you need to do the...
Forum: Vizard 03-01-2006, 01:50 PM
Replies: 30
Views: 44,359
Posted By farshizzo
Hi, That sounds fine. Here is really simple...

Hi,

That sounds fine. Here is really simple script that allows you to click an avatar. When it is clicked it will fall to the ground and disappear. Press the spacebar to bring the next available...
Forum: Vizard 03-01-2006, 01:20 PM
Replies: 30
Views: 44,359
Posted By farshizzo
Hi, I'm still not clear on what you are...

Hi,

I'm still not clear on what you are trying to accomplish. Calling object.remove() will permanently remove the object. Once it is removed you can't use it anymore. If you only plan on having 4...
Forum: Vizard 03-01-2006, 01:13 PM
Replies: 30
Views: 44,359
Posted By farshizzo
Hi, I'm not exactly sure what you are trying...

Hi,

I'm not exactly sure what you are trying to do. The code you provided does not reference any remove command. Can you be more specific to what you are trying to do? Also, for future reference...
Forum: Vizard 06-09-2005, 05:07 PM
Replies: 30
Views: 44,359
Posted By farshizzo
Hi, That's what...

Hi,

That's what object.disable(viz.COLLISION) is for. :)
Forum: Vizard 06-09-2005, 03:51 PM
Replies: 30
Views: 44,359
Posted By farshizzo
Hi, There is a way to have invisible objects...

Hi,

There is a way to have invisible objects trigger intersections. Instead of setting the visiblity of the object, disable rendering on the object. Example:#Don't render the object, but allow it...
Forum: Vizard 06-09-2005, 02:05 PM
Replies: 30
Views: 44,359
Posted By farshizzo
Hi, Removed objects and invisible objects...

Hi,

Removed objects and invisible objects cannot trigger intersections. From the code you posted, the only object that can be returned from the intersect call is object. Can you modify your code...
Forum: Vizard 05-24-2005, 03:33 PM
Replies: 30
Views: 44,359
Posted By farshizzo
Hi, Do you have the intersense server...

Hi,

Do you have the intersense server program running? Also, when you connect to the intersense have you tried explicitly declaring which port to connect to? For example, if you know the...
Forum: Vizard 05-24-2005, 03:10 PM
Replies: 30
Views: 44,359
Posted By farshizzo
Hi, I ran your script without any crashes,...

Hi,

I ran your script without any crashes, but I don't have any sensors connected. This is why I believe the problem comes from one of the sensors. Keep uncommenting the sensor code one line at a...
Forum: Vizard 05-24-2005, 01:58 PM
Replies: 30
Views: 44,359
Posted By farshizzo
Hi, Have you tried commenting out the...

Hi,

Have you tried commenting out the sensors?
Forum: Vizard 05-24-2005, 12:28 PM
Replies: 30
Views: 44,359
Posted By farshizzo
Hi, Vizard objects are not deleted unless...

Hi,

Vizard objects are not deleted unless you explicitly delete them. So when your custom class is deleted you need to manually delete all the Vizard objects it contains. When you create a python...
Forum: Vizard 05-24-2005, 11:13 AM
Replies: 30
Views: 44,359
Posted By farshizzo
Hi, I don't understand. How are self.node...

Hi,

I don't understand. How are self.node and self.fGravityArrow associated? They seem to be two separate objects.
Forum: Vizard 05-23-2005, 11:17 AM
Replies: 30
Views: 44,359
Posted By farshizzo
Hi, When you call del ball0503 you are...

Hi,

When you call del ball0503 you are deleting the reference to the variable ball0503. However, the list still contains a reference to the ball. To delete the list you would need to do the...
Showing results 1 to 13 of 13

 
Forum Jump

All times are GMT -7. The time now is 01:46 AM.


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