Hello everybody,
I would like to accomplish something like this with jME:
Options that came up so far…
- Multiple viewports - But is it possible to rotate a viewport?
- Render to textures - How much does it impact on performance?
- Keep everything on the same scene and rotate the nodes instead - I think that would be a bit messy and hard do control… Would I have to render everything orthogonal to avoid "distortion" on the edges?
This is for a multitouch platform based on jME. Here's a demo: http://www.youtube.com/watch?v=lAJ4U_GXADM
What we want to do is to place many "applications" on the same screen to let multiple users use different applications at the same time… Basically a window manager supporting move, rotation, resize and overlap.
Ideas?
Thanks
Geovani