currMatrix.translate( 0.0f, 0.0f, -200.0f );
currMatrix.applyMatrix( Glm.matCast( orient.getOrient() ) );
glUseProgram( theProgram );
currMatrix.scale( 3.0f, 3.0f, 3.0f );
currMatrix.rotateX( -90.0f );
// Set the base color for this object.
glUniform4f( baseColorUnif, 1.0f, 1.0f, 1.0f, 1.0f );
glUniformMatrix4( modelToCameraMatrixUnif, false, currMatrix.top().fillAndFlipBuffer( mat4Buffer ) );