How can i make sun with light rotating across the sky when i start playing.i already used matinee and in kismet i connected beginning of lvl to play in matinee node and completed back to play and when im starting to play then sun with light doesnt rotateSun moving across the sky).i used dominant directional lightmovable or what ever it was.i also did everything correctly in matinee,i tryed same thing with a simple door and it moved but light didnt.
Announcement
Collapse
No announcement yet.
dynamic sun problem
Collapse
X
-
Are you trying to achieve this by moving the directional light around? If so, rotate it instead. It works with infinite rays from an infinite distanced point to another infinite distanced one, like this:
###*###
LLLLLLLLLL
LLLLLLLLLL
LLLLLLLLLL
###*###
If you rotate it 180ยบ, it'll do this (7's are representing parallel rays, of course):
###*###
77777777
77777777
77777777
###*###
Comment