vivienneanthony
Have anyone tried implementing render output to images? Meaning something.
Camera::OutputStreamFile(filename, fps)
Or similiar using render
Have anyone tried implementing render output to images? Meaning something.
Camera::OutputStreamFile(filename, fps)
Or similiar using render
What’s your use case? Seems like you want to record a video?
Rudimentary images that can easily merge with a video editing program. Im assuming anything with a skybox would have a full image, then something without a transparent background unless specified full.
There’s Graphics::TakeScreenShot().
In case you just want to record a video, why not use external video recording software?