![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
#4
|
|||
|
|||
Try scaling the ball by a large value such as 1000. You can also add it to the ortho layer:
Code:
ball = viz.add('white_ball.wrl',parent=viz.ORTHO, scene=2) ball.setPosition([300,300,1]) ball.setScale([100]*3) |
|
|