WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: farshizzo
Forum: Vizard 05-23-2005, 11:13 AM
Replies: 9
Views: 19,595
Posted By farshizzo
Hi, If you wanted to create something that...

Hi,

If you wanted to create something that is easy to use and reusable then I would suggest creating your own vizact Action. Here is a basic template for creating the action:class...
Forum: Vizard 05-13-2005, 04:55 PM
Replies: 9
Views: 19,595
Posted By farshizzo
Hi, The avatar class is already a subclass...

Hi,

The avatar class is already a subclass of the node class, so you just need to subclass from the avatar. Here is a small sample:class MyAvatar(viz.VizAvatar):
def __init__(self):
#Create...
Forum: Vizard 02-13-2005, 01:10 PM
Replies: 9
Views: 19,595
Posted By farshizzo
To subclass from an imported object you would do...

To subclass from an imported object you would do the same thing as subclassing from an OTF object. I'm posting an example script that shows how to do this. It also shows how to subclass from an...
Forum: Vizard 11-04-2004, 11:39 AM
Replies: 9
Views: 19,595
Posted By farshizzo
Hi, What you want to do is very easy. Here's...

Hi,

What you want to do is very easy. Here's a simple example that should get you started:import viz
viz.go()

#Define class that inherits from VizNode
class MyNodeClass(viz.VizNode):

def...
Showing results 1 to 4 of 4

 
Forum Jump

All times are GMT -7. The time now is 12:39 AM.


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