defunctzombie Posted August 16, 2016 Share Posted August 16, 2016 I am working on some research using GTA 5 and GTA 5 mods and one aspect that I am stuck on is how best to render multiple cameras around a player (or a single 360 panorama). Â Searching for related topics on cameras yields largely references to RENDER_SCRIPT_CAMS. I imagine I could maybe create a few cameras facing different directions around the player and then have them rendered, but no where can I find how I would actually get the rendered frames from said cameras. Â Tho new to modding with GTA 5, I have a decent background in coding so any pointers in the right direction would be more than enough and appreciated. Largely looking to understand how to capture images from cameras (from script cameras or game cameras). Â Other hacks that have crossed my mind is to pause the game, cycle through the scripted cameras, capture the screen renderings, and un-pause. This seems highly brittle and I am hoping there is a more direct way of rendering and capturing cameras facing multiple directions. Link to comment Share on other sites More sharing options...
Ezio Baggins Posted June 20, 2017 Share Posted June 20, 2017 Any solutions ? Link to comment Share on other sites More sharing options...
Rbn3D Posted June 21, 2017 Share Posted June 21, 2017 Take a look at this method of my Custom Camera V mod:  https://github.com/Rbn3D/CustomCameraV/blob/master/Scripts/CustomCameraV.cs#L472  This, however is about rendering a camera directly to the screen, not for capture images. What do you need? Do you want a real time 360º panorama? Link to comment Share on other sites More sharing options...
Ezio Baggins Posted March 20, 2018 Share Posted March 20, 2018 (edited) http://gtaforums.com/topic/898698-taking-screenshot-from-three-positions/ Edited March 20, 2018 by Ezio Baggins Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now