sdk
sdk copied to clipboard
Game scene attaching
From @ghost on March 24, 2014 19:34
Reference on googlecode: https://code.google.com/p/jmonkeyengine/issues/detail?id=136
Copied from original issue: jMonkeyEngine/jmonkeyengine#7
Allow the user to attach his game scene to the SceneViewer and run/view it there (à la scenemonitor).
This sounds quite like what the SceneComposer does, right? Unfortunately GC is archived now, so it's hard to tell, but could it be that this issue was even before the SceneComposer was added?
It was before the "Run AppState" functionality was created I suppose. However the whole thing was planned a bit broader with global configuration of the main AppStates in the project and handling them etc. - kind of in combination with game type templates and whatnot.