Problem with creating a working skybox

Maybe it’s really obvious and you have already looked at this, but could the problem be caused by a transform in the egg file? I had some behaviour I couldn’t explain because of this. If you read the egg file with notepad for instance, does the transformation matrix show this?:

<Group> YourObjectNameIn3dApplication {
  <Transform> {
    <Matrix4> {
      1 0 0 0
      0 1 0 0
      0 0 1 0
      0 0 0 1
    }
  }

If you do not want to rotate/translate/scale your model from your 3D application make sure it’s like this. In Blender for example, use “apply rotation and scale” before exporting on your objects.