Spreading one jit.world over multiple screens/projectors
Hello,
I am wondering if it is possible to spread one jit.world over multiple outputs. In my case, I need to projectors for a projection-mapping to cover the area I want, but want to use the two projector outputs as one big screen. I know that this is possible with porjection-mapping software like madmapper, but since setting up the mapping is quite easy with jit.gl.nurbs, I was wondering if I could do the whole thing within jitter.
Hey Misemao,
If the scene you need to output to the two projectors is different, you could try with two rendering nodes rendering on the same screen:
but since setting up the mapping is quite easy with jit.gl.nurbs
Hey Misemao,
regarding the mapping part, check out the object "jit.gl.meshwarp", which comes with the Jitter Tools Package (built-in in Max).
It's designed specifically for projection mapping from within Max.
Thanks, jit.gl.meshwarp is indeed much easier for this than my nurbs concauction!