Forum: Vizard
10-04-2010, 11:58 AM
|
|
Replies: 1
Views: 17,373
|
Forum: Vizard
09-25-2010, 10:03 AM
|
|
Replies: 1
Views: 18,641
[0.0, 0.0, 0.0] for every object.getPosition()
I am trying to use viz.pick() to get the position for an object that a click on, but all I get is [0.0, 0.0, 0.0]. What am I doing wrong? Here is a simple example code:
import viz
viz.go()...
|
Forum: Vizard
09-23-2010, 12:42 PM
|
|
Replies: 1
Views: 19,346
|
Forum: Vizard
09-23-2010, 12:07 PM
|
|
Replies: 1
Views: 19,346
Winviz.exe does not "finish". (Pylab problem)
Hi, I am using the following simple script to demonstrate the problem. Winviz.exe does not close from the task manager after I trigger the makeachart() by keypressing 1.
However, the same does not...
|
Forum: Vizard
09-16-2010, 09:23 AM
|
|
Replies: 2
Views: 26,805
Iterate through node3d children
Is there any way to obtain the list of childs from a node3d object?
I have been trying to use list = <node3d>.getChildren() to obtain such a list, as I need to attribute a value to each i in...
|