Open
Description
Currently it is a LegacyApplication
but it only exposes Application
.
Both cases make it hard to access the "rootNode".
LegacyApplication says jME3 applications *SHOULD NOT EXTEND* this class but extend {@link com.jme3.app.SimpleApplication} instead.
That's why I've opened this discussion issue: Some people dislike SimpleApplication for making assumptions (specifically said getRootNode
, which assumes a main viewport with one node attached as scene).