![]() |
#6
|
|||
|
|||
Hi,
To attach the shadow to the ball you would do the following: Code:
ball = viz.add('ball.wrl') shadow = ball.add('shadow.wrl') Code:
shadow.parent(ball) |
Thread Tools | |
Display Modes | Rate This Thread |
|
|