pastasfuture / com.hauntedpsx.render-pipelines.psx

A scriptable render pipeline for emulating Playstation-1-style graphics on contemporary hardware.
https://twitter.com/HauntedPs1/
MIT License
383 stars 26 forks source link

Any way to get a camera to ignore light sources when rendering? #15

Closed PixelDough closed 2 years ago

PixelDough commented 2 years ago

I need to run a cutscene in a sort of miniature "set" far above or below the game world, in various worlds. I need it to have the same dark lighting conditions every time it's seen, but despite the camera used to render it set to ignore the layer that the lights are on, they still effect the cutscene models. Is this not the way this sort of thing should be achieved? Or is this a bug with the rendering system?

It would be frustrating to have to keep track of every light source in every scene just to be able to disable them before the cutscene plays.

pastasfuture commented 2 years ago

I implemented this for you, it landed in 1.6.0 - thanks for reportingšŸ–¤