WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: farshizzo
Forum: Plug-in development 01-28-2009, 03:31 PM
Replies: 7
Views: 18,109
Posted By farshizzo
You don't have to create a Python class for you...

You don't have to create a Python class for you custom nodes. Wrapping your custom commands with proper functions usually makes the code easier to read, and this is the main reason to do it. It's...
Forum: Plug-in development 01-27-2009, 05:37 PM
Replies: 7
Views: 18,109
Posted By farshizzo
When you create the custom node object, you can...

When you create the custom node object, you can optionally specify additional arguments:mynode = viz.add('mynode.dlc',command,mesg,x,y,z,w)
You can also send additional commands to the node once it...
Forum: Plug-in development 01-26-2009, 05:46 PM
Replies: 7
Views: 18,109
Posted By farshizzo
Here is a small example that uses the skydome...

Here is a small example that uses the skydome plugin to show how to customize a plugin object. Usually you create your own Python module that specifies your class. In this example, create a file...
Showing results 1 to 3 of 3

 
Forum Jump

All times are GMT -7. The time now is 04:42 PM.


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