break;
case PILLAR:
height = parseHeight(node.getTags(), 1.8f);
target.drawBox(poleMaterial,
getBase().add(new VectorXYZ(0,0, -0.05).rotateY(faceVector.angle())),
faceVector, height-0.3, 0.1, 0.1);
target.drawBox(machineMaterial,
getBase().addY(height-1).add(new VectorXYZ(0,0, 0.1 ).rotateY(directionAngle)),
faceVector, 1, 1, 0.2);