/***********************************************************************/
/* Open Visualization Data Explorer                                    */
/* (C) Copyright IBM Corp. 1989,1999                                   */
/* ALL RIGHTS RESERVED                                                 */
/* This code licensed under the                                        */
/*    "IBM PUBLIC LICENSE - Open Visualization Data Explorer"          */
/***********************************************************************/
#define SPHR12PTS 12
#define SPHR12TRS 20
static Point points[SPHR12PTS] = {
   {0.4249358858193742, -0.6234212590752522, -0.901521749427252}, 
   {-0.5999406907417391, 0.05914133178387721, -1.009227188986324}, 
   {0.4980672603913731, 0.6101449500603583, -0.872707378430782}, 
   {1.170388006823068, -0.06734654200022822, -0.0873067158600265}, 
   {0.4878971283264427, -1.037062929459035, 0.2615777778398508}, 
   {-0.606226178027942, -0.958889124295748, -0.3082004094765843}, 
   {-0.4249358858193759, 0.6234212590752533, 0.90152174942725}, 
   {0.5999406907417364, -0.05914133178387813, 1.009227188986327}, 
   {-0.4980672603913764, -0.6101449500603557, 0.87270737843078}, 
   {-1.170388006823072, 0.0673465420002311, 0.0873067158600247}, 
   {-0.4878971283264417, 1.037062929459036, -0.2615777778398516}, 
   {0.606226178027942, 0.958889124295747, 0.3082004094765856}
};
Point points_new[SPHR12PTS];
Point normals_new[SPHR12PTS];

#include <dxconfig.h>

  
static Triangle triangles[] = {
    {0, 5, 1},
    {0, 1, 2},
    {0, 2, 3},
    {0, 3, 4},
    {0, 4, 5},
    {1, 10, 2},
    {1, 5, 9},
    {1, 9, 10},
    {2, 11, 3},
    {2, 10, 11},
    {3, 7, 4},
    {3, 11, 7},
    {4, 8, 5},
    {4, 7, 8},
    {5, 8, 9},
    {6, 8, 7},
    {6, 9, 8},
    {6, 10, 9},
    {6, 11, 10},
    {6, 7, 11}
};
Triangle triangles_new[SPHR12TRS];


