Split screen

Hi, I’ve been poking around with the jME for a few weeks now hoping to make a game with it. However, I see that split-screen capabilities are on the to-do list of JME2 and this is at the tip-top of the list of what I hope to include in my game. I’m hoping someone could tell me about how long this might take to be added to jME or tell me if there’s a way to implement/hack-it-together myself.

You could use the same technique used for rendering to a texture (theres examples for that in jmetest, the moving camera for example) and just use two big quads with such textures in the main scene for the rendering of two off-scenes.

Cheers,

Normen

Ah, cool. I figured it’d be something like that for now. Awesome, thanks.


  • Nick