250251252253254255256257258259260261262263
cph=0; UVec3 cpos=new UVec3(); int id=0; if(layoutVertical) { UVertexList pos=new UVertexList(); for(GUINode n : nodes) { pos.add(0,cpy); cpw=PApplet.max(cpw,n.width); cpy+=n.height-padding; if(n.equals(nodes.get(nodes.size()-1))) cpy+=padding; id++; }
230231232233234235236237238239240241242243
200201202203204205206207208209210211212213
cph=0; UVec3 cpos=new UVec3(); int id=0; if(layoutVertical) { UVertexList pos=new UVertexList(); for(GUINode n : nodes) { pos.add(0,cpy); cpw=PApplet.max(cpw,n.width); cpy+=n.height; id++; }
235236237238239240241242243244245246247248
240241242243244245246247248249250251252253