target.drawBox(STEEL,
pos,
faceVector, height, width, width);
target.drawBox(colourFront,
pos.add(new VectorXYZ((width/2-0.10),0.1f, (width/2-0.1)).rotateY(directionAngle )),
faceVector, height-0.2, 0.202, 0.202);
target.drawBox(colourBack,
pos.add(new VectorXYZ(-(width/2-0.10),0.1f, (width/2-0.1)).rotateY(directionAngle )),
faceVector, height-0.2, 0.202, 0.202);
target.drawBox(colourFront,
pos.add(new VectorXYZ((width/2-0.10),0.1f, -(width/2-0.1)).rotateY(directionAngle )),
faceVector, height-0.2, 0.202, 0.202);
target.drawBox(colourBack,
pos.add(new VectorXYZ(-(width/2-0.10),0.1f, -(width/2-0.1)).rotateY(directionAngle )),
faceVector, height-0.2, 0.202, 0.202);
}
}