I wonder is it possible to rotate spotlight or texture? Specifically i need to rotate around Z axis (blue) to fit the texture with 3D model. As you can see now it doesn’t.
I tried to rotate: camera, spotlight, spotLight.map, spotLight.shadow.camera, but nothing does the job. Or do i need to do something other to perform the task?
After I was also unable to achieve rotation by manipulating the texture via .rotation or .matrix, I couldn’t think of anything else but to adjust the actual image to my needs. For this, I wrote a method that places the image within a circle and allows it to rotate around the center. Then, I use the newly generated image as a texture, and voila, it works. I hope this helps someone who encounters the same problem. I’d be happy if someone has a better idea! Best regards