I'm using jME 2.0 as a graphical engine in my application, where I create several JMECanvases. Using the docking framework I'm able to dock and undock these canvases. I noticed a weird behavior while resizing one of the canvases: the content of all the other canvases is affected - the graphics on other canvases is being resized as well. What might be the cause of this behavior?
jME is really only intended to be run in a singular fashion and doesn't (yet) support multiple cameras (although I think it does support multiple viewports, could be wrong there though...)
jME is really only intended to be run in a singular fashion and doesn't (yet) support multiple cameras
(although I think it does support multiple viewports, could be wrong there though...)
Thanks for clarifying this.
Out of curiosity, what's the complexity of implementing such a solution and how hard the implementation would be for a team of several jMonkey beginners?
And what would be the good starting point before diving into this?