POV-Ray : Newsgroups : povray.general : SEVERE shadow problems with Blender POV renders?? Is anyone familiar with i= Server Time
28 Mar 2024 07:49:25 EDT (-0400)
  SEVERE shadow problems with Blender POV renders?? Is anyone familiar with i= (Message 1 to 10 of 18)  
Goto Latest 10 Messages Next 8 Messages >>>
From: tmelram
Subject: SEVERE shadow problems with Blender POV renders?? Is anyone familiar with i=
Date: 17 Nov 2019 16:00:02
Message: <web.5dd1b380a19450f8c8bf72b50@news.povray.org>
Hi, I am using Blender to model and wanted to use POV ray to render my scenes.
But, I'm getting serious shadow issues. There seem to be triangles near wherever
there are shadows!

A picture of the problem:
https://i.imgur.com/z6Ftxv6.png

How can I remedy this??


Post a reply to this message

From: jr
Subject: Re: SEVERE shadow problems with Blender POV renders?? Is anyone familiar wi=
Date: 17 Nov 2019 16:40:00
Message: <web.5dd1be176829cb1bfeeb22ff0@news.povray.org>
hi,

"tmelram" <taj### [at] yahoocom> wrote:
> Hi, I am using Blender to model and wanted to use POV ray to render my scenes.
> But, I'm getting serious shadow issues. There seem to be triangles near wherever
> there are shadows!
>
> A picture of the problem:
> https://i.imgur.com/z6Ftxv6.png
>
> How can I remedy this??

I guess it would be helpful to see the (generated) scene code.


regards, jr.


Post a reply to this message

From: tmelram
Subject: Re: SEVERE shadow problems with Blender POV renders?? Is anyone familiar wi=
Date: 17 Nov 2019 17:05:01
Message: <web.5dd1c38df0a1c145c8bf72b50@news.povray.org>
"jr" <cre### [at] gmailcom> wrote:
> hi,
>
> "tmelram" <taj### [at] yahoocom> wrote:
> > Hi, I am using Blender to model and wanted to use POV ray to render my scenes.
> > But, I'm getting serious shadow issues. There seem to be triangles near wherever
> > there are shadows!
> >
> > A picture of the problem:
> > https://i.imgur.com/z6Ftxv6.png
> >
> > How can I remedy this??
>
> I guess it would be helpful to see the (generated) scene code.
>
>
> regards, jr.

Sure, here you go:


//----------------------------------------------
//--Exported with POV-Ray exporter for Blender--
//----------------------------------------------

#version 3.7;

//--Global settings--

global_settings {
    assumed_gamma 1.0
    max_trace_level 5
    ambient_light rgb<0, 0, 0>
}

//--Custom Code--

#declare CURFRAMENUM = 1;
//#include "/home/user/directory/animation_include_file.inc"

//--Patterns Definitions--


 #declare PAT_Tex =
pigment {
}

#declare fPAT_Tex=
function{pigment{PAT_Tex}}



//--Background--

background {rgbt<0.0509, 0.0509, 0.0509, 0>}

//--Cameras--

#declare camLocation  = <7.481132, 5.343666, 6.507640>;
#declare camLookAt = <-27.098163, 46.688390, -0.903519>;
camera {
    location  <0, 0, 0>
    look_at  <0, 0, -1>
    right <-1.7777777777777777, 0, 0>
    up <0, 1, 0>
    angle  49.134343
    rotate  <-27.098163, 46.688390, -0.903519>
    translate <7.481132, 5.343666, 6.507640>
}

//--Lamps--

light_source {
    < 0,0,0 >
    color rgb<2, 2, 2>
    spotlight
    falloff 22.50
    radius 19.125000
    tightness 0
    point_at  <0, 0, -1>
    fade_distance 12.500000
    fade_power 2
    matrix <0.901870, 0.180445, -0.392519,  -0.417916, 0.594587, -0.686886,
0.109441, 0.783522, 0.611650,  0.000000, 18.516430, 14.742990>
}
#declare lampTarget1= vrotate(<-0,14.74,-18.52>,<0.6492,-0.1814,0.4105>);

//--Material Definitions--

#default{ pigment{ color rgb 0.8 }}
#declare shader_ = finish {  //translation of spec and mir levels for when no
map influences them
    diffuse 0.8
    phong 70.0
}


//--Mesh objects--

#declare DATASphere_001 =
mesh2 {
    vertex_vectors {
        482,
        <-0.195090, 0.000000, 0.980785>,
        <-0.382683, 0.000000, 0.923880>,
        <-0.555570, 0.000000, 0.831470>,
        <-0.707107, 0.000000, 0.707107>,
        <-0.831470, 0.000000, 0.555570>,
        <-0.923880, 0.000000, 0.382683>,
        <-0.980785, 0.000000, 0.195090>,
        <-1.000000, 0.000000, 0.000000>,
        <-0.980785, 0.000000, -0.195090>,
        <-0.923880, 0.000000, -0.382683>,
        <-0.831470, 0.000000, -0.555570>,
        <-0.707107, 0.000000, -0.707107>,
        <-0.555570, 0.000000, -0.831470>,
        <-0.382683, 0.000000, -0.923880>,
        <-0.195090, 0.000000, -0.980785>,
        <-0.191342, 0.038060, 0.980785>,
        <-0.375330, 0.074658, 0.923880>,
        <-0.544895, 0.108386, 0.831470>,
        <-0.693520, 0.137950, 0.707107>,
        <-0.815493, 0.162212, 0.555570>,
        <-0.906127, 0.180240, 0.382683>,
        <-0.961940, 0.191342, 0.195090>,
        <-0.980785, 0.195090, 0.000000>,
        <-0.961940, 0.191342, -0.195090>,
        <-0.906127, 0.180240, -0.382683>,
        <-0.815493, 0.162212, -0.555570>,
        <-0.693520, 0.137950, -0.707107>,
        <-0.544895, 0.108386, -0.831470>,
        <-0.375330, 0.074658, -0.923880>,
        <-0.191341, 0.038060, -0.980785>,
        <-0.180240, 0.074658, 0.980785>,
        <-0.353553, 0.146447, 0.923880>,
        <-0.513280, 0.212608, 0.831470>,
        <-0.653281, 0.270598, 0.707107>,
        <-0.768178, 0.318190, 0.555570>,
        <-0.853553, 0.353553, 0.382683>,
        <-0.906127, 0.375330, 0.195090>,
        <-0.923879, 0.382684, 0.000000>,
        <-0.906127, 0.375330, -0.195090>,
        <-0.853553, 0.353554, -0.382683>,
        <-0.768178, 0.318190, -0.555570>,
        <-0.653281, 0.270598, -0.707107>,
        <-0.513280, 0.212608, -0.831470>,
        <-0.353553, 0.146447, -0.923880>,
        <-0.180240, 0.074658, -0.980785>,
        <-0.162212, 0.108387, 0.980785>,
        <-0.318190, 0.212608, 0.923880>,
        <-0.461940, 0.308658, 0.831470>,
        <-0.587938, 0.392848, 0.707107>,
        <-0.691342, 0.461940, 0.555570>,
        <-0.768178, 0.513280, 0.382683>,
        <-0.815493, 0.544895, 0.195090>,
        <-0.831469, 0.555570, 0.000000>,
        <-0.815493, 0.544895, -0.195090>,
        <-0.768178, 0.513280, -0.382683>,
        <-0.691342, 0.461940, -0.555570>,
        <-0.587938, 0.392848, -0.707107>,
        <-0.461940, 0.308658, -0.831470>,
        <-0.318189, 0.212608, -0.923880>,
        <-0.162211, 0.108386, -0.980785>,
        <-0.137950, 0.137950, 0.980785>,
        <-0.270598, 0.270598, 0.923880>,
        <-0.392847, 0.392848, 0.831470>,
        <-0.500000, 0.500000, 0.707107>,
        <-0.587938, 0.587938, 0.555570>,
        <-0.653281, 0.653282, 0.382683>,
        <-0.693520, 0.693520, 0.195090>,
        <-0.707107, 0.707107, 0.000000>,
        <-0.693520, 0.693520, -0.195090>,
        <-0.653281, 0.653282, -0.382683>,
        <-0.587938, 0.587938, -0.555570>,
        <-0.500000, 0.500000, -0.707107>,
        <-0.392847, 0.392848, -0.831470>,
        <-0.270598, 0.270598, -0.923880>,
        <-0.137949, 0.137950, -0.980785>,
        <-0.108386, 0.162212, 0.980785>,
        <-0.212607, 0.318190, 0.923880>,
        <-0.308658, 0.461940, 0.831470>,
        <-0.392847, 0.587938, 0.707107>,
        <-0.461940, 0.691342, 0.555570>,
        <-0.513280, 0.768178, 0.382683>,
        <-0.544895, 0.815493, 0.195090>,
        <-0.555570, 0.831470, 0.000000>,
        <-0.544895, 0.815493, -0.195090>,
        <-0.513280, 0.768178, -0.382683>,
        <-0.461940, 0.691342, -0.555570>,
        <-0.392847, 0.587938, -0.707107>,
        <-0.308658, 0.461940, -0.831470>,
        <-0.212607, 0.318190, -0.923880>,
        <-0.108386, 0.162212, -0.980785>,
        <-0.074658, 0.180240, 0.980785>,
        <-0.146446, 0.353554, 0.923880>,
        <-0.212607, 0.513280, 0.831470>,
        <-0.270598, 0.653282, 0.707107>,
        <-0.318189, 0.768178, 0.555570>,
        <-0.353553, 0.853554, 0.382683>,
        <-0.375330, 0.906128, 0.195090>,
        <-0.382683, 0.923880, 0.000000>,
        <-0.375330, 0.906128, -0.195090>,
        <-0.353553, 0.853554, -0.382683>,
        <-0.318189, 0.768178, -0.555570>,
        <-0.270598, 0.653282, -0.707107>,
        <-0.212607, 0.513280, -0.831470>,
        <-0.146446, 0.353554, -0.923880>,
        <-0.074658, 0.180240, -0.980785>,
        <-0.038060, 0.191342, 0.980785>,
        <-0.074658, 0.375331, 0.923880>,
        <-0.108386, 0.544895, 0.831470>,
        <-0.137949, 0.693520, 0.707107>,
        <-0.162211, 0.815493, 0.555570>,
        <-0.180240, 0.906128, 0.382683>,
        <-0.191341, 0.961940, 0.195090>,
        <-0.195090, 0.980785, 0.000000>,
        <-0.191341, 0.961940, -0.195090>,
        <-0.180240, 0.906128, -0.382683>,
        <-0.162211, 0.815493, -0.555570>,
        <-0.137949, 0.693520, -0.707107>,
        <-0.108386, 0.544895, -0.831470>,
        <-0.074658, 0.375330, -0.923880>,
        <-0.038060, 0.191342, -0.980785>,
        <0.000000, 0.195091, 0.980785>,
        <0.000000, 0.382684, 0.923880>,
        <0.000000, 0.555570, 0.831470>,
        <0.000000, 0.707107, 0.707107>,
        <0.000000, 0.831470, 0.555570>,
        <0.000000, 0.923880, 0.382683>,
        <0.000000, 0.980785, 0.195090>,
        <0.000000, 1.000000, 0.000000>,
        <0.000000, 0.980785, -0.195090>,
        <0.000000, 0.923880, -0.382683>,
        <0.000000, 0.831470, -0.555570>,
        <0.000000, 0.707107, -0.707107>,
        <0.000000, 0.555570, -0.831470>,
        <0.000000, 0.382684, -0.923880>,
        <0.000000, 0.195090, -0.980785>,
        <0.038061, 0.191342, 0.980785>,
        <0.074658, 0.375331, 0.923880>,
        <0.108387, 0.544895, 0.831470>,
        <0.137950, 0.693520, 0.707107>,
        <0.162212, 0.815493, 0.555570>,
        <0.180240, 0.906128, 0.382683>,
        <0.191342, 0.961940, 0.195090>,
        <0.195091, 0.980785, 0.000000>,
        <0.191342, 0.961940, -0.195090>,
        <0.180240, 0.906128, -0.382683>,
        <0.162212, 0.815493, -0.555570>,
        <0.137950, 0.693520, -0.707107>,
        <0.108387, 0.544895, -0.831470>,
        <0.074658, 0.375330, -0.923880>,
        <0.038061, 0.191342, -0.980785>,
        <0.074658, 0.180240, 0.980785>,
        <0.146447, 0.353554, 0.923880>,
        <0.212608, 0.513280, 0.831470>,
        <0.270598, 0.653282, 0.707107>,
        <0.318190, 0.768178, 0.555570>,
        <0.353554, 0.853554, 0.382683>,
        <0.375331, 0.906127, 0.195090>,
        <0.382684, 0.923880, 0.000000>,
        <0.375331, 0.906127, -0.195090>,
        <0.353554, 0.853554, -0.382683>,
        <0.318190, 0.768178, -0.555570>,
        <0.270598, 0.653282, -0.707107>,
        <0.212608, 0.513280, -0.831470>,
        <0.146447, 0.353553, -0.923880>,
        <0.074658, 0.180240, -0.980785>,
        <0.108387, 0.162212, 0.980785>,
        <0.212608, 0.318190, 0.923880>,
        <0.308659, 0.461940, 0.831470>,
        <0.392848, 0.587938, 0.707107>,
        <0.461940, 0.691342, 0.555570>,
        <0.513280, 0.768178, 0.382683>,
        <0.544895, 0.815493, 0.195090>,
        <0.555571, 0.831470, 0.000000>,
        <0.544895, 0.815493, -0.195090>,
        <0.513280, 0.768178, -0.382683>,
        <0.461940, 0.691342, -0.555570>,
        <0.392848, 0.587938, -0.707107>,
        <0.308659, 0.461940, -0.831470>,
        <0.212608, 0.318190, -0.923880>,
        <0.108387, 0.162212, -0.980785>,
        <0.137950, 0.137950, 0.980785>,
        <0.270599, 0.270598, 0.923880>,
        <0.392848, 0.392848, 0.831470>,
        <0.500000, 0.500000, 0.707107>,
        <0.587938, 0.587938, 0.555570>,
        <0.653282, 0.653282, 0.382683>,
        <0.693520, 0.693520, 0.195090>,
        <0.707107, 0.707107, 0.000000>,
        <0.693520, 0.693520, -0.195090>,
        <0.653282, 0.653282, -0.382683>,
        <0.587938, 0.587938, -0.555570>,
        <0.500000, 0.500000, -0.707107>,
        <0.392848, 0.392848, -0.831470>,
        <0.270598, 0.270598, -0.923880>,
        <0.137950, 0.137950, -0.980785>,
        <0.162212, 0.108386, 0.980785>,
        <0.318190, 0.212608, 0.923880>,
        <0.461940, 0.308658, 0.831470>,
        <0.587938, 0.392848, 0.707107>,
        <0.691342, 0.461940, 0.555570>,
        <0.768178, 0.513280, 0.382683>,
        <0.815493, 0.544895, 0.195090>,
        <0.831470, 0.555570, 0.000000>,
        <0.815493, 0.544895, -0.195090>,
        <0.768178, 0.513280, -0.382683>,
        <0.691342, 0.461940, -0.555570>,
        <0.587938, 0.392848, -0.707107>,
        <0.461940, 0.308658, -0.831470>,
        <0.318190, 0.212608, -0.923880>,
        <0.162212, 0.108386, -0.980785>,
        <0.180240, 0.074658, 0.980785>,
        <0.353554, 0.146447, 0.923880>,
        <0.513280, 0.212608, 0.831470>,
        <0.653282, 0.270598, 0.707107>,
        <0.768178, 0.318190, 0.555570>,
        <0.853554, 0.353553, 0.382683>,
        <0.906128, 0.375330, 0.195090>,
        <0.923880, 0.382683, 0.000000>,
        <0.906128, 0.375330, -0.195090>,
        <0.853554, 0.353553, -0.382683>,
        <0.768178, 0.318190, -0.555570>,
        <0.653282, 0.270598, -0.707107>,
        <0.513280, 0.212608, -0.831470>,
        <0.353554, 0.146447, -0.923880>,
        <0.180240, 0.074658, -0.980785>,
        <0.191342, 0.038060, 0.980785>,
        <0.375331, 0.074658, 0.923880>,
        <0.544896, 0.108386, 0.831470>,
        <0.693520, 0.137950, 0.707107>,
        <0.815493, 0.162212, 0.555570>,
        <0.906128, 0.180240, 0.382683>,
        <0.961940, 0.191342, 0.195090>,
        <0.980786, 0.195090, 0.000000>,
        <0.961940, 0.191342, -0.195090>,
        <0.906128, 0.180240, -0.382683>,
        <0.815493, 0.162212, -0.555570>,
        <0.693520, 0.137950, -0.707107>,
        <0.544895, 0.108386, -0.831470>,
        <0.375331, 0.074658, -0.923880>,
        <0.191342, 0.038060, -0.980785>,
        <0.195091, -0.000000, 0.980785>,
        <0.382684, 0.000000, 0.923880>,
        <0.555571, 0.000000, 0.831470>,
        <0.707107, -0.000000, 0.707107>,
        <0.831470, -0.000000, 0.555570>,
        <0.923880, 0.000000, 0.382683>,
        <0.980785, -0.000000, 0.195090>,
        <1.000000, -0.000000, 0.000000>,
        <0.980785, -0.000000, -0.195090>,
        <0.923880, 0.000000, -0.382683>,
        <0.831470, -0.000000, -0.555570>,
        <0.707107, -0.000000, -0.707107>,
        <0.555570, -0.000000, -0.831470>,
        <0.382684, 0.000000, -0.923880>,
        <0.195091, 0.000000, -0.980785>,
        <0.191342, -0.038060, 0.980785>,
        <0.375331, -0.074658, 0.923880>,
        <0.544896, -0.108386, 0.831470>,
        <0.693520, -0.137950, 0.707107>,
        <0.815493, -0.162212, 0.555570>,
        <0.906128, -0.180240, 0.382683>,
        <0.961940, -0.191342, 0.195090>,
        <0.980786, -0.195090, 0.000000>,
        <0.961940, -0.191342, -0.195090>,
        <0.906128, -0.180240, -0.382683>,
        <0.815493, -0.162212, -0.555570>,
        <0.693520, -0.137950, -0.707107>,
        <0.544895, -0.108386, -0.831470>,
        <0.375331, -0.074658, -0.923880>,
        <0.191342, -0.038060, -0.980785>,
        <0.180240, -0.074658, 0.980785>,
        <0.353554, -0.146447, 0.923880>,
        <0.513280, -0.212608, 0.831470>,
        <0.653282, -0.270598, 0.707107>,
        <0.768178, -0.318190, 0.555570>,
        <0.853554, -0.353553, 0.382683>,
        <0.906127, -0.375330, 0.195090>,
        <0.923880, -0.382684, 0.000000>,
        <0.906127, -0.375330, -0.195090>,
        <0.853554, -0.353553, -0.382683>,
        <0.768178, -0.318190, -0.555570>,
        <0.653282, -0.270598, -0.707107>,
        <0.513280, -0.212608, -0.831470>,
        <0.353554, -0.146447, -0.923880>,
        <0.180240, -0.074658, -0.980785>,
        <0.162212, -0.108386, 0.980785>,
        <0.318190, -0.212608, 0.923880>,
        <0.461940, -0.308658, 0.831470>,
        <0.587938, -0.392847, 0.707107>,
        <0.691342, -0.461940, 0.555570>,
        <0.768178, -0.513280, 0.382683>,
        <0.815493, -0.544895, 0.195090>,
        <0.831470, -0.555570, 0.000000>,
        <0.815493, -0.544895, -0.195090>,
        <0.768178, -0.513280, -0.382683>,
        <0.691342, -0.461940, -0.555570>,
        <0.587938, -0.392847, -0.707107>,
        <0.461940, -0.308658, -0.831470>,
        <0.318190, -0.212607, -0.923880>,
        <0.162212, -0.108386, -0.980785>,
        <0.137950, -0.137950, 0.980785>,
        <0.270598, -0.270598, 0.923880>,
        <0.392848, -0.392848, 0.831470>,
        <0.500000, -0.500000, 0.707107>,
        <0.587938, -0.587938, 0.555570>,
        <0.653282, -0.653281, 0.382683>,
        <0.693520, -0.693520, 0.195090>,
        <0.707107, -0.707107, 0.000000>,
        <0.693520, -0.693520, -0.195090>,
        <0.653282, -0.653281, -0.382683>,
        <0.587938, -0.587938, -0.555570>,
        <0.500000, -0.500000, -0.707107>,
        <0.392848, -0.392847, -0.831470>,
        <0.270598, -0.270598, -0.923880>,
        <0.137950, -0.137950, -0.980785>,
        <0.108387, -0.162212, 0.980785>,
        <0.212608, -0.318190, 0.923880>,
        <0.308659, -0.461940, 0.831470>,
        <0.392848, -0.587938, 0.707107>,
        <0.461940, -0.691342, 0.555570>,
        <0.513280, -0.768178, 0.382683>,
        <0.544895, -0.815493, 0.195090>,
        <0.555570, -0.831470, 0.000000>,
        <0.544895, -0.815493, -0.195090>,
        <0.513280, -0.768178, -0.382683>,
        <0.461940, -0.691342, -0.555570>,
        <0.392848, -0.587938, -0.707107>,
        <0.308658, -0.461940, -0.831470>,
        <0.212608, -0.318190, -0.923880>,
        <0.108387, -0.162212, -0.980785>,
        <0.000000, 0.000000, -1.000000>,
        <0.074658, -0.180240, 0.980785>,
        <0.146447, -0.353553, 0.923880>,
        <0.212608, -0.513280, 0.831470>,
        <0.270598, -0.653281, 0.707107>,
        <0.318190, -0.768177, 0.555570>,
        <0.353554, -0.853553, 0.382683>,
        <0.375330, -0.906127, 0.195090>,
        <0.382684, -0.923880, 0.000000>,
        <0.375330, -0.906127, -0.195090>,
        <0.353554, -0.853553, -0.382683>,
        <0.318190, -0.768177, -0.555570>,
        <0.270598, -0.653281, -0.707107>,
        <0.212608, -0.513280, -0.831470>,
        <0.146447, -0.353553, -0.923880>,
        <0.074658, -0.180240, -0.980785>,
        <0.038061, -0.191342, 0.980785>,
        <0.074658, -0.375330, 0.923880>,
        <0.108387, -0.544895, 0.831470>,
        <0.137950, -0.693520, 0.707107>,
        <0.162212, -0.815493, 0.555570>,
        <0.180240, -0.906127, 0.382683>,
        <0.191342, -0.961939, 0.195090>,
        <0.195090, -0.980785, 0.000000>,
        <0.191342, -0.961939, -0.195090>,
        <0.180240, -0.906127, -0.382683>,
        <0.162212, -0.815493, -0.555570>,
        <0.137950, -0.693520, -0.707107>,
        <0.108387, -0.544895, -0.831470>,
        <0.074658, -0.375330, -0.923880>,
        <0.038061, -0.191342, -0.980785>,
        <0.000000, -0.195090, 0.980785>,
        <0.000000, -0.382683, 0.923880>,
        <0.000000, -0.555570, 0.831470>,
        <0.000000, -0.707107, 0.707107>,
        <0.000000, -0.831469, 0.555570>,
        <0.000000, -0.923879, 0.382683>,
        <0.000000, -0.980785, 0.195090>,
        <0.000000, -1.000000, 0.000000>,
        <0.000000, -0.980785, -0.195090>,
        <0.000000, -0.923879, -0.382683>,
        <0.000000, -0.831469, -0.555570>,
        <0.000000, -0.707107, -0.707107>,
        <0.000000, -0.555570, -0.831470>,
        <0.000000, -0.382683, -0.923880>,
        <0.000000, -0.195090, -0.980785>,
        <-0.038060, -0.191342, 0.980785>,
        <-0.074658, -0.375330, 0.923880>,
        <-0.108386, -0.544895, 0.831470>,
        <-0.137949, -0.693520, 0.707107>,
        <-0.162211, -0.815493, 0.555570>,
        <-0.180240, -0.906127, 0.382683>,
        <-0.191342, -0.961939, 0.195090>,
        <-0.195090, -0.980785, 0.000000>,
        <-0.191342, -0.961939, -0.195090>,
        <-0.180240, -0.906127, -0.382683>,
        <-0.162211, -0.815493, -0.555570>,
        <-0.137949, -0.693520, -0.707107>,
        <-0.108386, -0.544895, -0.831470>,
        <-0.074658, -0.375330, -0.923880>,
        <-0.038060, -0.191342, -0.980785>,
        <-0.074658, -0.180240, 0.980785>,
        <-0.146446, -0.353553, 0.923880>,
        <-0.212607, -0.513280, 0.831470>,
        <-0.270598, -0.653281, 0.707107>,
        <-0.318189, -0.768177, 0.555570>,
        <-0.353553, -0.853553, 0.382683>,
        <-0.375330, -0.906127, 0.195090>,
        <-0.382683, -0.923879, 0.000000>,
        <-0.375330, -0.906127, -0.195090>,
        <-0.353553, -0.853553, -0.382683>,
        <-0.318189, -0.768177, -0.555570>,
        <-0.270598, -0.653281, -0.707107>,
        <-0.212607, -0.513280, -0.831470>,
        <-0.146446, -0.353553, -0.923880>,
        <-0.074657, -0.180240, -0.980785>,
        <-0.108386, -0.162212, 0.980785>,
        <-0.212607, -0.318190, 0.923880>,
        <-0.308658, -0.461940, 0.831470>,
        <-0.392847, -0.587938, 0.707107>,
        <-0.461939, -0.691341, 0.555570>,
        <-0.513280, -0.768178, 0.382683>,
        <-0.544895, -0.815493, 0.195090>,
        <-0.555570, -0.831469, 0.000000>,
        <-0.544895, -0.815493, -0.195090>,
        <-0.513280, -0.768178, -0.382683>,
        <-0.461939, -0.691341, -0.555570>,
        <-0.392847, -0.587938, -0.707107>,
        <-0.308658, -0.461940, -0.831470>,
        <-0.212607, -0.318189, -0.923880>,
        <-0.108386, -0.162212, -0.980785>,
        <-0.137949, -0.137950, 0.980785>,
        <-0.270598, -0.270598, 0.923880>,
        <-0.392847, -0.392847, 0.831470>,
        <-0.500000, -0.500000, 0.707107>,
        <-0.587937, -0.587937, 0.555570>,
        <-0.653281, -0.653281, 0.382683>,
        <-0.693519, -0.693519, 0.195090>,
        <-0.707106, -0.707106, 0.000000>,
        <-0.693519, -0.693519, -0.195090>,
        <-0.653281, -0.653281, -0.382683>,
        <-0.587937, -0.587937, -0.555570>,
        <-0.500000, -0.500000, -0.707107>,
        <-0.392847, -0.392847, -0.831470>,
        <-0.270598, -0.270598, -0.923880>,
        <-0.137949, -0.137950, -0.980785>,
        <-0.162211, -0.108386, 0.980785>,
        <-0.318189, -0.212607, 0.923880>,
        <-0.461939, -0.308658, 0.831470>,
        <-0.587937, -0.392847, 0.707107>,
        <-0.691341, -0.461939, 0.555570>,
        <-0.768177, -0.513280, 0.382683>,
        <-0.815492, -0.544895, 0.195090>,
        <-0.831469, -0.555570, 0.000000>,
        <-0.815492, -0.544895, -0.195090>,
        <-0.768177, -0.513280, -0.382683>,
        <-0.691341, -0.461939, -0.555570>,
        <-0.587937, -0.392847, -0.707107>,
        <-0.461939, -0.308658, -0.831470>,
        <-0.318189, -0.212607, -0.923880>,
        <-0.162211, -0.108386, -0.980785>,
        <0.000000, -0.000000, 1.000000>,
        <-0.180240, -0.074658, 0.980785>,
        <-0.353553, -0.146447, 0.923880>,
        <-0.513280, -0.212607, 0.831470>,
        <-0.653281, -0.270598, 0.707107>,
        <-0.768177, -0.318189, 0.555570>,
        <-0.853553, -0.353553, 0.382683>,
        <-0.906127, -0.375330, 0.195090>,
        <-0.923879, -0.382683, 0.000000>,
        <-0.906127, -0.375330, -0.195090>,
        <-0.853553, -0.353553, -0.382683>,
        <-0.768177, -0.318189, -0.555570>,
        <-0.653281, -0.270598, -0.707107>,
        <-0.513279, -0.212607, -0.831470>,
        <-0.353553, -0.146446, -0.923880>,
        <-0.180240, -0.074658, -0.980785>,
        <-0.191342, -0.038060, 0.980785>,
        <-0.375330, -0.074658, 0.923880>,
        <-0.544895, -0.108386, 0.831470>,
        <-0.693520, -0.137950, 0.707107>,
        <-0.815492, -0.162211, 0.555570>,
        <-0.906127, -0.180240, 0.382683>,
        <-0.961939, -0.191341, 0.195090>,
        <-0.980785, -0.195090, 0.000000>,
        <-0.961939, -0.191341, -0.195090>,
        <-0.906127, -0.180240, -0.382683>,
        <-0.815492, -0.162211, -0.555570>,
        <-0.693520, -0.137950, -0.707107>,
        <-0.544895, -0.108386, -0.831470>,
        <-0.375330, -0.074658, -0.923880>,
        <-0.191341, -0.038060, -0.980785>
    }
    normal_vectors {
        482,
        <-0.382672, -0.923856, 0.000000>,
        <-0.318888, -0.769890, 0.552751>,
        <-0.394513, -0.590442, -0.704031>,
        <-0.185644, -0.076907, 0.979583>,
        <0.000000, 0.924741, -0.380535>,
        <-0.692892, 0.462966, 0.552751>,
        <0.380413, 0.075655, -0.921690>,
        <-0.831446, -0.555559, 0.000000>,
        <0.180395, -0.906980, 0.380535>,
        <0.589251, 0.589251, 0.552751>,
        <0.318888, 0.769890, 0.552751>,
        <-0.924741, 0.000000, 0.380535>,
        <0.111637, -0.167089, -0.979583>,
        <-0.395795, -0.395795, -0.828639>,
        <0.854366, -0.353862, -0.380535>,
        <0.513749, -0.768914, -0.380535>,
        <-0.465407, -0.310984, 0.828639>,
        <-0.271737, 0.656056, -0.704031>,
        <-0.710135, 0.000000, 0.704031>,
        <0.768914, 0.513749, -0.380535>,
        <-0.545000, -0.815668, 0.193915>,
        <-0.980987, 0.000000, 0.193915>,
        <0.000000, -0.710135, 0.704031>,
        <0.000000, -0.833338, -0.552751>,
        <-0.185644, 0.076907, 0.979583>,
        <0.394513, 0.590442, 0.704031>,
        <0.197089, -0.039186, 0.979583>,
        <-0.197089, -0.039186, 0.979583>,
        <0.692892, -0.462966, 0.552751>,
        <-0.693655, 0.693655, 0.193915>,
        <0.358348, -0.148412, -0.921690>,
        <-0.318888, 0.769890, -0.552751>,
        <0.191382, 0.962157, -0.193915>,
        <0.353862, 0.854366, -0.380535>,
        <0.395795, -0.395795, 0.828639>,
        <-0.590442, 0.394513, -0.704031>,
        <0.180395, -0.906980, -0.380535>,
        <0.000000, -0.559771, 0.828639>,
        <-0.906339, 0.375408, 0.193915>,
        <-0.109195, -0.548997, -0.828639>,
        <-0.109195, 0.548997, 0.828639>,
        <-0.039186, 0.197089, 0.979583>,
        <-0.271737, -0.656056, 0.704031>,
        <0.000000, 1.000000, 0.000000>,
        <0.696493, -0.138524, -0.704031>,
        <0.693655, 0.693655, -0.193915>,
        <0.653890, 0.653890, -0.380535>,
        <0.318888, -0.769890, 0.552751>,
        <0.502121, -0.502121, -0.704031>,
        <0.768914, -0.513749, -0.380535>,
        <0.375408, -0.906339, -0.193915>,
        <0.322489, -0.215491, 0.921690>,
        <0.000000, -0.200964, 0.979583>,
        <-0.817316, -0.162572, -0.552751>,
        <0.502121, 0.502121, 0.704031>,
        <-0.111637, 0.167089, 0.979583>,
        <-0.517136, -0.214209, -0.828639>,
        <-0.358348, -0.148412, -0.921690>,
        <0.394513, -0.590442, -0.704031>,
        <0.590442, 0.394513, 0.704031>,
        <0.310984, -0.465407, 0.828639>,
        <0.833338, 0.000000, 0.552751>,
        <0.180395, 0.906980, 0.380535>,
        <0.000000, 0.710135, -0.704031>,
        <-0.906980, -0.180395, 0.380535>,
        <0.656056, -0.271737, 0.704031>,
        <0.109195, -0.548997, -0.828639>,
        <-0.707083, -0.707083, 0.000000>,
        <0.375408, -0.906339, 0.193915>,
        <-0.109195, -0.548997, 0.828639>,
        <0.555559, -0.831446, 0.000000>,
        <0.548997, -0.109195, -0.828639>,
        <0.465407, -0.310984, 0.828639>,
        <-0.076907, 0.185644, 0.979583>,
        <-0.906339, -0.375408, -0.193915>,
        <0.000000, -0.559771, -0.828639>,
        <-0.075655, 0.380413, -0.921690>,
        <0.545000, 0.815668, 0.193915>,
        <0.000000, 0.200964, 0.979583>,
        <-0.815668, -0.545000, -0.193915>,
        <-0.215491, -0.322489, 0.921690>,
        <-0.962157, -0.191382, -0.193915>,
        <0.817316, 0.162572, -0.552751>,
        <0.039186, 0.197089, 0.979583>,
        <0.906980, -0.180395, -0.380535>,
        <-0.656056, 0.271737, -0.704031>,
        <0.000000, 0.000000, 1.000000>,
        <-0.197089, -0.039186, -0.979583>,
        <0.375408, 0.906339, -0.193915>,
        <0.039186, -0.197089, -0.979583>,
        <0.769890, 0.318888, 0.552751>,
        <-0.589251, 0.589251, 0.552751>,
        <-0.517136, -0.214209, 0.828639>,
        <-0.215491, 0.322489, -0.921690>,
        <0.138524, 0.696493, -0.704031>,
        <0.000000, -1.000000, 0.000000>,
        <0.148412, 0.358348, -0.921690>,
        <-0.138524, 0.696493, 0.704031>,
        <-0.815668, 0.545000, 0.193915>,
        <0.318888, -0.769890, -0.552751>,
        <0.274270, -0.274270, -0.921690>,
        <-0.696493, -0.138524, -0.704031>,
        <-0.109195, 0.548997, -0.828639>,
        <0.590442, -0.394513, 0.704031>,
        <-0.197089, 0.039186, 0.979583>,
        <0.375408, 0.906339, 0.193915>,
        <0.185644, -0.076907, -0.979583>,
        <0.271737, -0.656056, -0.704031>,
        <0.353862, -0.854366, -0.380535>,
        <0.274270, -0.274270, 0.921690>,
        <-0.769890, -0.318888, -0.552751>,
        <0.111637, -0.167089, 0.979583>,
        <0.322489, -0.215491, -0.921690>,
        <-0.358348, 0.148412, 0.921690>,
        <0.000000, -0.710135, -0.704031>,
        <-0.768914, -0.513749, -0.380535>,
        <0.710135, 0.000000, 0.704031>,
        <0.111637, 0.167089, 0.979583>,
        <0.589251, -0.589251, -0.552751>,
        <0.000000, -0.924741, 0.380535>,
        <-0.111637, -0.167089, -0.979583>,
        <0.214209, 0.517136, -0.828639>,
        <0.215491, 0.322489, 0.921690>,
        <-0.274270, 0.274270, 0.921690>,
        <-0.692892, -0.462966, 0.552751>,
        <-0.559771, 0.000000, -0.828639>,
        <-0.353893, -0.854366, -0.380535>,
        <0.548997, -0.109195, 0.828639>,
        <0.000000, 0.000000, -1.000000>,
        <-0.075655, -0.380413, 0.921690>,
        <-0.195074, 0.980773, 0.000000>,
        <-0.358348, 0.148412, -0.921690>,
        <-0.310984, -0.465407, 0.828639>,
        <0.162572, -0.817316, -0.552751>,
        <0.513749, -0.768914, 0.380535>,
        <0.318888, 0.769890, -0.552751>,
        <0.200964, 0.000000, 0.979583>,
        <-0.148412, 0.358348, -0.921690>,
        <0.517136, -0.214209, 0.828639>,
        <-0.462966, 0.692892, -0.552751>,
        <0.075655, -0.380413, 0.921690>,
        <0.656056, 0.271737, -0.704031>,
        <-0.906339, 0.375408, -0.193915>,
        <0.502121, 0.502121, -0.704031>,
        <0.215491, -0.322489, -0.921690>,
        <0.185644, 0.076907, -0.979583>,
        <-0.923856, 0.382672, 0.000000>,
        <0.707083, -0.707083, 0.000000>,
        <0.191382, 0.962157, 0.193915>,
        <0.148412, -0.358348, -0.921690>,
        <-0.274270, 0.274270, -0.921690>,
        <-0.693655, 0.693655, -0.193915>,
        <0.138524, -0.696493, -0.704031>,
        <0.769890, -0.318888, -0.552751>,
        <-0.517136, 0.214209, 0.828639>,
        <-0.589251, -0.589251, 0.552751>,
        <0.769890, -0.318888, 0.552751>,
        <0.815668, 0.545000, -0.193915>,
        <0.000000, 0.559771, 0.828639>,
        <-0.394513, 0.590442, -0.704031>,
        <0.831446, 0.555559, 0.000000>,
        <0.167089, 0.111637, 0.979583>,
        <-0.589251, -0.589251, -0.552751>,
        <0.000000, 0.833338, -0.552751>,
        <-0.039186, -0.197089, -0.979583>,
        <-0.545000, -0.815668, -0.193915>,
        <0.692892, 0.462966, -0.552751>,
        <-0.271737, -0.656056, -0.704031>,
        <-0.693655, -0.693655, -0.193915>,
        <0.656056, 0.271737, 0.704031>,
        <-0.462966, -0.692892, 0.552751>,
        <-0.375408, 0.906339, -0.193915>,
        <0.854366, -0.353862, 0.380535>,
        <-0.076907, -0.185644, -0.979583>,
        <-0.214209, 0.517136, 0.828639>,
        <-0.148412, -0.358348, -0.921690>,
        <1.000000, 0.000000, 0.000000>,
        <0.215491, -0.322489, 0.921690>,
        <0.548997, 0.109195, 0.828639>,
        <0.545000, 0.815668, -0.193915>,
        <-0.696493, -0.138524, 0.704031>,
        <-0.590442, -0.394513, -0.704031>,
        <-0.817316, 0.162572, -0.552751>,
        <0.310984, 0.465407, 0.828639>,
        <0.980773, 0.195074, 0.000000>,
        <0.274270, 0.274270, 0.921690>,
        <-0.517136, 0.214209, -0.828639>,
        <0.653890, -0.653890, 0.380535>,
        <-0.513749, 0.768914, -0.380535>,
        <0.502121, -0.502121, 0.704031>,
        <0.382672, -0.923856, 0.000000>,
        <0.590442, -0.394513, -0.704031>,
        <-0.318888, 0.769890, 0.552751>,
        <0.214209, -0.517136, -0.828639>,
        <-0.358348, -0.148412, 0.921690>,
        <-0.076907, -0.185644, 0.979583>,
        <0.271737, -0.656056, 0.704031>,
        <-0.710135, 0.000000, -0.704031>,
        <-0.387860, 0.000000, -0.921690>,
        <0.924741, 0.000000, -0.380535>,
        <-0.513749, 0.768914, 0.380535>,
        <-0.148412, -0.358348, 0.921690>,
        <0.358348, 0.148412, 0.921690>,
        <0.191382, -0.962157, 0.193915>,
        <0.815668, 0.545000, 0.193915>,
        <-0.653890, -0.653890, -0.380535>,
        <0.109195, -0.548997, 0.828639>,
        <0.109195, 0.548997, -0.828639>,
        <0.906339, 0.375408, -0.193915>,
        <0.195074, 0.980773, 0.000000>,
        <-0.854366, 0.353862, 0.380535>,
        <-0.353862, 0.854366, 0.380535>,
        <0.214209, 0.517136, 0.828639>,
        <-0.590442, -0.394513, 0.704031>,
        <-0.962157, 0.191382, 0.193915>,
        <0.271737, 0.656056, -0.704031>,
        <-0.353862, 0.854366, -0.380535>,
        <0.353862, -0.854366, 0.380535>,
        <0.353862, 0.854366, 0.380535>,
        <0.000000, 0.833338, 0.552751>,
        <0.000000, 0.387860, -0.921690>,
        <-0.962157, -0.191382, 0.193915>,
        <0.197089, 0.039186, -0.979583>,
        <0.517136, 0.214209, 0.828639>,
        <0.906339, -0.375408, 0.193915>,
        <0.214209, -0.517136, 0.828639>,
        <-0.548997, -0.109195, 0.828639>,
        <-0.653890, 0.653890, 0.380535>,
        <-0.513749, -0.768914, -0.380535>,
        <0.980987, 0.000000, 0.193915>,
        <0.924741, 0.000000, 0.380535>,
        <0.076907, 0.185644, -0.979583>,
        <0.387860, 0.000000, 0.921690>,
        <0.589251, 0.589251, -0.552751>,
        <0.197089, -0.039186, -0.979583>,
        <-0.465407, 0.310984, -0.828639>,
        <0.815668, -0.545000, -0.193915>,
        <-0.394513, 0.590442, 0.704031>,
        <0.000000, -0.833338, 0.552751>,
        <0.167089, -0.111637, -0.979583>,
        <-0.191382, 0.962157, -0.193915>,
        <-0.310984, -0.465407, -0.828639>,
        <0.962157, -0.191382, -0.193915>,
        <-0.214209, -0.517136, -0.828639>,
        <-0.138524, -0.696493, -0.704031>,
        <-0.142094, 0.142094, -0.979583>,
        <-0.380413, 0.075655, 0.921690>,
        <-0.200964, 0.000000, 0.979583>,
        <0.545000, -0.815668, -0.193915>,
        <0.000000, -0.980987, -0.193915>,
        <-0.590442, 0.394513, 0.704031>,
        <-0.854366, 0.353893, -0.380535>,
        <-0.545000, 0.815668, 0.193915>,
        <0.906980, 0.180395, -0.380535>,
        <-0.815668, -0.545000, 0.193915>,
        <0.465407, -0.310984, -0.828639>,
        <-0.142094, -0.142094, -0.979583>,
        <0.191382, -0.962157, -0.193915>,
        <-0.167089, -0.111637, -0.979583>,
        <-0.075655, 0.380413, 0.921690>,
        <-0.322489, -0.215491, 0.921690>,
        <0.559771, 0.000000, -0.828639>,
        <0.000000, -0.924741, -0.380535>,
        <-0.502121, -0.502121, 0.704031>,
        <-0.906980, -0.180395, -0.380535>,
        <0.322489, 0.215491, 0.921690>,
        <0.310984, 0.465407, -0.828639>,
        <-0.555559, -0.831446, 0.000000>,
        <-0.185644, 0.076907, -0.979583>,
        <0.693655, 0.693655, 0.193915>,
        <-0.111637, 0.167089, -0.979583>,
        <-0.653890, -0.653890, 0.380535>,
        <-0.380413, 0.075655, -0.921690>,
        <-0.555559, 0.831446, 0.000000>,
        <-0.310984, 0.465407, -0.828639>,
        <0.382672, 0.923856, 0.000000>,
        <0.142094, 0.142094, -0.979583>,
        <-0.395795, -0.395795, 0.828639>,
        <0.380413, 0.075655, 0.921690>,
        <0.000000, 0.710135, 0.704031>,
        <-0.375408, -0.906339, 0.193915>,
        <-0.191382, -0.962157, 0.193915>,
        <-0.200964, 0.000000, -0.979583>,
        <0.000000, 0.387860, 0.921690>,
        <-0.387860, 0.000000, 0.921690>,
        <-0.039186, 0.197089, -0.979583>,
        <0.653890, -0.653890, -0.380535>,
        <-0.039186, -0.197089, 0.979583>,
        <-0.768914, -0.513749, 0.380535>,
        <-0.215491, 0.322489, 0.921690>,
        <-0.380413, -0.075655, 0.921690>,
        <-0.180395, -0.906980, 0.380535>,
        <-0.656056, 0.271737, 0.704031>,
        <0.162572, 0.817316, 0.552751>,
        <-0.854366, -0.353862, -0.380535>,
        <-0.693655, -0.693655, 0.193915>,
        <-0.548997, 0.109195, 0.828639>,
        <0.000000, 0.200964, -0.979583>,
        <0.138524, 0.696493, 0.704031>,
        <0.923856, 0.382672, 0.000000>,
        <-0.906980, 0.180395, 0.380535>,
        <0.465407, 0.310984, 0.828639>,
        <0.693655, -0.693655, -0.193915>,
        <0.768914, 0.513749, 0.380535>,
        <0.692892, 0.462966, 0.552751>,
        <0.000000, 0.980987, 0.193915>,
        <-0.502121, 0.502121, -0.704031>,
        <0.075655, 0.380413, -0.921690>,
        <-0.142094, -0.142094, 0.979583>,
        <-0.462966, -0.692892, -0.552751>,
        <0.111637, 0.167089, -0.979583>,
        <-0.923856, -0.382672, 0.000000>,
        <-0.906980, 0.180395, -0.380535>,
        <-0.548997, 0.109195, -0.828639>,
        <0.923856, -0.382672, 0.000000>,
        <-1.000000, 0.000000, 0.000000>,
        <0.696493, -0.138524, 0.704031>,
        <0.590442, 0.394513, -0.704031>,
        <0.162572, 0.817316, -0.552751>,
        <0.076907, 0.185644, 0.979583>,
        <-0.076907, 0.185644, -0.979583>,
        <0.039186, 0.197089, -0.979583>,
        <-0.167089, 0.111637, 0.979583>,
        <0.831446, -0.555559, 0.000000>,
        <0.380413, -0.075655, 0.921690>,
        <0.167089, -0.111637, 0.979583>,
        <-0.692892, -0.462966, -0.552751>,
        <-0.980773, -0.195074, 0.000000>,
        <0.000000, 0.924741, 0.380535>,
        <-0.462966, 0.692892, 0.552751>,
        <0.195074, -0.980773, 0.000000>,
        <0.162572, -0.817316, 0.552751>,
        <0.310984, -0.465407, -0.828639>,
        <0.854366, 0.353862, -0.380535>,
        <0.462966, 0.692892, 0.552751>,
        <-0.382672, 0.923856, 0.000000>,
        <0.817316, -0.162572, -0.552751>,
        <0.707083, 0.707083, 0.000000>,
        <-0.197089, 0.039186, -0.979583>,
        <-0.375408, 0.906339, 0.193915>,
        <-0.215491, -0.322489, -0.921690>,
        <0.395795, 0.395795, 0.828639>,
        <0.962157, -0.191382, 0.193915>,
        <0.185644, -0.076907, 0.979583>,
        <0.517136, 0.214209, -0.828639>,
        <0.465407, 0.310984, -0.828639>,
        <0.696493, 0.138524, 0.704031>,
        <-0.465407, -0.310984, -0.828639>,
        <-0.353893, -0.854366, 0.380535>,
        <-0.465407, 0.310984, 0.828639>,
        <-0.815668, 0.545000, -0.193915>,
        <0.322489, 0.215491, -0.921690>,
        <0.462966, -0.692892, -0.552751>,
        <-0.180395, 0.906980, 0.380535>,
        <0.462966, 0.692892, -0.552751>,
        <0.000000, -0.200964, -0.979583>,
        <-0.167089, -0.111637, 0.979583>,
        <0.548997, 0.109195, -0.828639>,
        <-0.111637, -0.167089, 0.979583>,
        <0.589251, -0.589251, 0.552751>,
        <-0.318888, -0.769890, -0.552751>,
        <0.000000, 0.980987, -0.193915>,
        <0.394513, 0.590442, -0.704031>,
        <-0.214209, 0.517136, -0.828639>,
        <-0.513749, -0.768914, 0.380535>,
        <0.906980, 0.180395, 0.380535>,
        <0.358348, -0.148412, 0.921690>,
        <-0.180395, 0.906980, -0.380535>,
        <0.555559, 0.831446, 0.000000>,
        <0.462966, -0.692892, 0.552751>,
        <0.395795, -0.395795, -0.828639>,
        <-0.980773, 0.195074, 0.000000>,
        <-0.075655, -0.380413, -0.921690>,
        <0.395795, 0.395795, -0.828639>,
        <0.075655, 0.380413, 0.921690>,
        <-0.924741, 0.000000, -0.380535>,
        <0.271737, 0.656056, 0.704031>,
        <0.768914, -0.513749, 0.380535>,
        <-0.980987, 0.000000, -0.193915>,
        <0.962157, 0.191382, -0.193915>,
        <-0.831446, 0.555559, 0.000000>,
        <0.817316, -0.162572, 0.552751>,
        <-0.696493, 0.138524, -0.704031>,
        <0.693655, -0.693655, 0.193915>,
        <-0.653890, 0.653890, -0.380535>,
        <-0.191382, -0.962157, -0.193915>,
        <-0.589251, 0.589251, -0.552751>,
        <-0.375408, -0.906339, -0.193915>,
        <0.076907, -0.185644, -0.979583>,
        <-0.214209, -0.517136, 0.828639>,
        <0.185644, 0.076907, 0.979583>,
        <0.274270, 0.274270, -0.921690>,
        <0.215491, 0.322489, -0.921690>,
        <-0.380413, -0.075655, -0.921690>,
        <-0.162572, -0.817316, 0.552751>,
        <-0.322489, -0.215491, -0.921690>,
        <-0.817316, -0.162572, 0.552751>,
        <0.148412, 0.358348, 0.921690>,
        <0.380413, -0.075655, -0.921690>,
        <0.656056, -0.271737, -0.704031>,
        <-0.768914, 0.513749, 0.380535>,
        <0.387860, 0.000000, -0.921690>,
        <-0.138524, -0.696493, 0.704031>,
        <-0.162572, 0.817316, 0.552751>,
        <-0.559771, 0.000000, 0.828639>,
        <0.513749, 0.768914, 0.380535>,
        <-0.854366, -0.353862, 0.380535>,
        <0.167089, 0.111637, -0.979583>,
        <0.142094, -0.142094, -0.979583>,
        <0.815668, -0.545000, 0.193915>,
        <-0.394513, -0.590442, 0.704031>,
        <-0.769890, 0.318888, -0.552751>,
        <-0.195074, -0.980773, 0.000000>,
        <0.980773, -0.195074, 0.000000>,
        <-0.548997, -0.109195, -0.828639>,
        <0.109195, 0.548997, 0.828639>,
        <-0.162572, 0.817316, -0.552751>,
        <0.559771, 0.000000, 0.828639>,
        <0.000000, -0.387860, -0.921690>,
        <-0.833338, 0.000000, -0.552751>,
        <-0.545000, 0.815668, -0.193915>,
        <-0.395795, 0.395795, -0.828639>,
        <0.517136, -0.214209, -0.828639>,
        <-0.502121, -0.502121, -0.704031>,
        <-0.696493, 0.138524, 0.704031>,
        <0.076907, -0.185644, 0.979583>,
        <-0.162572, -0.817316, -0.552751>,
        <0.000000, -0.980987, 0.193915>,
        <0.000000, 0.559771, -0.828639>,
        <-0.707083, 0.707083, 0.000000>,
        <0.545000, -0.815668, 0.193915>,
        <0.148412, -0.358348, 0.921690>,
        <0.653890, 0.653890, 0.380535>,
        <-0.180395, -0.906980, -0.380535>,
        <0.138524, -0.696493, 0.704031>,
        <-0.138524, 0.696493, -0.704031>,
        <0.142094, 0.142094, 0.979583>,
        <0.394513, -0.590442, 0.704031>,
        <-0.191382, 0.962157, 0.193915>,
        <0.200964, 0.000000, -0.979583>,
        <-0.769890, 0.318888, 0.552751>,
        <-0.906339, -0.375408, 0.193915>,
        <-0.322489, 0.215491, -0.921690>,
        <-0.817316, 0.162572, 0.552751>,
        <-0.274270, -0.274270, -0.921690>,
        <0.854366, 0.353862, 0.380535>,
        <-0.656056, -0.271737, -0.704031>,
        <0.833338, 0.000000, -0.552751>,
        <0.817316, 0.162572, 0.552751>,
        <0.962157, 0.191382, 0.193915>,
        <0.692892, -0.462966, -0.552751>,
        <0.000000, -0.387860, 0.921690>,
        <0.980987, 0.000000, -0.193915>,
        <0.710135, 0.000000, -0.704031>,
        <0.039186, -0.197089, 0.979583>,
        <-0.395795, 0.395795, 0.828639>,
        <0.075655, -0.380413, -0.921690>,
        <0.906339, -0.375408, -0.193915>,
        <-0.833338, 0.000000, 0.552751>,
        <-0.656056, -0.271737, 0.704031>,
        <0.696493, 0.138524, -0.704031>,
        <-0.692892, 0.462966, -0.552751>,
        <-0.502121, 0.502121, 0.704031>,
        <0.142094, -0.142094, 0.979583>,
        <-0.962157, 0.191382, -0.193915>,
        <-0.148412, 0.358348, 0.921690>,
        <0.769890, 0.318888, -0.552751>,
        <0.513749, 0.768914, -0.380535>,
        <0.180395, 0.906980, -0.380535>,
        <0.906339, 0.375408, 0.193915>,
        <-0.768914, 0.513749, -0.380535>,
        <-0.185644, -0.076907, -0.979583>,
        <-0.322489, 0.215491, 0.921690>,
        <-0.310984, 0.465407, 0.828639>,
        <-0.142094, 0.142094, 0.979583>,
        <-0.167089, 0.111637, -0.979583>,
        <-0.271737, 0.656056, 0.704031>,
        <0.358348, 0.148412, -0.921690>,
        <-0.769890, -0.318888, 0.552751>,
        <0.197089, 0.039186, 0.979583>,
        <-0.274270, -0.274270, 0.921690>,
        <0.906980, -0.180395, 0.380535>
    }
    texture_list {
        1 texture{}
    }
    face_indices {
        960,
        <8,7,22>,
        <8,22,23>,
        <6,5,20>,
        <6,20,21>,
        <4,3,18>,
        <4,18,19>,
        <2,1,16>,
        <2,16,17>,
        <13,12,27>,
        <13,27,28>,
        <11,10,25>,
        <11,25,26>,
        <9,8,23>,
        <9,23,24>,
        <7,6,21>,
        <7,21,22>,
        <5,4,19>,
        <5,19,20>,
        <3,2,17>,
        <3,17,18>,
        <14,13,28>,
        <14,28,29>,
        <1,0,15>,
        <1,15,16>,
        <12,11,26>,
        <12,26,27>,
        <10,9,24>,
        <10,24,25>,
        <18,17,32>,
        <18,32,33>,
        <29,28,43>,
        <29,43,44>,
        <16,15,30>,
        <16,30,31>,
        <27,26,41>,
        <27,41,42>,
        <25,24,39>,
        <25,39,40>,
        <23,22,37>,
        <23,37,38>,
        <21,20,35>,
        <21,35,36>,
        <19,18,33>,
        <19,33,34>,
        <17,16,31>,
        <17,31,32>,
        <28,27,42>,
        <28,42,43>,
        <26,25,40>,
        <26,40,41>,
        <24,23,38>,
        <24,38,39>,
        <22,21,36>,
        <22,36,37>,
        <20,19,34>,
        <20,34,35>,
        <33,32,47>,
        <33,47,48>,
        <44,43,58>,
        <44,58,59>,
        <31,30,45>,
        <31,45,46>,
        <42,41,56>,
        <42,56,57>,
        <40,39,54>,
        <40,54,55>,
        <38,37,52>,
        <38,52,53>,
        <36,35,50>,
        <36,50,51>,
        <34,33,48>,
        <34,48,49>,
        <32,31,46>,
        <32,46,47>,
        <43,42,57>,
        <43,57,58>,
        <41,40,55>,
        <41,55,56>,
        <39,38,53>,
        <39,53,54>,
        <37,36,51>,
        <37,51,52>,
        <35,34,49>,
        <35,49,50>,
        <48,47,62>,
        <48,62,63>,
        <59,58,73>,
        <59,73,74>,
        <46,45,60>,
        <46,60,61>,
        <57,56,71>,
        <57,71,72>,
        <55,54,69>,
        <55,69,70>,
        <53,52,67>,
        <53,67,68>,
        <51,50,65>,
        <51,65,66>,
        <49,48,63>,
        <49,63,64>,
        <47,46,61>,
        <47,61,62>,
        <58,57,72>,
        <58,72,73>,
        <56,55,70>,
        <56,70,71>,
        <54,53,68>,
        <54,68,69>,
        <52,51,66>,
        <52,66,67>,
        <50,49,64>,
        <50,64,65>,
        <63,62,77>,
        <63,77,78>,
        <74,73,88>,
        <74,88,89>,
        <61,60,75>,
        <61,75,76>,
        <72,71,86>,
        <72,86,87>,
        <70,69,84>,
        <70,84,85>,
        <68,67,82>,
        <68,82,83>,
        <66,65,80>,
        <66,80,81>,
        <64,63,78>,
        <64,78,79>,
        <62,61,76>,
        <62,76,77>,
        <73,72,87>,
        <73,87,88>,
        <71,70,85>,
        <71,85,86>,
        <69,68,83>,
        <69,83,84>,
        <67,66,81>,
        <67,81,82>,
        <65,64,79>,
        <65,79,80>,
        <78,77,92>,
        <78,92,93>,
        <89,88,103>,
        <89,103,104>,
        <76,75,90>,
        <76,90,91>,
        <87,86,101>,
        <87,101,102>,
        <85,84,99>,
        <85,99,100>,
        <83,82,97>,
        <83,97,98>,
        <81,80,95>,
        <81,95,96>,
        <79,78,93>,
        <79,93,94>,
        <77,76,91>,
        <77,91,92>,
        <88,87,102>,
        <88,102,103>,
        <86,85,100>,
        <86,100,101>,
        <84,83,98>,
        <84,98,99>,
        <82,81,96>,
        <82,96,97>,
        <80,79,94>,
        <80,94,95>,
        <93,92,107>,
        <93,107,108>,
        <104,103,118>,
        <104,118,119>,
        <91,90,105>,
        <91,105,106>,
        <102,101,116>,
        <102,116,117>,
        <100,99,114>,
        <100,114,115>,
        <98,97,112>,
        <98,112,113>,
        <96,95,110>,
        <96,110,111>,
        <94,93,108>,
        <94,108,109>,
        <92,91,106>,
        <92,106,107>,
        <103,102,117>,
        <103,117,118>,
        <101,100,115>,
        <101,115,116>,
        <99,98,113>,
        <99,113,114>,
        <97,96,111>,
        <97,111,112>,
        <95,94,109>,
        <95,109,110>,
        <108,107,122>,
        <108,122,123>,
        <119,118,133>,
        <119,133,134>,
        <106,105,120>,
        <106,120,121>,
        <117,116,131>,
        <117,131,132>,
        <115,114,129>,
        <115,129,130>,
        <113,112,127>,
        <113,127,128>,
        <111,110,125>,
        <111,125,126>,
        <109,108,123>,
        <109,123,124>,
        <107,106,121>,
        <107,121,122>,
        <118,117,132>,
        <118,132,133>,
        <116,115,130>,
        <116,130,131>,
        <114,113,128>,
        <114,128,129>,
        <112,111,126>,
        <112,126,127>,
        <110,109,124>,
        <110,124,125>,
        <123,122,137>,
        <123,137,138>,
        <134,133,148>,
        <134,148,149>,
        <121,120,135>,
        <121,135,136>,
        <132,131,146>,
        <132,146,147>,
        <130,129,144>,
        <130,144,145>,
        <128,127,142>,
        <128,142,143>,
        <126,125,140>,
        <126,140,141>,
        <124,123,138>,
        <124,138,139>,
        <122,121,136>,
        <122,136,137>,
        <133,132,147>,
        <133,147,148>,
        <131,130,145>,
        <131,145,146>,
        <129,128,143>,
        <129,143,144>,
        <127,126,141>,
        <127,141,142>,
        <125,124,139>,
        <125,139,140>,
        <138,137,152>,
        <138,152,153>,
        <149,148,163>,
        <149,163,164>,
        <136,135,150>,
        <136,150,151>,
        <147,146,161>,
        <147,161,162>,
        <145,144,159>,
        <145,159,160>,
        <143,142,157>,
        <143,157,158>,
        <141,140,155>,
        <141,155,156>,
        <139,138,153>,
        <139,153,154>,
        <137,136,151>,
        <137,151,152>,
        <148,147,162>,
        <148,162,163>,
        <146,145,160>,
        <146,160,161>,
        <144,143,158>,
        <144,158,159>,
        <142,141,156>,
        <142,156,157>,
        <140,139,154>,
        <140,154,155>,
        <153,152,167>,
        <153,167,168>,
        <164,163,178>,
        <164,178,179>,
        <151,150,165>,
        <151,165,166>,
        <162,161,176>,
        <162,176,177>,
        <160,159,174>,
        <160,174,175>,
        <158,157,172>,
        <158,172,173>,
        <156,155,170>,
        <156,170,171>,
        <154,153,168>,
        <154,168,169>,
        <152,151,166>,
        <152,166,167>,
        <163,162,177>,
        <163,177,178>,
        <161,160,175>,
        <161,175,176>,
        <159,158,173>,
        <159,173,174>,
        <157,156,171>,
        <157,171,172>,
        <155,154,169>,
        <155,169,170>,
        <168,167,182>,
        <168,182,183>,
        <179,178,193>,
        <179,193,194>,
        <166,165,180>,
        <166,180,181>,
        <177,176,191>,
        <177,191,192>,
        <175,174,189>,
        <175,189,190>,
        <173,172,187>,
        <173,187,188>,
        <171,170,185>,
        <171,185,186>,
        <169,168,183>,
        <169,183,184>,
        <167,166,181>,
        <167,181,182>,
        <178,177,192>,
        <178,192,193>,
        <176,175,190>,
        <176,190,191>,
        <174,173,188>,
        <174,188,189>,
        <172,171,186>,
        <172,186,187>,
        <170,169,184>,
        <170,184,185>,
        <183,182,197>,
        <183,197,198>,
        <194,193,208>,
        <194,208,209>,
        <181,180,195>,
        <181,195,196>,
        <192,191,206>,
        <192,206,207>,
        <190,189,204>,
        <190,204,205>,
        <188,187,202>,
        <188,202,203>,
        <186,185,200>,
        <186,200,201>,
        <184,183,198>,
        <184,198,199>,
        <182,181,196>,
        <182,196,197>,
        <193,192,207>,
        <193,207,208>,
        <191,190,205>,
        <191,205,206>,
        <189,188,203>,
        <189,203,204>,
        <187,186,201>,
        <187,201,202>,
        <185,184,199>,
        <185,199,200>,
        <198,197,212>,
        <198,212,213>,
        <209,208,223>,
        <209,223,224>,
        <196,195,210>,
        <196,210,211>,
        <207,206,221>,
        <207,221,222>,
        <205,204,219>,
        <205,219,220>,
        <203,202,217>,
        <203,217,218>,
        <201,200,215>,
        <201,215,216>,
        <199,198,213>,
        <199,213,214>,
        <197,196,211>,
        <197,211,212>,
        <208,207,222>,
        <208,222,223>,
        <206,205,220>,
        <206,220,221>,
        <204,203,218>,
        <204,218,219>,
        <202,201,216>,
        <202,216,217>,
        <200,199,214>,
        <200,214,215>,
        <213,212,227>,
        <213,227,228>,
        <224,223,238>,
        <224,238,239>,
        <211,210,225>,
        <211,225,226>,
        <222,221,236>,
        <222,236,237>,
        <220,219,234>,
        <220,234,235>,
        <218,217,232>,
        <218,232,233>,
        <216,215,230>,
        <216,230,231>,
        <214,213,228>,
        <214,228,229>,
        <212,211,226>,
        <212,226,227>,
        <223,222,237>,
        <223,237,238>,
        <221,220,235>,
        <221,235,236>,
        <219,218,233>,
        <219,233,234>,
        <217,216,231>,
        <217,231,232>,
        <215,214,229>,
        <215,229,230>,
        <228,227,242>,
        <228,242,243>,
        <239,238,253>,
        <239,253,254>,
        <226,225,240>,
        <226,240,241>,
        <237,236,251>,
        <237,251,252>,
        <235,234,249>,
        <235,249,250>,
        <233,232,247>,
        <233,247,248>,
        <231,230,245>,
        <231,245,246>,
        <229,228,243>,
        <229,243,244>,
        <227,226,241>,
        <227,241,242>,
        <238,237,252>,
        <238,252,253>,
        <236,235,250>,
        <236,250,251>,
        <234,233,248>,
        <234,248,249>,
        <232,231,246>,
        <232,246,247>,
        <230,229,244>,
        <230,244,245>,
        <243,242,257>,
        <243,257,258>,
        <254,253,268>,
        <254,268,269>,
        <241,240,255>,
        <241,255,256>,
        <252,251,266>,
        <252,266,267>,
        <250,249,264>,
        <250,264,265>,
        <248,247,262>,
        <248,262,263>,
        <246,245,260>,
        <246,260,261>,
        <244,243,258>,
        <244,258,259>,
        <242,241,256>,
        <242,256,257>,
        <253,252,267>,
        <253,267,268>,
        <251,250,265>,
        <251,265,266>,
        <249,248,263>,
        <249,263,264>,
        <247,246,261>,
        <247,261,262>,
        <245,244,259>,
        <245,259,260>,
        <258,257,272>,
        <258,272,273>,
        <269,268,283>,
        <269,283,284>,
        <256,255,270>,
        <256,270,271>,
        <267,266,281>,
        <267,281,282>,
        <265,264,279>,
        <265,279,280>,
        <263,262,277>,
        <263,277,278>,
        <261,260,275>,
        <261,275,276>,
        <259,258,273>,
        <259,273,274>,
        <257,256,271>,
        <257,271,272>,
        <268,267,282>,
        <268,282,283>,
        <266,265,280>,
        <266,280,281>,
        <264,263,278>,
        <264,278,279>,
        <262,261,276>,
        <262,276,277>,
        <260,259,274>,
        <260,274,275>,
        <273,272,287>,
        <273,287,288>,
        <284,283,298>,
        <284,298,299>,
        <271,270,285>,
        <271,285,286>,
        <282,281,296>,
        <282,296,297>,
        <280,279,294>,
        <280,294,295>,
        <278,277,292>,
        <278,292,293>,
        <276,275,290>,
        <276,290,291>,
        <274,273,288>,
        <274,288,289>,
        <272,271,286>,
        <272,286,287>,
        <283,282,297>,
        <283,297,298>,
        <281,280,295>,
        <281,295,296>,
        <279,278,293>,
        <279,293,294>,
        <277,276,291>,
        <277,291,292>,
        <275,274,289>,
        <275,289,290>,
        <288,287,302>,
        <288,302,303>,
        <299,298,313>,
        <299,313,314>,
        <286,285,300>,
        <286,300,301>,
        <297,296,311>,
        <297,311,312>,
        <295,294,309>,
        <295,309,310>,
        <293,292,307>,
        <293,307,308>,
        <291,290,305>,
        <291,305,306>,
        <289,288,303>,
        <289,303,304>,
        <287,286,301>,
        <287,301,302>,
        <298,297,312>,
        <298,312,313>,
        <296,295,310>,
        <296,310,311>,
        <294,293,308>,
        <294,308,309>,
        <292,291,306>,
        <292,306,307>,
        <290,289,304>,
        <290,304,305>,
        <303,302,317>,
        <303,317,318>,
        <314,313,328>,
        <314,328,329>,
        <301,300,315>,
        <301,315,316>,
        <312,311,326>,
        <312,326,327>,
        <310,309,324>,
        <310,324,325>,
        <308,307,322>,
        <308,322,323>,
        <306,305,320>,
        <306,320,321>,
        <304,303,318>,
        <304,318,319>,
        <302,301,316>,
        <302,316,317>,
        <313,312,327>,
        <313,327,328>,
        <311,310,325>,
        <311,325,326>,
        <309,308,323>,
        <309,323,324>,
        <307,306,321>,
        <307,321,322>,
        <305,304,319>,
        <305,319,320>,
        <318,317,333>,
        <318,333,334>,
        <329,328,344>,
        <329,344,345>,
        <316,315,331>,
        <316,331,332>,
        <327,326,342>,
        <327,342,343>,
        <325,324,340>,
        <325,340,341>,
        <323,322,338>,
        <323,338,339>,
        <321,320,336>,
        <321,336,337>,
        <319,318,334>,
        <319,334,335>,
        <317,316,332>,
        <317,332,333>,
        <328,327,343>,
        <328,343,344>,
        <326,325,341>,
        <326,341,342>,
        <324,323,339>,
        <324,339,340>,
        <322,321,337>,
        <322,337,338>,
        <320,319,335>,
        <320,335,336>,
        <334,333,348>,
        <334,348,349>,
        <345,344,359>,
        <345,359,360>,
        <332,331,346>,
        <332,346,347>,
        <343,342,357>,
        <343,357,358>,
        <341,340,355>,
        <341,355,356>,
        <339,338,353>,
        <339,353,354>,
        <337,336,351>,
        <337,351,352>,
        <335,334,349>,
        <335,349,350>,
        <333,332,347>,
        <333,347,348>,
        <344,343,358>,
        <344,358,359>,
        <342,341,356>,
        <342,356,357>,
        <340,339,354>,
        <340,354,355>,
        <338,337,352>,
        <338,352,353>,
        <336,335,350>,
        <336,350,351>,
        <349,348,363>,
        <349,363,364>,
        <360,359,374>,
        <360,374,375>,
        <347,346,361>,
        <347,361,362>,
        <358,357,372>,
        <358,372,373>,
        <356,355,370>,
        <356,370,371>,
        <354,353,368>,
        <354,368,369>,
        <352,351,366>,
        <352,366,367>,
        <350,349,364>,
        <350,364,365>,
        <348,347,362>,
        <348,362,363>,
        <359,358,373>,
        <359,373,374>,
        <357,356,371>,
        <357,371,372>,
        <355,354,369>,
        <355,369,370>,
        <353,352,367>,
        <353,367,368>,
        <351,350,365>,
        <351,365,366>,
        <364,363,378>,
        <364,378,379>,
        <375,374,389>,
        <375,389,390>,
        <362,361,376>,
        <362,376,377>,
        <373,372,387>,
        <373,387,388>,
        <371,370,385>,
        <371,385,386>,
        <369,368,383>,
        <369,383,384>,
        <367,366,381>,
        <367,381,382>,
        <365,364,379>,
        <365,379,380>,
        <363,362,377>,
        <363,377,378>,
        <374,373,388>,
        <374,388,389>,
        <372,371,386>,
        <372,386,387>,
        <370,369,384>,
        <370,384,385>,
        <368,367,382>,
        <368,382,383>,
        <366,365,380>,
        <366,380,381>,
        <379,378,393>,
        <379,393,394>,
        <390,389,404>,
        <390,404,405>,
        <377,376,391>,
        <377,391,392>,
        <388,387,402>,
        <388,402,403>,
        <386,385,400>,
        <386,400,401>,
        <384,383,398>,
        <384,398,399>,
        <382,381,396>,
        <382,396,397>,
        <380,379,394>,
        <380,394,395>,
        <378,377,392>,
        <378,392,393>,
        <389,388,403>,
        <389,403,404>,
        <387,386,401>,
        <387,401,402>,
        <385,384,399>,
        <385,399,400>,
        <383,382,397>,
        <383,397,398>,
        <381,380,395>,
        <381,395,396>,
        <394,393,408>,
        <394,408,409>,
        <405,404,419>,
        <405,419,420>,
        <392,391,406>,
        <392,406,407>,
        <403,402,417>,
        <403,417,418>,
        <401,400,415>,
        <401,415,416>,
        <399,398,413>,
        <399,413,414>,
        <397,396,411>,
        <397,411,412>,
        <395,394,409>,
        <395,409,410>,
        <393,392,407>,
        <393,407,408>,
        <404,403,418>,
        <404,418,419>,
        <402,401,416>,
        <402,416,417>,
        <400,399,414>,
        <400,414,415>,
        <398,397,412>,
        <398,412,413>,
        <396,395,410>,
        <396,410,411>,
        <409,408,423>,
        <409,423,424>,
        <420,419,434>,
        <420,434,435>,
        <407,406,421>,
        <407,421,422>,
        <418,417,432>,
        <418,432,433>,
        <416,415,430>,
        <416,430,431>,
        <414,413,428>,
        <414,428,429>,
        <412,411,426>,
        <412,426,427>,
        <410,409,424>,
        <410,424,425>,
        <408,407,422>,
        <408,422,423>,
        <419,418,433>,
        <419,433,434>,
        <417,416,431>,
        <417,431,432>,
        <415,414,429>,
        <415,429,430>,
        <413,412,427>,
        <413,427,428>,
        <411,410,425>,
        <411,425,426>,
        <424,423,438>,
        <424,438,439>,
        <435,434,449>,
        <435,449,450>,
        <422,421,436>,
        <422,436,437>,
        <433,432,447>,
        <433,447,448>,
        <431,430,445>,
        <431,445,446>,
        <429,428,443>,
        <429,443,444>,
        <427,426,441>,
        <427,441,442>,
        <425,424,439>,
        <425,439,440>,
        <423,422,437>,
        <423,437,438>,
        <434,433,448>,
        <434,448,449>,
        <432,431,446>,
        <432,446,447>,
        <430,429,444>,
        <430,444,445>,
        <428,427,442>,
        <428,442,443>,
        <426,425,440>,
        <426,440,441>,
        <439,438,454>,
        <439,454,455>,
        <450,449,465>,
        <450,465,466>,
        <437,436,452>,
        <437,452,453>,
        <448,447,463>,
        <448,463,464>,
        <446,445,461>,
        <446,461,462>,
        <444,443,459>,
        <444,459,460>,
        <442,441,457>,
        <442,457,458>,
        <440,439,455>,
        <440,455,456>,
        <438,437,453>,
        <438,453,454>,
        <449,448,464>,
        <449,464,465>,
        <447,446,462>,
        <447,462,463>,
        <445,444,460>,
        <445,460,461>,
        <443,442,458>,
        <443,458,459>,
        <441,440,456>,
        <441,456,457>,
        <455,454,469>,
        <455,469,470>,
        <466,465,480>,
        <466,480,481>,
        <453,452,467>,
        <453,467,468>,
        <464,463,478>,
        <464,478,479>,
        <462,461,476>,
        <462,476,477>,
        <460,459,474>,
        <460,474,475>,
        <458,457,472>,
        <458,472,473>,
        <456,455,470>,
        <456,470,471>,
        <454,453,468>,
        <454,468,469>,
        <465,464,479>,
        <465,479,480>,
        <463,462,477>,
        <463,477,478>,
        <461,460,475>,
        <461,475,476>,
        <459,458,473>,
        <459,473,474>,
        <457,456,471>,
        <457,471,472>,
        <330,14,29>,
        <0,451,15>,
        <330,29,44>,
        <15,451,30>,
        <330,44,59>,
        <30,451,45>,
        <330,59,74>,
        <45,451,60>,
        <330,74,89>,
        <60,451,75>,
        <330,89,104>,
        <75,451,90>,
        <330,104,119>,
        <90,451,105>,
        <330,119,134>,
        <105,451,120>,
        <330,134,149>,
        <120,451,135>,
        <330,149,164>,
        <135,451,150>,
        <330,164,179>,
        <150,451,165>,
        <330,179,194>,
        <165,451,180>,
        <330,194,209>,
        <180,451,195>,
        <330,209,224>,
        <195,451,210>,
        <330,224,239>,
        <210,451,225>,
        <330,239,254>,
        <225,451,240>,
        <330,254,269>,
        <240,451,255>,
        <330,269,284>,
        <255,451,270>,
        <330,284,299>,
        <270,451,285>,
        <330,299,314>,
        <285,451,300>,
        <330,314,329>,
        <300,451,315>,
        <330,329,345>,
        <315,451,331>,
        <330,345,360>,
        <331,451,346>,
        <330,360,375>,
        <346,451,361>,
        <330,375,390>,
        <361,451,376>,
        <330,390,405>,
        <376,451,391>,
        <330,405,420>,
        <391,451,406>,
        <330,420,435>,
        <406,451,421>,
        <330,435,450>,
        <421,451,436>,
        <330,450,466>,
        <436,451,452>,
        <330,466,481>,
        <452,451,467>,
        <470,469,2>,
        <470,2,3>,
        <481,480,13>,
        <481,13,14>,
        <0,1,468>,
        <0,468,467>,
        <479,478,11>,
        <479,11,12>,
        <477,476,9>,
        <477,9,10>,
        <475,474,7>,
        <475,7,8>,
        <473,472,5>,
        <473,5,6>,
        <471,470,3>,
        <471,3,4>,
        <330,481,14>,
        <469,468,1>,
        <469,1,2>,
        <480,479,12>,
        <480,12,13>,
        <467,451,0>,
        <478,477,10>,
        <478,10,11>,
        <476,475,8>,
        <476,8,9>,
        <474,473,6>,
        <474,6,7>,
        <472,471,4>,
        <472,4,5>
    }
    normal_indices {
        960,
        <378,315,371>,
        <378,371,464>,
        <21,11,300>,
        <21,300,214>,
        <458,18,424>,
        <458,424,443>,
        <404,284,246>,
        <404,246,296>,
        <198,125,313>,
        <198,313,272>,
        <197,419,182>,
        <197,182,382>,
        <375,378,464>,
        <375,464,312>,
        <315,21,214>,
        <315,214,371>,
        <11,458,443>,
        <11,443,300>,
        <18,404,296>,
        <18,296,424>,
        <282,198,272>,
        <282,272,338>,
        <284,247,104>,
        <284,104,246>,
        <125,197,382>,
        <125,382,313>,
        <419,375,312>,
        <419,312,182>,
        <424,296,154>,
        <424,154,292>,
        <338,272,131>,
        <338,131,268>,
        <246,104,24>,
        <246,24,113>,
        <313,382,85>,
        <313,85,186>,
        <182,312,251>,
        <182,251,411>,
        <464,371,146>,
        <464,146,142>,
        <214,300,210>,
        <214,210,38>,
        <443,424,292>,
        <443,292,440>,
        <296,246,113>,
        <296,113,154>,
        <272,313,186>,
        <272,186,131>,
        <382,182,411>,
        <382,411,85>,
        <312,464,142>,
        <312,142,251>,
        <371,214,38>,
        <371,38,146>,
        <300,443,440>,
        <300,440,210>,
        <292,154,349>,
        <292,349,250>,
        <268,131,442>,
        <268,442,475>,
        <113,24,322>,
        <113,322,472>,
        <186,85,35>,
        <186,35,235>,
        <411,251,470>,
        <411,470,461>,
        <142,146,380>,
        <142,380,350>,
        <38,210,400>,
        <38,400,98>,
        <440,292,250>,
        <440,250,5>,
        <154,113,472>,
        <154,472,349>,
        <131,186,235>,
        <131,235,442>,
        <85,411,461>,
        <85,461,35>,
        <251,142,350>,
        <251,350,470>,
        <146,38,98>,
        <146,98,380>,
        <210,440,5>,
        <210,5,400>,
        <250,349,455>,
        <250,455,462>,
        <475,442,150>,
        <475,150,245>,
        <472,322,474>,
        <472,474,123>,
        <235,35,306>,
        <235,306,421>,
        <461,470,384>,
        <461,384,386>,
        <350,380,429>,
        <350,429,151>,
        <98,400,227>,
        <98,227,29>,
        <5,250,462>,
        <5,462,91>,
        <349,472,123>,
        <349,123,455>,
        <442,235,421>,
        <442,421,150>,
        <35,461,386>,
        <35,386,306>,
        <470,350,151>,
        <470,151,384>,
        <380,98,29>,
        <380,29,429>,
        <400,5,91>,
        <400,91,227>,
        <462,455,473>,
        <462,473,237>,
        <245,150,93>,
        <245,93,270>,
        <123,474,55>,
        <123,55,289>,
        <421,306,159>,
        <421,159,274>,
        <386,384,188>,
        <386,188,139>,
        <151,429,273>,
        <151,273,420>,
        <29,227,200>,
        <29,200,252>,
        <91,462,237>,
        <91,237,329>,
        <455,123,289>,
        <455,289,473>,
        <150,421,274>,
        <150,274,93>,
        <306,386,139>,
        <306,139,159>,
        <384,151,420>,
        <384,420,188>,
        <429,29,252>,
        <429,252,273>,
        <227,91,329>,
        <227,329,200>,
        <237,473,174>,
        <237,174,476>,
        <270,93,137>,
        <270,137,320>,
        <289,55,73>,
        <289,73,465>,
        <274,159,17>,
        <274,17,363>,
        <139,188,216>,
        <139,216,31>,
        <420,273,335>,
        <420,335,171>,
        <252,200,211>,
        <252,211,339>,
        <329,237,476>,
        <329,476,192>,
        <473,289,465>,
        <473,465,174>,
        <93,274,363>,
        <93,363,137>,
        <159,139,31>,
        <159,31,17>,
        <188,420,171>,
        <188,171,216>,
        <273,252,339>,
        <273,339,335>,
        <200,329,192>,
        <200,192,211>,
        <476,174,40>,
        <476,40,97>,
        <320,137,76>,
        <320,76,285>,
        <465,73,41>,
        <465,41,259>,
        <363,17,435>,
        <363,435,102>,
        <31,216,367>,
        <31,367,416>,
        <171,335,130>,
        <171,130,240>,
        <339,211,353>,
        <339,353,438>,
        <192,476,97>,
        <192,97,403>,
        <174,465,259>,
        <174,259,40>,
        <137,363,102>,
        <137,102,76>,
        <17,31,416>,
        <17,416,435>,
        <216,171,240>,
        <216,240,367>,
        <335,339,438>,
        <335,438,130>,
        <211,192,403>,
        <211,403,353>,
        <97,40,158>,
        <97,158,279>,
        <285,76,220>,
        <285,220,297>,
        <259,41,78>,
        <259,78,283>,
        <102,435,63>,
        <102,63,428>,
        <416,367,4>,
        <416,4,163>,
        <240,130,43>,
        <240,43,361>,
        <438,353,328>,
        <438,328,305>,
        <403,97,279>,
        <403,279,219>,
        <40,259,283>,
        <40,283,158>,
        <76,102,428>,
        <76,428,220>,
        <435,416,163>,
        <435,163,63>,
        <367,240,361>,
        <367,361,4>,
        <130,438,305>,
        <130,305,43>,
        <353,403,219>,
        <353,219,328>,
        <279,158,415>,
        <279,415,298>,
        <297,220,307>,
        <297,307,321>,
        <283,78,83>,
        <283,83,374>,
        <428,63,94>,
        <428,94,207>,
        <163,4,468>,
        <163,468,318>,
        <361,43,209>,
        <361,209,32>,
        <305,328,62>,
        <305,62,148>,
        <219,279,298>,
        <219,298,293>,
        <158,283,374>,
        <158,374,415>,
        <220,428,207>,
        <220,207,307>,
        <63,163,318>,
        <63,318,94>,
        <4,361,32>,
        <4,32,468>,
        <43,305,148>,
        <43,148,209>,
        <328,219,293>,
        <328,293,62>,
        <298,415,212>,
        <298,212,376>,
        <321,307,96>,
        <321,96,231>,
        <374,83,319>,
        <374,319,397>,
        <207,94,215>,
        <207,215,121>,
        <318,468,33>,
        <318,33,135>,
        <32,209,275>,
        <32,275,88>,
        <148,62,218>,
        <148,218,105>,
        <293,298,376>,
        <293,376,10>,
        <415,374,397>,
        <415,397,212>,
        <307,207,121>,
        <307,121,96>,
        <94,318,135>,
        <94,135,215>,
        <468,32,88>,
        <468,88,33>,
        <209,148,105>,
        <209,105,275>,
        <62,293,10>,
        <62,10,218>,
        <376,212,183>,
        <376,183,25>,
        <231,96,392>,
        <231,392,310>,
        <397,319,117>,
        <397,117,122>,
        <121,215,362>,
        <121,362,266>,
        <135,33,467>,
        <135,467,354>,
        <88,275,368>,
        <88,368,179>,
        <105,218,405>,
        <105,405,77>,
        <10,376,25>,
        <10,25,334>,
        <212,397,122>,
        <212,122,183>,
        <96,121,266>,
        <96,266,392>,
        <215,135,354>,
        <215,354,362>,
        <33,88,179>,
        <33,179,467>,
        <275,105,77>,
        <275,77,368>,
        <218,10,334>,
        <218,334,405>,
        <25,183,341>,
        <25,341,54>,
        <310,392,391>,
        <310,391,276>,
        <122,117,436>,
        <122,436,185>,
        <266,362,143>,
        <266,143,373>,
        <354,467,46>,
        <354,46,233>,
        <179,368,337>,
        <179,337,45>,
        <77,405,432>,
        <77,432,269>,
        <334,25,54>,
        <334,54,9>,
        <183,122,185>,
        <183,185,341>,
        <392,266,373>,
        <392,373,391>,
        <362,354,233>,
        <362,233,143>,
        <467,179,45>,
        <467,45,46>,
        <368,77,269>,
        <368,269,337>,
        <405,334,9>,
        <405,9,432>,
        <54,341,301>,
        <54,301,59>,
        <276,391,351>,
        <276,351,407>,
        <185,436,161>,
        <185,161,265>,
        <373,143,317>,
        <373,317,345>,
        <233,46,19>,
        <233,19,166>,
        <45,337,160>,
        <45,160,157>,
        <269,432,303>,
        <269,303,204>,
        <9,54,59>,
        <9,59,304>,
        <341,185,265>,
        <341,265,301>,
        <391,373,345>,
        <391,345,351>,
        <143,233,166>,
        <143,166,317>,
        <46,45,157>,
        <46,157,19>,
        <337,269,204>,
        <337,204,160>,
        <432,9,304>,
        <432,304,303>,
        <59,301,223>,
        <59,223,169>,
        <407,351,477>,
        <407,477,145>,
        <265,161,390>,
        <265,390,202>,
        <345,317,141>,
        <345,141,344>,
        <166,19,333>,
        <166,333,466>,
        <157,160,299>,
        <157,299,208>,
        <204,303,445>,
        <204,445,469>,
        <304,59,169>,
        <304,169,90>,
        <301,265,202>,
        <301,202,223>,
        <351,345,344>,
        <351,344,477>,
        <317,166,466>,
        <317,466,141>,
        <19,157,208>,
        <19,208,333>,
        <160,204,469>,
        <160,469,299>,
        <303,304,90>,
        <303,90,445>,
        <169,223,178>,
        <169,178,346>,
        <145,477,6>,
        <145,6,222>,
        <202,390,479>,
        <202,479,278>,
        <344,141,460>,
        <344,460,357>,
        <466,333,253>,
        <466,253,82>,
        <208,299,184>,
        <208,184,379>,
        <469,445,365>,
        <469,365,449>,
        <90,169,346>,
        <90,346,448>,
        <223,202,278>,
        <223,278,178>,
        <477,344,357>,
        <477,357,6>,
        <141,466,82>,
        <141,82,460>,
        <333,208,379>,
        <333,379,253>,
        <299,469,449>,
        <299,449,184>,
        <445,90,448>,
        <445,448,365>,
        <346,178,417>,
        <346,417,116>,
        <222,6,401>,
        <222,401,439>,
        <278,479,136>,
        <278,136,232>,
        <357,460,453>,
        <357,453,261>,
        <82,253,199>,
        <82,199,447>,
        <379,184,176>,
        <379,176,452>,
        <449,365,230>,
        <449,230,229>,
        <448,346,116>,
        <448,116,61>,
        <178,278,232>,
        <178,232,417>,
        <6,357,261>,
        <6,261,401>,
        <460,82,447>,
        <460,447,453>,
        <253,379,452>,
        <253,452,199>,
        <184,449,229>,
        <184,229,176>,
        <365,448,61>,
        <365,61,230>,
        <116,417,127>,
        <116,127,316>,
        <439,401,398>,
        <439,398,234>,
        <232,136,26>,
        <232,26,324>,
        <261,453,44>,
        <261,44,71>,
        <447,199,84>,
        <447,84,336>,
        <452,176,413>,
        <452,413,242>,
        <229,230,481>,
        <229,481,342>,
        <61,116,316>,
        <61,316,381>,
        <417,232,324>,
        <417,324,127>,
        <401,261,71>,
        <401,71,398>,
        <453,447,336>,
        <453,336,44>,
        <199,452,242>,
        <199,242,84>,
        <176,229,342>,
        <176,342,413>,
        <230,61,381>,
        <230,381,481>,
        <316,127,138>,
        <316,138,65>,
        <234,398,30>,
        <234,30,106>,
        <324,26,343>,
        <324,343,366>,
        <71,44,399>,
        <71,399,422>,
        <336,84,14>,
        <336,14,153>,
        <242,413,314>,
        <242,314,457>,
        <342,481,172>,
        <342,172,224>,
        <381,316,65>,
        <381,65,156>,
        <127,324,366>,
        <127,366,138>,
        <398,71,422>,
        <398,422,30>,
        <44,336,153>,
        <44,153,399>,
        <84,242,457>,
        <84,457,14>,
        <413,342,224>,
        <413,224,314>,
        <481,381,156>,
        <481,156,172>,
        <65,138,72>,
        <65,72,103>,
        <106,30,112>,
        <106,112,239>,
        <366,343,325>,
        <366,325,51>,
        <422,399,191>,
        <422,191,255>,
        <153,14,49>,
        <153,49,450>,
        <457,314,323>,
        <457,323,236>,
        <224,172,377>,
        <224,377,409>,
        <156,65,103>,
        <156,103,28>,
        <138,366,51>,
        <138,51,72>,
        <30,422,255>,
        <30,255,112>,
        <399,153,450>,
        <399,450,191>,
        <14,457,236>,
        <14,236,49>,
        <314,224,409>,
        <314,409,323>,
        <172,156,28>,
        <172,28,377>,
        <103,72,34>,
        <103,34,189>,
        <239,112,100>,
        <239,100,408>,
        <51,325,463>,
        <51,463,109>,
        <255,191,48>,
        <255,48,370>,
        <450,49,286>,
        <450,286,118>,
        <236,323,147>,
        <236,147,302>,
        <409,377,187>,
        <409,187,383>,
        <28,103,189>,
        <28,189,359>,
        <72,51,109>,
        <72,109,34>,
        <112,255,370>,
        <112,370,100>,
        <191,450,118>,
        <191,118,48>,
        <49,236,302>,
        <49,302,286>,
        <323,409,383>,
        <323,383,147>,
        <377,28,359>,
        <377,359,187>,
        <189,34,60>,
        <189,60,437>,
        <408,100,144>,
        <408,144,12>,
        <109,463,111>,
        <109,111,177>,
        <370,48,58>,
        <370,58,332>,
        <118,286,15>,
        <118,15,352>,
        <302,147,70>,
        <302,70,248>,
        <383,187,134>,
        <383,134,430>,
        <359,189,437>,
        <359,437,369>,
        <34,109,177>,
        <34,177,60>,
        <100,370,332>,
        <100,332,144>,
        <48,118,352>,
        <48,352,58>,
        <286,302,248>,
        <286,248,15>,
        <147,383,430>,
        <147,430,70>,
        <187,359,369>,
        <187,369,134>,
        <437,60,225>,
        <437,225,196>,
        <12,144,149>,
        <12,149,388>,
        <177,111,425>,
        <177,425,431>,
        <332,58,107>,
        <332,107,193>,
        <352,15,108>,
        <352,108,99>,
        <248,70,190>,
        <248,190,50>,
        <430,134,217>,
        <430,217,68>,
        <369,437,196>,
        <369,196,47>,
        <60,177,431>,
        <60,431,225>,
        <144,332,193>,
        <144,193,149>,
        <58,352,99>,
        <58,99,107>,
        <15,248,50>,
        <15,50,108>,
        <70,430,68>,
        <70,68,190>,
        <134,369,47>,
        <134,47,217>,
        <196,225,206>,
        <196,206,434>,
        <388,149,456>,
        <388,456,89>,
        <431,425,454>,
        <431,454,140>,
        <193,107,152>,
        <193,152,66>,
        <99,108,36>,
        <99,36,133>,
        <50,190,330>,
        <50,330,257>,
        <68,217,8>,
        <68,8,203>,
        <47,196,434>,
        <47,434,331>,
        <225,431,140>,
        <225,140,206>,
        <149,193,66>,
        <149,66,456>,
        <107,99,133>,
        <107,133,152>,
        <108,50,257>,
        <108,257,36>,
        <190,68,203>,
        <190,203,330>,
        <217,47,331>,
        <217,331,8>,
        <434,206,37>,
        <434,37,22>,
        <89,456,418>,
        <89,418,355>,
        <140,454,52>,
        <140,52,451>,
        <66,152,114>,
        <66,114,75>,
        <133,36,262>,
        <133,262,23>,
        <257,330,95>,
        <257,95,249>,
        <203,8,119>,
        <203,119,427>,
        <331,434,22>,
        <331,22,238>,
        <206,140,451>,
        <206,451,37>,
        <456,66,75>,
        <456,75,418>,
        <152,133,23>,
        <152,23,114>,
        <36,257,249>,
        <36,249,262>,
        <330,203,427>,
        <330,427,95>,
        <8,331,238>,
        <8,238,119>,
        <22,37,69>,
        <22,69,402>,
        <355,418,372>,
        <355,372,164>,
        <451,52,287>,
        <451,287,129>,
        <75,114,244>,
        <75,244,39>,
        <23,262,433>,
        <23,433,426>,
        <249,95,412>,
        <249,412,385>,
        <427,119,291>,
        <427,291,281>,
        <238,22,402>,
        <238,402,394>,
        <37,451,129>,
        <37,129,69>,
        <418,75,39>,
        <418,39,372>,
        <114,23,426>,
        <114,426,244>,
        <262,249,385>,
        <262,385,433>,
        <95,427,281>,
        <95,281,412>,
        <119,238,394>,
        <119,394,291>,
        <402,69,389>,
        <402,389,42>,
        <164,372,175>,
        <164,175,173>,
        <129,287,195>,
        <129,195,201>,
        <39,244,167>,
        <39,167,243>,
        <426,433,126>,
        <426,126,360>,
        <385,412,0>,
        <385,0,387>,
        <281,291,348>,
        <281,348,280>,
        <394,402,42>,
        <394,42,1>,
        <69,129,201>,
        <69,201,389>,
        <372,39,243>,
        <372,243,175>,
        <244,426,360>,
        <244,360,167>,
        <433,385,387>,
        <433,387,126>,
        <412,281,280>,
        <412,280,0>,
        <291,394,1>,
        <291,1,348>,
        <42,389,132>,
        <42,132,410>,
        <173,175,340>,
        <173,340,120>,
        <201,195,358>,
        <201,358,80>,
        <243,167,2>,
        <243,2,241>,
        <360,126,228>,
        <360,228,309>,
        <387,0,267>,
        <387,267,165>,
        <280,348,364>,
        <280,364,20>,
        <1,42,410>,
        <1,410,170>,
        <389,201,80>,
        <389,80,132>,
        <175,243,241>,
        <175,241,340>,
        <167,360,309>,
        <167,309,2>,
        <126,387,165>,
        <126,165,228>,
        <0,280,20>,
        <0,20,267>,
        <348,1,170>,
        <348,170,364>,
        <410,132,277>,
        <410,277,263>,
        <120,340,444>,
        <120,444,256>,
        <80,358,308>,
        <80,308,480>,
        <241,2,423>,
        <241,423,13>,
        <309,228,205>,
        <309,205,162>,
        <165,267,67>,
        <165,67,168>,
        <20,364,271>,
        <20,271,295>,
        <170,410,263>,
        <170,263,155>,
        <132,80,480>,
        <132,480,277>,
        <340,241,13>,
        <340,13,444>,
        <2,309,162>,
        <2,162,423>,
        <228,165,168>,
        <228,168,205>,
        <267,20,295>,
        <267,295,67>,
        <364,170,155>,
        <364,155,271>,
        <263,277,16>,
        <263,16,213>,
        <256,444,395>,
        <256,395,258>,
        <480,308,356>,
        <480,356,260>,
        <13,423,181>,
        <13,181,347>,
        <162,205,115>,
        <162,115,326>,
        <168,67,7>,
        <168,7,79>,
        <295,271,288>,
        <295,288,254>,
        <155,263,213>,
        <155,213,124>,
        <277,480,260>,
        <277,260,16>,
        <444,13,347>,
        <444,347,395>,
        <423,162,326>,
        <423,326,181>,
        <205,168,79>,
        <205,79,115>,
        <67,295,254>,
        <67,254,7>,
        <271,155,124>,
        <271,124,288>,
        <213,16,92>,
        <213,92,459>,
        <258,395,57>,
        <258,57,471>,
        <260,356,3>,
        <260,3,194>,
        <347,181,446>,
        <347,446,56>,
        <326,115,294>,
        <326,294,110>,
        <79,7,311>,
        <79,311,74>,
        <254,288,406>,
        <254,406,441>,
        <124,213,459>,
        <124,459,478>,
        <16,260,194>,
        <16,194,92>,
        <395,347,56>,
        <395,56,57>,
        <181,326,110>,
        <181,110,446>,
        <115,79,74>,
        <115,74,294>,
        <7,254,441>,
        <7,441,311>,
        <288,124,478>,
        <288,478,406>,
        <459,92,226>,
        <459,226,180>,
        <471,57,393>,
        <471,393,87>,
        <194,3,27>,
        <194,27,290>,
        <56,446,101>,
        <56,101,414>,
        <110,294,264>,
        <110,264,53>,
        <74,311,327>,
        <74,327,81>,
        <441,406,64>,
        <441,64,221>,
        <478,459,180>,
        <478,180,396>,
        <92,194,290>,
        <92,290,226>,
        <57,56,414>,
        <57,414,393>,
        <446,110,53>,
        <446,53,101>,
        <294,74,81>,
        <294,81,264>,
        <311,441,221>,
        <311,221,327>,
        <406,478,396>,
        <406,396,64>,
        <128,282,338>,
        <247,86,104>,
        <128,338,268>,
        <104,86,24>,
        <128,268,475>,
        <24,86,322>,
        <128,475,245>,
        <322,86,474>,
        <128,245,270>,
        <474,86,55>,
        <128,270,320>,
        <55,86,73>,
        <128,320,285>,
        <73,86,41>,
        <128,285,297>,
        <41,86,78>,
        <128,297,321>,
        <78,86,83>,
        <128,321,231>,
        <83,86,319>,
        <128,231,310>,
        <319,86,117>,
        <128,310,276>,
        <117,86,436>,
        <128,276,407>,
        <436,86,161>,
        <128,407,145>,
        <161,86,390>,
        <128,145,222>,
        <390,86,479>,
        <128,222,439>,
        <479,86,136>,
        <128,439,234>,
        <136,86,26>,
        <128,234,106>,
        <26,86,343>,
        <128,106,239>,
        <343,86,325>,
        <128,239,408>,
        <325,86,463>,
        <128,408,12>,
        <463,86,111>,
        <128,12,388>,
        <111,86,425>,
        <128,388,89>,
        <425,86,454>,
        <128,89,355>,
        <454,86,52>,
        <128,355,164>,
        <52,86,287>,
        <128,164,173>,
        <287,86,195>,
        <128,173,120>,
        <195,86,358>,
        <128,120,256>,
        <358,86,308>,
        <128,256,258>,
        <308,86,356>,
        <128,258,471>,
        <356,86,3>,
        <128,471,87>,
        <3,86,27>,
        <180,226,404>,
        <180,404,18>,
        <87,393,198>,
        <87,198,282>,
        <247,284,290>,
        <247,290,27>,
        <414,101,197>,
        <414,197,125>,
        <53,264,375>,
        <53,375,419>,
        <81,327,315>,
        <81,315,378>,
        <221,64,11>,
        <221,11,21>,
        <396,180,18>,
        <396,18,458>,
        <128,87,282>,
        <226,290,284>,
        <226,284,404>,
        <393,414,125>,
        <393,125,198>,
        <27,86,247>,
        <101,53,419>,
        <101,419,197>,
        <264,81,378>,
        <264,378,375>,
        <327,221,21>,
        <327,21,315>,
        <64,396,458>,
        <64,458,11>
    }
    radiosity {
        importance 0.5
    }
}
//----Blender Object Name:OBSphere----
object {
    DATASphere_001
    matrix <1.000000, 0.000000, 0.000000,  0.000000, -0.000000, -1.000000,
0.000000, 1.000000, -0.000000,  0.454767, 0.781743, 0.460945>

}


Post a reply to this message

From: jr
Subject: Re: SEVERE shadow problems with Blender POV renders?? Is anyone familiar wi=
Date: 17 Nov 2019 17:45:02
Message: <web.5dd1cc75f0a1c145feeb22ff0@news.povray.org>
hi,

"tmelram" <taj### [at] yahoocom> wrote:
> "jr" <cre### [at] gmailcom> wrote:
> > hi,
> >
> > "tmelram" <taj### [at] yahoocom> wrote:
> > > Hi, I am using Blender to model and wanted to use POV ray to render my scenes.
> > > But, I'm getting serious shadow issues. There seem to be triangles near wherever
> > > there are shadows!
> > >
> > > A picture of the problem:
> > > https://i.imgur.com/z6Ftxv6.png
> > >
> > > How can I remedy this??
> >
> > I guess it would be helpful to see the (generated) scene code.
> >
> >
> > regards, jr.
>
> Sure, here you go:
> ...

not sure of the cause, but changing the light_source makes for a smooth shadow
line, ie I did:
>
> //--Lamps--
>
#if (0)
light_source {
    < 0,0,0 >
    color rgb<2, 2, 2>
    spotlight
    falloff 22.50
    radius 19.125000
    tightness 0
    point_at  <0, 0, -1>
    fade_distance 12.500000
    fade_power 2
    matrix <0.901870, 0.180445, -0.392519,  -0.417916, 0.594587, -0.686886,
0.109441, 0.783522, 0.611650,  0.000000, 18.516430, 14.742990>
}
> #declare lampTarget1= vrotate(<-0,14.74,-18.52>,<0.6492,-0.1814,0.4105>);
#else
light_source {0 colour srgb 1 parallel}
#end
> //--Material Definitions--
> ...

and no triangles.  hth.


regards, jr.


Post a reply to this message

From: Bald Eagle
Subject: Re: SEVERE shadow problems with Blender POV renders?? Is anyone familiar wi=
Date: 17 Nov 2019 18:05:01
Message: <web.5dd1d1daf0a1c1454eec112d0@news.povray.org>
> > Hi, I am using Blender to model and wanted to use POV ray to render my scenes.
> > But, I'm getting serious shadow issues. There seem to be triangles near wherever
> > there are shadows!

Well - those appear to be actual triangles.  Can you export from Blender with
the msh2 object format, rather than mesh?
Then you could use the smooth_triangles to get a better geometric surface.

http://wiki.povray.org/content/Documentation:Tutorial_Section_3.1#Polygon_Based_Shapes


Post a reply to this message

From: jr
Subject: Re: SEVERE shadow problems with Blender POV renders?? Is anyone familiar wi=
Date: 17 Nov 2019 18:15:00
Message: <web.5dd1d377f0a1c145feeb22ff0@news.povray.org>
"jr" <cre### [at] gmailcom> wrote:
> "tmelram" <taj### [at] yahoocom> wrote:
> > "jr" <cre### [at] gmailcom> wrote:
> > > "tmelram" <taj### [at] yahoocom> wrote:
> > > > Hi, I am using Blender to model and wanted to use POV ray to render my scenes.
> > > > But, I'm getting serious shadow issues. There seem to be triangles near
wherever
> > > > there are shadows!
> > > >
> > > > A picture of the problem:
> > > > https://i.imgur.com/z6Ftxv6.png
> > > >
> > > > How can I remedy this??
> > >
> > > I guess it would be helpful to see the (generated) scene code.
> >
> > Sure, here you go:
> > ...
>
> not sure of the cause, but changing the light_source makes for a smooth shadow
> line, ie I did:

the light_source is probably not to blame though.  I replaced the mesh sphere
with just a 'sphere {0,1}' and that shows no triangles with your light.


regards, jr.


Post a reply to this message

From: Mr
Subject: Re: SEVERE shadow problems with Blender POV renders?? Is anyone familiar wi=
Date: 18 Nov 2019 05:50:00
Message: <web.5dd2774ef0a1c14516086ed00@news.povray.org>
"Bald Eagle" <cre### [at] netscapenet> wrote:
> > > Hi, I am using Blender to model and wanted to use POV ray to render my scenes.
> > > But, I'm getting serious shadow issues. There seem to be triangles near wherever
> > > there are shadows!
>
> Well - those appear to be actual triangles.  Can you export from Blender with
> the msh2 object format, rather than mesh?
> Then you could use the smooth_triangles to get a better geometric surface.
>
>
http://wiki.povray.org/content/Documentation:Tutorial_Section_3.1#Polygon_Based_Shapes

Hi, the provided scene shows it is already mesh2 as exported by POV-Converter

And since your object appears to be just some sphere, maybe the fastest
workaround is to just use a POV sphere ? (Shift + A menu then choose the pov
primitives to add them instead of Blender ones, all objects from this submenu
stay POV primitives and have there parameters to modify once you click the lock
/Unlock Icon in properties window).

If you do have to use a mesh, IIRC there might be a better shadow interpolation
option in later POV versions. Otherwise adding some subsurf modifier to it will
refine its geometry and curvature.

Using some radiosity with a nearby surface or other lamp types *might* resolve
the issue if it gets to have an area instead of single point/light path.


Post a reply to this message

From: tmelram
Subject: Re: SEVERE shadow problems with Blender POV renders?? Is anyone familiar wi=
Date: 18 Nov 2019 16:50:00
Message: <web.5dd311d7f0a1c145c8bf72b50@news.povray.org>
"jr" <cre### [at] gmailcom> wrote:
> hi,
>
> "tmelram" <taj### [at] yahoocom> wrote:
> > "jr" <cre### [at] gmailcom> wrote:
> > > hi,
> > >
> > > "tmelram" <taj### [at] yahoocom> wrote:
> > > > Hi, I am using Blender to model and wanted to use POV ray to render my scenes.
> > > > But, I'm getting serious shadow issues. There seem to be triangles near
wherever
> > > > there are shadows!
> > > >
> > > > A picture of the problem:
> > > > https://i.imgur.com/z6Ftxv6.png
> > > >
> > > > How can I remedy this??
> > >
> > > I guess it would be helpful to see the (generated) scene code.
> > >
> > >
> > > regards, jr.
> >
> > Sure, here you go:
> > ...
>
> not sure of the cause, but changing the light_source makes for a smooth shadow
> line, ie I did:
> >
> > //--Lamps--
> >
> #if (0)
> light_source {
>     < 0,0,0 >
>     color rgb<2, 2, 2>
>     spotlight
>     falloff 22.50
>     radius 19.125000
>     tightness 0
>     point_at  <0, 0, -1>
>     fade_distance 12.500000
>     fade_power 2
>     matrix <0.901870, 0.180445, -0.392519,  -0.417916, 0.594587, -0.686886,
> 0.109441, 0.783522, 0.611650,  0.000000, 18.516430, 14.742990>
> }
> > #declare lampTarget1= vrotate(<-0,14.74,-18.52>,<0.6492,-0.1814,0.4105>);
> #else
> light_source {0 colour srgb 1 parallel}
> #end
> > //--Material Definitions--
> > ...
>
> and no triangles.  hth.
>
>
> regards, jr.


Thanks, it worked!. But, it seems to have flipped the direction of the light.
It's either upside-down,backwards, or both. I chose a simple sphere with one
light just to test. But for a more complex scene it might help to know what
exactly did you change to make it so that there wouldn't be any triangles. What
did you do?

Also I found this article:
http://wiki.povray.org/content/Knowledgebase:The_Shadow_Line_Artifact

What do you think of it and the solutions?


Post a reply to this message

From: tmelram
Subject: Re: SEVERE shadow problems with Blender POV renders?? Is anyone familiar wi=
Date: 18 Nov 2019 17:20:00
Message: <web.5dd3180cf0a1c145c8bf72b50@news.povray.org>
"jr" <cre### [at] gmailcom> wrote:
> hi,
>
> "tmelram" <taj### [at] yahoocom> wrote:
> > Hi, I am using Blender to model and wanted to use POV ray to render my scenes.
> > But, I'm getting serious shadow issues. There seem to be triangles near wherever
> > there are shadows!
> >
> > A picture of the problem:
> > https://i.imgur.com/z6Ftxv6.png
> >
> > How can I remedy this??
>
> I guess it would be helpful to see the (generated) scene code.
>
>
> regards, jr.

Here's what happened when I  tried to use the code you posted:

https://i.imgur.com/vEm5hnZ.png


Post a reply to this message

From: jr
Subject: Re: SEVERE shadow problems with Blender POV renders?? Is anyone familiar wi=
Date: 19 Nov 2019 07:30:01
Message: <web.5dd3dfbaf0a1c145feeb22ff0@news.povray.org>
hi,

"tmelram" <taj### [at] yahoocom> wrote:
> "jr" <cre### [at] gmailcom> wrote:
> > "tmelram" <taj### [at] yahoocom> wrote:
> > > "jr" <cre### [at] gmailcom> wrote:
> > > > "tmelram" <taj### [at] yahoocom> wrote:
> > > > > Hi, I am using Blender to model and wanted to use POV ray to render my
scenes.
> > > > > But, I'm getting serious shadow issues. There seem to be triangles near
wherever
> > > > > there are shadows!
> > > > >
> > > > > A picture of the problem:
> > > > > https://i.imgur.com/z6Ftxv6.png
> > > > >
> > > > > How can I remedy this??
> > > >
> > > > I guess it would be helpful to see the (generated) scene code.
> > > >
> > > >
> > > > regards, jr.
> > >
> > > Sure, here you go:
> > > ...
> >
> > not sure of the cause, but changing the light_source makes for a smooth shadow
> > line, ie I did:
> > ...
>
> Thanks, it worked!. But, it seems to have flipped the direction of the light.

yes.  I left out the transform.

> It's either upside-down,backwards, or both. I chose a simple sphere with one
> light just to test. But for a more complex scene it might help to know what
> exactly did you change to make it so that there wouldn't be any triangles. What
> did you do?

nothing else.

as Mr and B Pokorny have mentioned, perhaps use a "real" sphere, or, if there's
a need for the mesh2, try using 'smooth triangles' (see documentation on 'mesh2'
object).

sorry to be of little help, I do not use Blender.

> Also I found this article:
> http://wiki.povray.org/content/Knowledgebase:The_Shadow_Line_Artifact
>
> What do you think of it and the solutions?

depending on the scene you're working on, I think playing with 'shadowless' in
the lights, and or with 'no_shadow' object modifier, is definitely worth trying.


regards, jr.


Post a reply to this message

Goto Latest 10 Messages Next 8 Messages >>>

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.