Before I go off and write my own inefficient version, is there a method buried somewhere in jME that will sort nodes based on their bounding boxes or geometry's distance from a point?
Thanks, that helped.
You could have a look at the RenderQueue class and how distance based sorting is done in there.