Sets the position of the light.
| <node3d:light>.position( | |
| x | |
| y | |
| z | |
| w = 1 |
)
x
y
z
w = 1
Sets the position of the light relative to its object location.
If w is 0 the position then represents what direction light comes from. To represent the sun try position(0,1,0,0)
None