Hi everyone,
I’ve got a projection mapping project coming up that is being created in Unity with textures sent to Touch by Spout, and then Touch will be handling the projection mapping. It’s going to need 2 projectors with some edge blending between them.
I’ve done some projects sending from Unity to Touch, as well as a handful of projection mapping projects. Although I haven’t done anything using edge blending yet and I want to make sure I’ve got a good pipeline planned.
The projection is going to be for a big wall, so there won’t be any complicated 3d surfaces needed.
My plan is this:
- Create everything in Unity
- Render everything to a render texture using Spout
- Use a Spout In in Touch
- Pipe that into the projectorBlend component to handle the edge blending
- Take the output of that and pipe each projector’s image into Stoner
- Composite the 2 stoner outputs together into one giant window
- Send that window to both projectors
Do I have the basic idea down? I’m not completely sure that’s the best way to use the Stoner, or even if that is best tool for this case.
Any suggestions on the edge blending part (or anything else)?
Thanks