define one spotlight emitter for all spotlights #570
-
Hi, I want to emit a lot of spotlight in the scene. One possible way is to make each spotlight individual, like this:
But the amount of emitters is very large and the compilation time will be very long, is there a method to define one spotlight emitter for all spotlights, like:
Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If you want to understand why this is happening, take a look at this discussion: #565 I've just pushed a change to |
Beta Was this translation helpful? Give feedback.
Hi @yangocean-sudo
If you want to understand why this is happening, take a look at this discussion: #565
I've just pushed a change to
master
which should resolve the long compilation times with multiple emitters: #571. You'll need to compile the project yourself if you want this new feature or wait until we push out a new release to PyPI.