TwoVertex.java
¡Code very similar to Vertex.java
¡We load the pastel normal shader for the front and back faces, then load the bright normal shader for the rest of the cube
¡Note that we needed to gl_End() after the first 2 faces, then bind our next VP, then gl_Begin(GL_QUADS) again