This file is a Starry Night document. // Pano name - you see this in menus, etc. This should be unigue for each pano // In degrees, the height of the image // 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. // Used during liftoff to draw a horizon nicely. Ignored for panos like the milkyway which are always far off. // the color is red, green, blue, with each value scaled 0 to 65535 // If preload is set, will load image on startup // 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, // For horizons, 4 (kTransparentGlass) and 5 (kOpaque) are