getNormal in GeomContainer still throws an UnsupportedFunction. It seems this method could be easily implemented as:
public void getNormal(int int0, Vector3f vector3f) {
normals.get(int0, vector3f);
}
getNormals would then also function correctly. This would be very useful! 