I am trying to use sky spheres instead of boxes for multiple reasons. Trying to use the ones included with the DarkGDK has given me an issue. Only the sides of the sphere have images; the top and bottom are solid color. You can see the effect at the top of the included image.
Here is the code I am using for the skysphere. I have tried altering the mode of the SetObjectTexture function to no avail. I have also tried searching this forum. Any help would be appreciated.
//Skysphere
dbLoadObject ( "am.x", 3 );
dbSetObjectLight ( 3, 0 );
dbSetObjectTexture ( 3, 3, 2 );
dbScaleObject ( 3, 500000, 500000, 500000 );
dbSetObjectCollisionOff( 3 );