spatial childs

  ArrayList<Spatial> nodes = new ArrayList(localRootNode.getChildren());

> > for(Spatial item:nodes){ > > Node rootScene= (Node) item; > > ArrayList<Spatial> nodesChild = new ArrayList(rootScene.getChildren()); > for(Spatial itemChild:nodesChild){ > System.out.println(itemChild.getName()); > } > > }

Комментарии

Популярные сообщения из этого блога

jmonkey engine create and build andoid project

jmonkey Cloth system