rendercam icon indicating copy to clipboard operation
rendercam copied to clipboard

Multiple camera / settings rendering

Open subsoap opened this issue 4 years ago • 2 comments

Sometimes there are situations where you want to be able to render multiple layers of a scene with different camera setups. For example, in a FPS you might want to render the world at 90 FOV but the first person model at 45 or 70 FOV.

Besides requiring user editing the render script, could this be an added feature for consideration somehow?

subsoap avatar May 24 '20 18:05 subsoap

Yeah, I really want this feature too. But I also want to fix the issue with the camera lagging by 1 frame. Unfortunately, without using a weird hacks or a native extension, there's no way to have both (as discussed in this thread).

That said, hardly anyone has complained about the 1-frame lag so far, so it will just be that one camera is up-to-date and any other cameras will lag.

rgrams avatar May 24 '20 18:05 rgrams

For a camera setup like FPS it may be possible to do with a single camera but changing the FOV (or other settings) between render predicate steps.

subsoap avatar May 24 '20 19:05 subsoap