//********************************************************************** // // POLYHDRA.INC version 1.0 // // Polyheda specifications based on polyhedra data found at: // // http://cm.bell-labs.com/netlib/polyhedra/index.html // // Data conversion by Rick Gutleber (rickg@his.com) // // Visit the Gutleber Pan-Dimensional Gift Shop and Cultural Center of // the Universe at http://www.his.com/~rickg // // // The following polyhedra have been normalized and converted to POV // triangle unions for use in POV scripts. Each object is centered at // < 0, 0, 0 > and the scale has been normalized so that the maximum // range of x, y or z coordinates does not exceed 1 unit. // // Due to the size of the data for all polyhedra, the file has been broken // up into several pieces for more convenient use. // // Unfortunately, since these objects are unions of triangles, it is not // possible to use them in CSG constructions. // // *** BUGS *** // // The following shapes seem to be garbled: // // SmallStellatedDodecahedron // LargeStellatedDodecahedron // // The following shapes are missing faces: // // GyroelongatedTriangularCupola // GyroelongatedSquareCupola // GyroelongatedPentagonalCupola // GyroelongatedPentagonalRotunda // // I haven't yet determined if these are a result of the data or my // conversion process or something else entirely. // // // The shapes defined include: // // Tetrahedron // Cube // Octahedron // Dodecahedron // Icosahedron // SmallStellatedDodecahedron // GreatDodecahedron // GreatStellatedDodecahedron // GreatIcosahedron // TriangularPrism // PentagonalPrism // HexagonalPrism // OctagonalPrism // DecagonalPrism // SquareAntiprism // PentagonalAntiprism // HexagonalAntiprism // OctagonalAntiprism // DecagonalAntiprism // RhombicDodecahedron // TriakisOctahedron // TetrakisHexahedron // TrapezoidalIcositetrahedron // HexakisOctahedron // PentagonalIcositetrahedron // RhombicTriacontahedron // TriakisIcosahedron // PentakisDodecahedron // TrapezoidalHexecontahedron // HexakisIcosahedron // PentagonalHexecontahedron // SquarePyramid // PentagonalPyramid // TriangularCupola // SquareCupola // PentagonalCupola // PentagonalRotunda // ElongatedTriangularPyramid // ElongatedSquarePyramid // ElongatedPentagonalPyramid // GyroelongatedSquarePyramid // GyroelongatedPentagonalPyramid // TriangularDipyramid // PentagonalDipyramid // ElongatedTriangularDipyramid // ElongatedSquareDipyramid // ElongatedPentagonalDipyramid // GyroelongatedSquareDipyramid // ElongatedTriangularCupola // ElongatedSquareCupola // ElongatedPentagonalCupola // ElongatedPentagonalRotunds // GyroelongatedTriangularCupola // GyroelongatedSquareCupola // GyroelongatedPentagonalCupola // GyroelongatedPentagonalRotunda // Gyrobifastigium // TriangularOrthobicupola // SquareOrthobicupola // SquareGyrobicupola // PentagonalOrthobicupola // PentagonalGyrobicupola // PentagonalOrthocupolarontunda // PentagonalGyrocupolarotunda // PentagonalOrthobirotunda // ElongatedTriangularOrthobicupola // ElongatedTriangularGyrobicupola // ElongatedSquareGyrobicupola // ElongatedPentagonalOrthobicupola // ElongatedPentagonalGyrobicupola // ElongatedPentagonalOrthocupolarotunda // ElongatedPentagonalGyrocupolarotunda // ElongatedPentagonalOrthobirotunda // ElongatedPentagonalGyrobirotunda // GyroelongatedTriangularBicupola // GyroelongatedSquareBicupola // GyroelongatedPentagonalBicupola // GyroelongatedPentagonalCupolarotunda // GyroelongatedPentagonalBirotunda // AugmentedTriangularPrism // BiaugmentedTriangularPrism // TriaugmentedTriangularPrism // AugmentedPentagonalPrism // BiaugmentedPentagonalPrism // AugmentedHexagonalPrism // ParabiaugmentedHexagonalPrism // MetabiaugmentedHexagonalPrism // TriaugmentedHexagonalPrism // AugmentedDodecahedron // ParabiaugmentedDodecahedron // MetabiaugmentedDodecahedron // TriaugmentedDodecahedron // MetabidiminishedIcosahedron // TridiminishedIcosahedron // AugmentedTridiminishedIcosahedron // AugmentedTruncatedTetrahedron // AugmentedTruncatedCube // BiaugmentedTruncatedCube // AugmentedTruncatedDodecahedron // ParabiaugmentedTruncatedDodecahedron // MetabiaugmentedTruncatedDodecahedron // TriaugmentedTruncatedDodecahedron // GyrateRhombicosidodecahedron // ParabigyrateRhombicosidodecahedron // MetabigyrateRhombicosidodecahedron // TrigyrateRhombicosidodecahedron // DiminishedRhombicosidodecahedron // ParagyrateDiminishedRhombicosidodecahedron // MetagyrateDiminishedRhombicosidodecahedron // BigyrateDiminishedRhombicosidodecahedron // ParabidiminishedRhombicosidodecahedron // MetabidiminishedRhombicosidodecahedron // GyrateBidiminishedRhombicosidodecahedron // TridiminishedRhombicosidodecahedron // SnubDisphenoid // SnubSquareAntiprism // Sphenocorona // AugmentedSphenocorona // Sphenomegacorona // Hebesphenomegacorona // Disphenocingulum // Bilunabirotunda // TriangularHebesphenorotunda // Tetrahemihexahedron // Octahemioctahedron // SmallDitrigonalIcosidodecahedron // Dodecadodecahedron // Echidnahedron // //**********************************************************************