4041424344454647484950
NewCharSummary c = new NewCharSummary(); c.name = "Myname"; VisibleModel v = new VisibleModel(c); rootNode.attachChild(v); v.attachVisuals(); v.rotateUpTo(Vector3f.UNIT_Z.mult(-1f)); printHierarchy(rootNode, ""); }