_bandWhite.setRotationPoint(0,0,0);
_bandWhite.setTextureSize(64, 32);
_bandWhite.mirror = true;
setRotation(_bandWhite, 0F, 0F, 0F);
_bandColors[0] = new Vector3f(255.0f/255.0f, 255.0f/255.0f, 255.0f/255.0f); // white
_bandColors[1] = new Vector3f(255.0f/255.0f, 128.0f/255.0f, 64.0f/255.0f); // orange
_bandColors[2] = new Vector3f(255.0f/255.0f, 64.0f/255.0f, 255.0f/255.0f); // magenta
_bandColors[3] = new Vector3f(128.0f/255.0f, 128.0f/255.0f, 255.0f/255.0f); // light blue
_bandColors[4] = new Vector3f(255.0f/255.0f, 255.0f/255.0f, 0.0f/255.0f); // yellow
_bandColors[5] = new Vector3f( 64.0f/255.0f, 255.0f/255.0f, 64.0f/255.0f); // lime
_bandColors[6] = new Vector3f(255.0f/255.0f, 196.0f/255.0f, 255.0f/255.0f); // pink
_bandColors[7] = new Vector3f( 96.0f/255.0f, 96.0f/255.0f, 96.0f/255.0f); // gray
_bandColors[8] = new Vector3f(168.0f/255.0f, 168.0f/255.0f, 168.0f/255.0f); // light gray
_bandColors[9] = new Vector3f( 64.0f/255.0f, 128.0f/255.0f, 128.0f/255.0f); // cyan
_bandColors[10] = new Vector3f(128.0f/255.0f, 0.0f/255.0f, 192.0f/255.0f); // purple
_bandColors[11] = new Vector3f( 0.0f/255.0f, 0.0f/255.0f, 255.0f/255.0f); // blue
_bandColors[12] = new Vector3f( 96.0f/255.0f, 64.0f/255.0f, 32.0f/255.0f); // brown
_bandColors[13] = new Vector3f( 0.0f/255.0f, 128.0f/255.0f, 0.0f/255.0f); // green
_bandColors[14] = new Vector3f(255.0f/255.0f, 0.0f/255.0f, 0.0f/255.0f); // red
_bandColors[15] = new Vector3f( 32.0f/255.0f, 32.0f/255.0f, 32.0f/255.0f); // black
}