![]() |
|
#2
|
|||
|
|||
|
Hi,
Try changing the position and direction of the lightnode instead. The following code will make the light shine directly downwards: Code:
lightNode.translate(0,2,5) lightNode.rotate(0,90,0) mylight = lightNode.add(viz.LIGHT) |
|
|