This file is a Starry Night document.// Pano name - you see this in menus, etc. This should be unigue for each pano// If the image has an alpha channel that is set up with the sky having an alpha of 0 and the horizon an alpha of 1, // with alpha blending at the interface, we need to say Yes here, otherwise say "no"// These values are in the coord system that you pick out with ImageCoordSys// These are also in ImageCoordSys coord sys// They determine where the image will be // Used during liftoff to draw a horizon nicely. Ignored for panos like the milkyway which are always far off.// ImageCoordSys values// kNoCoordinateSystem = 0, // kAltAzSystem = 1, // kGalacticSystem = 2, // kEclipticSystem = 3, // kCelestialJ2000System = 4, // kCelestialJNowSystem = 5, // kOrientationSystem = 6, // kSuperGalacticSystem = 7,// ImageTransferMode values// OpenGLState kNoState = 0,// kDefault = 1,// kStars = 2,// kTransparentAdd = 3,// kTransparentGlass = 4,// kOpaque = 5,// kShaded = 6,// kLighting = 7, // shaded with specular lighting// kShadedLine = 8,// kBillboard = 9,