// x, y, z: relative coordinates inside the group
W.move({n:"ball",g:"M",x:.9,y:.2,z:.35});


// x, y, z: World coordinates
W.move({n:"ball",g:null,x:0,y:-.3,z:0});