IgcsConnector
IgcsConnector copied to clipboard
A Reshade addon that connects Reshade with a photomode mod built with IGCS to exchange data and issue a fixed set of actions with the camera tools from within Reshade
- Make the headers of some sections collapsible so people can expand/collapse parts they use often/don't use (and remember the choice!) - Move the render / cancel buttons to the...
This makes the masking go wrong as it assumes a round / even input. To fix it, send the anamorphic factor to the shader, and divide `normalizedOffset.x by this factor.
- [x] Custom shapes (which influence which points are considered) (Implemented in 2.2.0) - [ ] Colored shapes (so they influence the color blended) - [ ] Add an indication...
It's otherwise something that might cause shader resets when people use the camera path for camera position storage.
It would be useful to be able to set which features the external tools supports, for example, I'd be only interested in supporting IGCS Dof at the moment, so other...