![]() |
|
#4
|
|||
|
|||
I want to do a similar sub class, but use an imported object as the node. should I just put
self.node = viz.add("ball.wrl") or viz.VizNode.__init__(self,"ball.wrl") or something else? |
|
|