Jump to content

LDD 2 PovRay Studies


Excalibur
 Share

Recommended Posts

Excalibur

Hi everyone, this gets a bit technical in places, but after reading some of the messages here, I think you'll be able to cope with it!

So I'm trying to think outside of the box here. I'm wanting to do some photorealistic renders from lxf's in pov ray if possible, or blender or 3dsmax otherwise but there are some issues I have to contend with:

1. the wheels look more like do-decagons, along with other curved surfaces looking less than circular. This is perhaps the biggest issue.

2. long render times in pov ray

3. needing to have ldd2povray running whilst rendering (this is an issue as I'd like to render using linux, possibly even a "farm" of 2-3 computers for one image using something like povhttp or some such.

 

1/ As a way to try to fix these issues, I've read about using LDraw parts, but even they have resolutiong issues. I think despite this, they may be fine, but the conversion process can be painful on large models. I've also read about primitive substitution in povray and this speeded up renders despite causing holes to appear. This is not something I've not yet tried but as per 2, anything that accelerates renders is never a bad thing. I've been thinking about somehow capturing the output of LDD2POVRay and converting somehow to a mesh. More on this later

2/ I haven't yet tried, but I wonder if another render engine would be faster. I know of MODO, and the renders look fantastic, but I've seen equally good renders in 3DsMax with Brazil, and so on. I think the LEGO renders are just perhaps a marketing campaign.

3/ This is interesting. I've been looking at the innards of LDD2POVRay for educational purposes of course and it's all very fascinating, to the point I have compilable, runnable C# code.

 

LDD2POVRay

So I wanted to look at the inside of this, and.... it's obsfuscated. Bugger. But it's C#, and obsfuscated C# code is an oxymoron. So, 2 google searches later and after 10 minutes I have the de-obsfuscated code on my computer with the extraction to source code files starting. It took about 2 mins to extract it all. The classes are named class1, class2, and method_0, method_1 etc, but of course with refactoring and bit of code analysis you can begin to rename them properly. I'll exclude the exact details of how I did it for now as I'm new here, and see some projects have 'vanished'.

A quick load up of VS2013 Community and after setting the compiler to X64, I'm able to compile and step through the code. Nothing really surprising, a bit of playing with the LIF's. It looks like some clever reading of the lif instead of decompressing it all. Some more playing with g files then encrypting them to disk. The encrypted files have the same header (as can be seen dragging a .bin to a text editor). I've only just had a quick look at the code, I'd need to sit down with it for a while, there's a lot of delegates to work around. I haven't got this far, but I'm assuming the CBFS service is necessary because when POVRay asks for these bin files, something needs to step in and decrypt them before returning them to POVRAY... What if that WriteEncrptedFile method just... well didn't encrypt the file, would the service still be needed? I'm guessing not, but when I get some time, I'll test.

Ultimately however, I hope from learning how this codebase functions to be able to create a mesh output after the bevels and 'lego' studs have been applied.

 

As this looks like a lengthy process, I was wondering if there's a plan B for my goals of rendering photo realistic without needing to have ldd2povray running and increase the resolution if possible (preferably without the needing to convert to ldraw process). I know about the g files inside the db.lif , I seem to remember .g primitive files from somewhere, game mods or such so I'm not so sure the format is closed, and I've found a (as of yet untested) g-to-obj and obj-to-g converter, maybe these could be used to import custom pieces into ldd?

Has anyone else here had a look inside LDD2POVRay or know some other way to create photo-realistic renders with as little fuss as possible?

Edited by Excalibur
Link to comment
Share on other sites

I'm no expert on the matter but have done a fair few renders in the past, both with LDD 2 POV-Ray and with LDraw. From my experience, if you're looking for speed you'll want to use LDraw - build the model in a program of your choice, create a render file in LDView and render that with POV-Ray. But if you want high quality you'll have to use LDD2POV, and I can't imagine any way of making it faster without compromising quality. Even on my new-ish PC (specs on the left here), LDD2POV takes a while to render high-quality images with transparent parts.

As for rendering LXF files in POV-Ray without LDD2POV running, I can't help you there. I think LDD2POV draws out the db.lif file or something for POV-Ray to access, so if you can find an alternative way to do that then that's the solution.

Link to comment
Share on other sites

Excalibur

Are there no LDraw to POV solutions which adds bevels and other niceties like moving the parts a little / changing colour variarions?

If not, I see a project coming on...

Link to comment
Share on other sites

Unfortunately I'm not sure of the answer to that so I can't help you there. All I know is that both LDD and LDraw and be rendered with POV-Ray but the former turns out better, albeit at a hugely decreased speed. LDView does have a nice array of options when exporting to POV-Ray which I haven't played with, so it may be worth checking that first. If that's good enough though then I wish you the best of luck in starting your own project!

For reference, I have many images rendered from LDraw here and here, and images rendered from LDD here (under Backgrounds).

Link to comment
Share on other sites

I've spent a bit of time with this program today and here are some of my findings. Again, just for educational use blah blah blah, may be of use to someone.

Inside the LDDIncludes directory, the .bin files are encrypted files which are unencrypted by the CBFS server that ldd to pov uses and has to run while rendering to intercept requests from povray and decrypt I assume. Judging by the comments header in the encrypted files, an earlier version of the program didn't encrypt the files. (as the header comments currently are encrypted too!) I'm working on the theory that if they're not encrypted in the LDDIncludes directory, then there's no need to have the program running while rendering which would fix the bug of REALLLLLY slow rendering times as I would assume increased if no decryption has to occur, again not too sure by how much though.

Firstly, my theory on TLC being so secretive and protective about the mesh data for the pieces. It's pointless: The mesh data is in a consumable format for the code they use in LDD. Of course, there already exists tools to decrypt the LIF's. So, if someone wanted to steal the meshes / meshii? (for example, for game engines), they already could.  And, if you're making a freebie indie game where the developers are learning to make games and are learning to code, etc then you're not graphic artists and having crappy models really makes your game look and feel bad so using the low resolution LDD meshes helps you to skip something and encourages you to make a better game with more time for better coding. However, if you intend to sell and make money from the game then using the meshes, that is seriously not cool.

The goal here is instead is to produce super-kick-ass pictures of your models with as little fuss as possible. Wouldn't it be awesome to replace the low resolution mesh with better pieces (especially wheels) that are already made in one step?

 

Files inside the LDDIncludes directory:

- ldd_decoration_XXXXXX: these are encrypted .png files that are the decorations for the brick of element id XXXXXX.

- ldd_<DESIGN_ID>.bin: these are the mesh include files for each brick design type. Below is a sample for your favourite 2x4. (I'm out of time today so can't dig more as ldd_main.bin is still encrypted for me at the moment so will be investigated next for me. (I have a sneaky feeling it's pre-encrypted by the author though :( ). I'm sure this include file for each design can easily be created from the g file though. I'm also going to guess that you could at least figure out how to add designs to previously non-decorated pieces. Also, I haven't included the headers in the other file examples below.


/*******************************************************************************

LDD to POV-Ray Converter Library Include File

Copyright (C) Martin Hronsky

Visit http://ldd2povray.lddtools.com for more information.

Brick geometry data copyright (C) The LEGO(tm) Group.

This file is in no way related to The LEGO(tm) Group.

It is provided for private non-commercial use only.

ldd_3001: BRICK 2X4

*****************************************************************************/


#include "ldd_main.bin"

#ifndef(ldd_include_ldd_3001)
    #debug "Reading ldd_3001.bin...\n"
    #declare ldd_include_ldd_3001 = 1;
#end

#ifdef(ldd_3001)
#else

#macro ldd_3001(materials, decorations, transformations)
    #local ldd_brick_3001_surface_count = 1;
    #local ldd_brick_3001_bone_count = 0;
    #local ldd_brick_3001_vertex_count = 560;
    #local ldd_brick_3001_normal_count = 560;
    #local ldd_brick_3001_face_count = 532;
    #local ldd_brick_3001_uv_vertex_count = 0;
    #local ldd_brick_3001_uv_face_count = 0;
    #local ldd_brick_3001_group_count = 13;
    #local ldd_brick_3001_edge_count = 882;
    #local ldd_brick_3001_bb_min = <-0.40000,0.00000,-1.20000>;
    #local ldd_brick_3001_bb_max = <2.80000,1.13800,0.40000>;

    #local ldd_brick_3001_surfaces = array[1]{<0,0>}
    #local ldd_brick_3001_bones = array[1]
    #local ldd_brick_3001_bone_indices = array[1]
    #local ldd_brick_3001_vertices = array[560]{<-0.40000,0.96000,0.40000,0,2>,<2.80000,0.96000,0.40000,0,2>,<-0.40000,0.96000,-1.20000,0,2>,<2.80000,0.96000,-1.20000,0,2>,<2.80000,0.00000,-1.20000,0,2>,<2.80000,0.96000,-1.20000,0,2>,<2.80000,0.00000,0.40000,0,2>,<2.80000,0.96000,0.40000,0,2>,<-0.40000,0.00000,-1.20000,0,2>,<-0.40000,0.96000,-1.20000,0,2>,<2.80000,0.00000,-1.20000,0,2>,<2.80000,0.96000,-1.20000,0,2>,<-0.40000,0.00000,0.40000,0,2>,<-0.40000,0.96000,0.40000,0,2>,<-0.40000,0.00000,-1.20000,0,2>,<-0.40000,0.96000,-1.20000,0,2>,<2.80000,0.00000,0.40000,0,2>,<2.80000,0.96000,0.40000,0,2>,<-0.40000,0.00000,0.40000,0,2>,<-0.40000,0.96000,0.40000,0,2>,<0.40000,0.85000,-0.15500,0,8>,<0.40000,0.00000,-0.15500,0,8>,<0.27750,0.85000,-0.18782,0,8>,<0.27750,0.00000,-0.18782,0,8>,<0.18782,0.85000,-0.27750,0,8>,<0.18782,0.00000,-0.27750,0,8>,<0.15500,0.85000,-0.40000,0,8>,<0.15500,0.00000,-0.40000,0,8>,<0.18782,0.85000,-0.52250,0,8>,<0.18782,0.00000,-0.52250,0,8>,<0.27750,0.85000,-0.61218,0,8>,<0.27750,0.00000,-0.61218,0,8>,<0.40000,0.85000,-0.64500,0,8>,<0.40000,0.00000,-0.64500,0,8>,<0.52250,0.85000,-0.61218,0,8>,<0.52250,0.00000,-0.61218,0,8>,<0.61218,0.85000,-0.52250,0,8>,<0.61218,0.00000,-0.52250,0,8>,<0.64500,0.00000,-0.40000,0,8>,<0.64500,0.85000,-0.40000,0,8>,<0.61218,0.85000,-0.27750,0,8>,<0.61218,0.00000,-0.27750,0,8>,<0.52250,0.85000,-0.18782,0,8>,<0.52250,0.00000,-0.18782,0,8>,<0.15500,0.00000,-0.40000,0,8>,<0.18782,0.00000,-0.27750,0,8>,<0.11421,0.00000,-0.23500,0,8>,<0.18782,0.00000,-0.52250,0,8>,<0.07000,0.00000,-0.40000,0,8>,<0.27750,0.00000,-0.61218,0,8>,<0.11421,0.00000,-0.56500,0,8>,<0.40000,0.00000,-0.64500,0,8>,<0.23500,0.00000,-0.68579,0,8>,<0.52250,0.00000,-0.61218,0,8>,<0.40000,0.00000,-0.73000,0,8>,<0.61218,0.00000,-0.52250,0,8>,<0.56500,0.00000,-0.68579,0,8>,<0.68579,0.00000,-0.56500,0,8>,<0.64500,0.00000,-0.40000,0,8>,<0.73000,0.00000,-0.40000,0,8>,<0.61218,0.00000,-0.27750,0,8>,<0.68579,0.00000,-0.23500,0,8>,<0.52250,0.00000,-0.18782,0,8>,<0.40000,0.00000,-0.15500,0,8>,<0.56500,0.00000,-0.11421,0,8>,<0.40000,0.00000,-0.07000,0,8>,<0.27750,0.00000,-0.18782,0,8>,<0.23500,0.00000,-0.11421,0,8>,<1.20000,0.85000,-0.15500,0,8>,<1.20000,0.00000,-0.15500,0,8>,<1.07750,0.85000,-0.18782,0,8>,<1.07750,0.00000,-0.18782,0,8>,<0.98782,0.85000,-0.27750,0,8>,<0.98782,0.00000,-0.27750,0,8>,<0.95500,0.85000,-0.40000,0,8>,<0.95500,0.00000,-0.40000,0,8>,<0.98782,0.85000,-0.52250,0,8>,<0.98782,0.00000,-0.52250,0,8>,<1.07750,0.85000,-0.61218,0,8>,<1.07750,0.00000,-0.61218,0,8>,<1.20000,0.85000,-0.64500,0,8>,<1.20000,0.00000,-0.64500,0,8>,<1.32250,0.85000,-0.61218,0,8>,<1.32250,0.00000,-0.61218,0,8>,<1.41218,0.85000,-0.52250,0,8>,<1.41218,0.00000,-0.52250,0,8>,<1.44500,0.00000,-0.40000,0,8>,<1.44500,0.85000,-0.40000,0,8>,<1.41218,0.85000,-0.27750,0,8>,<1.41218,0.00000,-0.27750,0,8>,<1.32250,0.85000,-0.18782,0,8>,<1.32250,0.00000,-0.18782,0,8>,<0.95500,0.00000,-0.40000,0,8>,<0.98782,0.00000,-0.27750,0,8>,<0.91421,0.00000,-0.23500,0,8>,<0.98782,0.00000,-0.52250,0,8>,<0.87000,0.00000,-0.40000,0,8>,<1.07750,0.00000,-0.61218,0,8>,<0.91421,0.00000,-0.56500,0,8>,<1.20000,0.00000,-0.64500,0,8>,<1.03500,0.00000,-0.68579,0,8>,<1.32250,0.00000,-0.61218,0,8>,<1.20000,0.00000,-0.73000,0,8>,<1.41218,0.00000,-0.52250,0,8>,<1.36500,0.00000,-0.68579,0,8>,<1.48579,0.00000,-0.56500,0,8>,<1.44500,0.00000,-0.40000,0,8>,<1.53000,0.00000,-0.40000,0,8>,<1.41218,0.00000,-0.27750,0,8>,<1.48579,0.00000,-0.23500,0,8>,<1.32250,0.00000,-0.18782,0,8>,<1.20000,0.00000,-0.15500,0,8>,<1.36500,0.00000,-0.11421,0,8>,<1.20000,0.00000,-0.07000,0,8>,<1.07750,0.00000,-0.18782,0,8>,<1.03500,0.00000,-0.11421,0,8>,<2.00000,0.85000,-0.15500,0,8>,<2.00000,0.00000,-0.15500,0,8>,<1.87750,0.85000,-0.18782,0,8>,<1.87750,0.00000,-0.18782,0,8>,<1.78782,0.85000,-0.27750,0,8>,<1.78782,0.00000,-0.27750,0,8>,<1.75500,0.85000,-0.40000,0,8>,<1.75500,0.00000,-0.40000,0,8>,<1.78782,0.85000,-0.52250,0,8>,<1.78782,0.00000,-0.52250,0,8>,<1.87750,0.85000,-0.61218,0,8>,<1.87750,0.00000,-0.61218,0,8>,<2.00000,0.85000,-0.64500,0,8>,<2.00000,0.00000,-0.64500,0,8>,<2.12250,0.85000,-0.61218,0,8>,<2.12250,0.00000,-0.61218,0,8>,<2.21218,0.85000,-0.52250,0,8>,<2.21218,0.00000,-0.52250,0,8>,<2.24500,0.00000,-0.40000,0,8>,<2.24500,0.85000,-0.40000,0,8>,<2.21218,0.85000,-0.27750,0,8>,<2.21218,0.00000,-0.27750,0,8>,<2.12250,0.85000,-0.18782,0,8>,<2.12250,0.00000,-0.18782,0,8>,<1.75500,0.00000,-0.40000,0,8>,<1.78782,0.00000,-0.27750,0,8>,<1.71421,0.00000,-0.23500,0,8>,<1.78782,0.00000,-0.52250,0,8>,<1.67000,0.00000,-0.40000,0,8>,<1.87750,0.00000,-0.61218,0,8>,<1.71421,0.00000,-0.56500,0,8>,<2.00000,0.00000,-0.64500,0,8>,<1.83500,0.00000,-0.68579,0,8>,<2.12250,0.00000,-0.61218,0,8>,<2.00000,0.00000,-0.73000,0,8>,<2.21218,0.00000,-0.52250,0,8>,<2.16500,0.00000,-0.68579,0,8>,<2.28579,0.00000,-0.56500,0,8>,<2.24500,0.00000,-0.40000,0,8>,<2.33000,0.00000,-0.40000,0,8>,<2.21218,0.00000,-0.27750,0,8>,<2.28579,0.00000,-0.23500,0,8>,<2.12250,0.00000,-0.18782,0,8>,<2.00000,0.00000,-0.15500,0,8>,<2.16500,0.00000,-0.11421,0,8>,<2.00000,0.00000,-0.07000,0,8>,<1.87750,0.00000,-0.18782,0,8>,<1.83500,0.00000,-0.11421,0,8>,<2.33000,0.85000,-0.40000,0,4>,<2.33000,0.00000,-0.40000,0,4>,<2.28579,0.85000,-0.56500,0,4>,<2.28579,0.00000,-0.56500,0,4>,<2.28579,0.85000,-0.23500,0,4>,<2.28579,0.00000,-0.23500,0,4>,<2.16500,0.85000,-0.11421,0,4>,<2.16500,0.00000,-0.11421,0,4>,<2.00000,0.85000,-0.07000,0,4>,<2.00000,0.00000,-0.07000,0,4>,<1.83500,0.85000,-0.11421,0,4>,<1.83500,0.00000,-0.11421,0,4>,<1.71421,0.85000,-0.23500,0,4>,<1.71421,0.00000,-0.23500,0,4>,<1.67000,0.85000,-0.40000,0,4>,<1.67000,0.00000,-0.40000,0,4>,<1.71421,0.85000,-0.56500,0,4>,<1.71421,0.00000,-0.56500,0,4>,<1.83500,0.85000,-0.68579,0,4>,<1.83500,0.00000,-0.68579,0,4>,<2.00000,0.85000,-0.73000,0,4>,<2.00000,0.00000,-0.73000,0,4>,<2.16500,0.85000,-0.68579,0,4>,<2.16500,0.00000,-0.68579,0,4>,<1.53000,0.85000,-0.40000,0,4>,<1.53000,0.00000,-0.40000,0,4>,<1.48579,0.85000,-0.56500,0,4>,<1.48579,0.00000,-0.56500,0,4>,<1.48579,0.85000,-0.23500,0,4>,<1.48579,0.00000,-0.23500,0,4>,<1.36500,0.85000,-0.11421,0,4>,<1.36500,0.00000,-0.11421,0,4>,<1.20000,0.85000,-0.07000,0,4>,<1.20000,0.00000,-0.07000,0,4>,<1.03500,0.85000,-0.11421,0,4>,<1.03500,0.00000,-0.11421,0,4>,<0.91421,0.85000,-0.23500,0,4>,<0.91421,0.00000,-0.23500,0,4>,<0.87000,0.85000,-0.40000,0,4>,<0.87000,0.00000,-0.40000,0,4>,<0.91421,0.85000,-0.56500,0,4>,<0.91421,0.00000,-0.56500,0,4>,<1.03500,0.85000,-0.68579,0,4>,<1.03500,0.00000,-0.68579,0,4>,<1.20000,0.85000,-0.73000,0,4>,<1.20000,0.00000,-0.73000,0,4>,<1.36500,0.85000,-0.68579,0,4>,<1.36500,0.00000,-0.68579,0,4>,<0.73000,0.85000,-0.40000,0,4>,<0.73000,0.00000,-0.40000,0,4>,<0.68579,0.85000,-0.56500,0,4>,<0.68579,0.00000,-0.56500,0,4>,<0.68579,0.85000,-0.23500,0,4>,<0.68579,0.00000,-0.23500,0,4>,<0.56500,0.85000,-0.11421,0,4>,<0.56500,0.00000,-0.11421,0,4>,<0.40000,0.85000,-0.07000,0,4>,<0.40000,0.00000,-0.07000,0,4>,<0.23500,0.85000,-0.11421,0,4>,<0.23500,0.00000,-0.11421,0,4>,<0.11421,0.85000,-0.23500,0,4>,<0.11421,0.00000,-0.23500,0,4>,<0.07000,0.85000,-0.40000,0,4>,<0.07000,0.00000,-0.40000,0,4>,<0.11421,0.85000,-0.56500,0,4>,<0.11421,0.00000,-0.56500,0,4>,<0.23500,0.85000,-0.68579,0,4>,<0.23500,0.00000,-0.68579,0,4>,<0.40000,0.85000,-0.73000,0,4>,<0.40000,0.00000,-0.73000,0,4>,<0.56500,0.85000,-0.68579,0,4>,<0.56500,0.00000,-0.68579,0,4>,<2.67500,0.85000,0.25000,0,4>,<-0.25000,0.85000,0.25000,0,4>,<2.67500,0.85000,-1.05000,0,4>,<-0.25000,0.85000,-1.05000,0,4>,<2.67500,0.85000,-1.05000,0,4>,<2.67500,0.00000,-1.05000,0,4>,<2.67500,0.85000,0.25000,0,4>,<2.67500,0.00000,0.25000,0,4>,<-0.25000,0.85000,-1.05000,0,4>,<-0.25000,0.00000,-1.05000,0,4>,<2.67500,0.85000,-1.05000,0,4>,<2.67500,0.00000,-1.05000,0,4>,<-0.25000,0.85000,0.25000,0,4>,<-0.25000,0.00000,0.25000,0,4>,<-0.25000,0.85000,-1.05000,0,4>,<-0.25000,0.00000,-1.05000,0,4>,<2.67500,0.85000,0.25000,0,4>,<2.67500,0.00000,0.25000,0,4>,<-0.25000,0.85000,0.25000,0,4>,<-0.25000,0.00000,0.25000,0,4>,<2.67500,0.00000,0.25000,0,4>,<2.67500,0.00000,-1.05000,0,4>,<2.80000,0.00000,-1.20000,0,4>,<2.80000,0.00000,0.40000,0,4>,<-0.25000,0.00000,0.25000,0,4>,<-0.40000,0.00000,0.40000,0,4>,<-0.25000,0.00000,-1.05000,0,4>,<-0.40000,0.00000,-1.20000,0,4>,<0.21218,0.96000,0.12250,0,1>,<0.21218,1.13800,0.12250,0,1>,<0.12250,0.96000,0.21218,0,1>,<0.12250,1.13800,0.21218,0,1>,<0.00000,0.96000,0.24500,0,1>,<0.00000,1.13800,0.24500,0,1>,<-0.12250,0.96000,0.21218,0,1>,<-0.12250,1.13800,0.21218,0,1>,<-0.21218,0.96000,0.12250,0,1>,<-0.21218,1.13800,0.12250,0,1>,<-0.24500,0.96000,0.00000,0,1>,<-0.24500,1.13800,0.00000,0,1>,<-0.21218,0.96000,-0.12250,0,1>,<-0.21218,1.13800,-0.12250,0,1>,<-0.12250,0.96000,-0.21218,0,1>,<-0.12250,1.13800,-0.21218,0,1>,<0.00000,0.96000,-0.24500,0,1>,<0.00000,1.13800,-0.24500,0,1>,<0.12250,0.96000,-0.21218,0,1>,<0.12250,1.13800,-0.21218,0,1>,<0.21218,0.96000,-0.12250,0,1>,<0.21218,1.13800,-0.12250,0,1>,<0.24500,0.96000,0.00000,0,1>,<0.24500,1.13800,0.00000,0,1>,<0.21218,1.13800,0.12250,0,1>,<0.00000,1.13800,0.00000,0,1>,<0.12250,1.13800,0.21218,0,1>,<0.00000,1.13800,0.24500,0,1>,<-0.12250,1.13800,0.21218,0,1>,<-0.21218,1.13800,0.12250,0,1>,<-0.24500,1.13800,0.00000,0,1>,<-0.21218,1.13800,-0.12250,0,1>,<-0.12250,1.13800,-0.21218,0,1>,<0.00000,1.13800,-0.24500,0,1>,<0.12250,1.13800,-0.21218,0,1>,<0.21218,1.13800,-0.12250,0,1>,<0.24500,1.13800,0.00000,0,1>,<1.01218,0.96000,0.12250,0,1>,<1.01218,1.13800,0.12250,0,1>,<0.92250,0.96000,0.21218,0,1>,<0.92250,1.13800,0.21218,0,1>,<0.80000,0.96000,0.24500,0,1>,<0.80000,1.13800,0.24500,0,1>,<0.67750,0.96000,0.21218,0,1>,<0.67750,1.13800,0.21218,0,1>,<0.58782,0.96000,0.12250,0,1>,<0.58782,1.13800,0.12250,0,1>,<0.55500,0.96000,0.00000,0,1>,<0.55500,1.13800,0.00000,0,1>,<0.58782,0.96000,-0.12250,0,1>,<0.58782,1.13800,-0.12250,0,1>,<0.67750,0.96000,-0.21218,0,1>,<0.67750,1.13800,-0.21218,0,1>,<0.80000,0.96000,-0.24500,0,1>,<0.80000,1.13800,-0.24500,0,1>,<0.92250,0.96000,-0.21218,0,1>,<0.92250,1.13800,-0.21218,0,1>,<1.01218,0.96000,-0.12250,0,1>,<1.01218,1.13800,-0.12250,0,1>,<1.04500,0.96000,0.00000,0,1>,<1.04500,1.13800,0.00000,0,1>,<1.01218,1.13800,0.12250,0,1>,<0.80000,1.13800,0.00000,0,1>,<0.92250,1.13800,0.21218,0,1>,<0.80000,1.13800,0.24500,0,1>,<0.67750,1.13800,0.21218,0,1>,<0.58782,1.13800,0.12250,0,1>,<0.55500,1.13800,0.00000,0,1>,<0.58782,1.13800,-0.12250,0,1>,<0.67750,1.13800,-0.21218,0,1>,<0.80000,1.13800,-0.24500,0,1>,<0.92250,1.13800,-0.21218,0,1>,<1.01218,1.13800,-0.12250,0,1>,<1.04500,1.13800,0.00000,0,1>,<1.81218,0.96000,0.12250,0,1>,<1.81218,1.13800,0.12250,0,1>,<1.72250,0.96000,0.21218,0,1>,<1.72250,1.13800,0.21218,0,1>,<1.60000,0.96000,0.24500,0,1>,<1.60000,1.13800,0.24500,0,1>,<1.47750,0.96000,0.21218,0,1>,<1.47750,1.13800,0.21218,0,1>,<1.38782,0.96000,0.12250,0,1>,<1.38782,1.13800,0.12250,0,1>,<1.35500,0.96000,0.00000,0,1>,<1.35500,1.13800,0.00000,0,1>,<1.38782,0.96000,-0.12250,0,1>,<1.38782,1.13800,-0.12250,0,1>,<1.47750,0.96000,-0.21218,0,1>,<1.47750,1.13800,-0.21218,0,1>,<1.60000,0.96000,-0.24500,0,1>,<1.60000,1.13800,-0.24500,0,1>,<1.72250,0.96000,-0.21218,0,1>,<1.72250,1.13800,-0.21218,0,1>,<1.81218,0.96000,-0.12250,0,1>,<1.81218,1.13800,-0.12250,0,1>,<1.84500,0.96000,0.00000,0,1>,<1.84500,1.13800,0.00000,0,1>,<1.81218,1.13800,0.12250,0,1>,<1.60000,1.13800,0.00000,0,1>,<1.72250,1.13800,0.21218,0,1>,<1.60000,1.13800,0.24500,0,1>,<1.47750,1.13800,0.21218,0,1>,<1.38782,1.13800,0.12250,0,1>,<1.35500,1.13800,0.00000,0,1>,<1.38782,1.13800,-0.12250,0,1>,<1.47750,1.13800,-0.21218,0,1>,<1.60000,1.13800,-0.24500,0,1>,<1.72250,1.13800,-0.21218,0,1>,<1.81218,1.13800,-0.12250,0,1>,<1.84500,1.13800,0.00000,0,1>,<2.61218,0.96000,0.12250,0,1>,<2.61218,1.13800,0.12250,0,1>,<2.52250,0.96000,0.21218,0,1>,<2.52250,1.13800,0.21218,0,1>,<2.40000,0.96000,0.24500,0,1>,<2.40000,1.13800,0.24500,0,1>,<2.27750,0.96000,0.21218,0,1>,<2.27750,1.13800,0.21218,0,1>,<2.18782,0.96000,0.12250,0,1>,<2.18782,1.13800,0.12250,0,1>,<2.15500,0.96000,0.00000,0,1>,<2.15500,1.13800,0.00000,0,1>,<2.18782,0.96000,-0.12250,0,1>,<2.18782,1.13800,-0.12250,0,1>,<2.27750,0.96000,-0.21218,0,1>,<2.27750,1.13800,-0.21218,0,1>,<2.40000,0.96000,-0.24500,0,1>,<2.40000,1.13800,-0.24500,0,1>,<2.52250,0.96000,-0.21218,0,1>,<2.52250,1.13800,-0.21218,0,1>,<2.61218,0.96000,-0.12250,0,1>,<2.61218,1.13800,-0.12250,0,1>,<2.64500,0.96000,0.00000,0,1>,<2.64500,1.13800,0.00000,0,1>,<2.61218,1.13800,0.12250,0,1>,<2.40000,1.13800,0.00000,0,1>,<2.52250,1.13800,0.21218,0,1>,<2.40000,1.13800,0.24500,0,1>,<2.27750,1.13800,0.21218,0,1>,<2.18782,1.13800,0.12250,0,1>,<2.15500,1.13800,0.00000,0,1>,<2.18782,1.13800,-0.12250,0,1>,<2.27750,1.13800,-0.21218,0,1>,<2.40000,1.13800,-0.24500,0,1>,<2.52250,1.13800,-0.21218,0,1>,<2.61218,1.13800,-0.12250,0,1>,<2.64500,1.13800,0.00000,0,1>,<0.21218,0.96000,-0.67750,0,1>,<0.21218,1.13800,-0.67750,0,1>,<0.12250,0.96000,-0.58782,0,1>,<0.12250,1.13800,-0.58782,0,1>,<0.00000,0.96000,-0.55500,0,1>,<0.00000,1.13800,-0.55500,0,1>,<-0.12250,0.96000,-0.58782,0,1>,<-0.12250,1.13800,-0.58782,0,1>,<-0.21218,0.96000,-0.67750,0,1>,<-0.21218,1.13800,-0.67750,0,1>,<-0.24500,0.96000,-0.80000,0,1>,<-0.24500,1.13800,-0.80000,0,1>,<-0.21218,0.96000,-0.92250,0,1>,<-0.21218,1.13800,-0.92250,0,1>,<-0.12250,0.96000,-1.01218,0,1>,<-0.12250,1.13800,-1.01218,0,1>,<0.00000,0.96000,-1.04500,0,1>,<0.00000,1.13800,-1.04500,0,1>,<0.12250,0.96000,-1.01218,0,1>,<0.12250,1.13800,-1.01218,0,1>,<0.21218,0.96000,-0.92250,0,1>,<0.21218,1.13800,-0.92250,0,1>,<0.24500,0.96000,-0.80000,0,1>,<0.24500,1.13800,-0.80000,0,1>,<0.21218,1.13800,-0.67750,0,1>,<0.00000,1.13800,-0.80000,0,1>,<0.12250,1.13800,-0.58782,0,1>,<0.00000,1.13800,-0.55500,0,1>,<-0.12250,1.13800,-0.58782,0,1>,<-0.21218,1.13800,-0.67750,0,1>,<-0.24500,1.13800,-0.80000,0,1>,<-0.21218,1.13800,-0.92250,0,1>,<-0.12250,1.13800,-1.01218,0,1>,<0.00000,1.13800,-1.04500,0,1>,<0.12250,1.13800,-1.01218,0,1>,<0.21218,1.13800,-0.92250,0,1>,<0.24500,1.13800,-0.80000,0,1>,<1.01218,0.96000,-0.67750,0,1>,<1.01218,1.13800,-0.67750,0,1>,<0.92250,0.96000,-0.58782,0,1>,<0.92250,1.13800,-0.58782,0,1>,<0.80000,0.96000,-0.55500,0,1>,<0.80000,1.13800,-0.55500,0,1>,<0.67750,0.96000,-0.58782,0,1>,<0.67750,1.13800,-0.58782,0,1>,<0.58782,0.96000,-0.67750,0,1>,<0.58782,1.13800,-0.67750,0,1>,<0.55500,0.96000,-0.80000,0,1>,<0.55500,1.13800,-0.80000,0,1>,<0.58782,0.96000,-0.92250,0,1>,<0.58782,1.13800,-0.92250,0,1>,<0.67750,0.96000,-1.01218,0,1>,<0.67750,1.13800,-1.01218,0,1>,<0.80000,0.96000,-1.04500,0,1>,<0.80000,1.13800,-1.04500,0,1>,<0.92250,0.96000,-1.01218,0,1>,<0.92250,1.13800,-1.01218,0,1>,<1.01218,0.96000,-0.92250,0,1>,<1.01218,1.13800,-0.92250,0,1>,<1.04500,0.96000,-0.80000,0,1>,<1.04500,1.13800,-0.80000,0,1>,<1.01218,1.13800,-0.67750,0,1>,<0.80000,1.13800,-0.80000,0,1>,<0.92250,1.13800,-0.58782,0,1>,<0.80000,1.13800,-0.55500,0,1>,<0.67750,1.13800,-0.58782,0,1>,<0.58782,1.13800,-0.67750,0,1>,<0.55500,1.13800,-0.80000,0,1>,<0.58782,1.13800,-0.92250,0,1>,<0.67750,1.13800,-1.01218,0,1>,<0.80000,1.13800,-1.04500,0,1>,<0.92250,1.13800,-1.01218,0,1>,<1.01218,1.13800,-0.92250,0,1>,<1.04500,1.13800,-0.80000,0,1>,<1.81218,0.96000,-0.67750,0,1>,<1.81218,1.13800,-0.67750,0,1>,<1.72250,0.96000,-0.58782,0,1>,<1.72250,1.13800,-0.58782,0,1>,<1.60000,0.96000,-0.55500,0,1>,<1.60000,1.13800,-0.55500,0,1>,<1.47750,0.96000,-0.58782,0,1>,<1.47750,1.13800,-0.58782,0,1>,<1.38782,0.96000,-0.67750,0,1>,<1.38782,1.13800,-0.67750,0,1>,<1.35500,0.96000,-0.80000,0,1>,<1.35500,1.13800,-0.80000,0,1>,<1.38782,0.96000,-0.92250,0,1>,<1.38782,1.13800,-0.92250,0,1>,<1.47750,0.96000,-1.01218,0,1>,<1.47750,1.13800,-1.01218,0,1>,<1.60000,0.96000,-1.04500,0,1>,<1.60000,1.13800,-1.04500,0,1>,<1.72250,0.96000,-1.01218,0,1>,<1.72250,1.13800,-1.01218,0,1>,<1.81218,0.96000,-0.92250,0,1>,<1.81218,1.13800,-0.92250,0,1>,<1.84500,0.96000,-0.80000,0,1>,<1.84500,1.13800,-0.80000,0,1>,<1.81218,1.13800,-0.67750,0,1>,<1.60000,1.13800,-0.80000,0,1>,<1.72250,1.13800,-0.58782,0,1>,<1.60000,1.13800,-0.55500,0,1>,<1.47750,1.13800,-0.58782,0,1>,<1.38782,1.13800,-0.67750,0,1>,<1.35500,1.13800,-0.80000,0,1>,<1.38782,1.13800,-0.92250,0,1>,<1.47750,1.13800,-1.01218,0,1>,<1.60000,1.13800,-1.04500,0,1>,<1.72250,1.13800,-1.01218,0,1>,<1.81218,1.13800,-0.92250,0,1>,<1.84500,1.13800,-0.80000,0,1>,<2.61218,0.96000,-0.67750,0,1>,<2.61218,1.13800,-0.67750,0,1>,<2.52250,0.96000,-0.58782,0,1>,<2.52250,1.13800,-0.58782,0,1>,<2.40000,0.96000,-0.55500,0,1>,<2.40000,1.13800,-0.55500,0,1>,<2.27750,0.96000,-0.58782,0,1>,<2.27750,1.13800,-0.58782,0,1>,<2.18782,0.96000,-0.67750,0,1>,<2.18782,1.13800,-0.67750,0,1>,<2.15500,0.96000,-0.80000,0,1>,<2.15500,1.13800,-0.80000,0,1>,<2.18782,0.96000,-0.92250,0,1>,<2.18782,1.13800,-0.92250,0,1>,<2.27750,0.96000,-1.01218,0,1>,<2.27750,1.13800,-1.01218,0,1>,<2.40000,0.96000,-1.04500,0,1>,<2.40000,1.13800,-1.04500,0,1>,<2.52250,0.96000,-1.01218,0,1>,<2.52250,1.13800,-1.01218,0,1>,<2.61218,0.96000,-0.92250,0,1>,<2.61218,1.13800,-0.92250,0,1>,<2.64500,0.96000,-0.80000,0,1>,<2.64500,1.13800,-0.80000,0,1>,<2.61218,1.13800,-0.67750,0,1>,<2.40000,1.13800,-0.80000,0,1>,<2.52250,1.13800,-0.58782,0,1>,<2.40000,1.13800,-0.55500,0,1>,<2.27750,1.13800,-0.58782,0,1>,<2.18782,1.13800,-0.67750,0,1>,<2.15500,1.13800,-0.80000,0,1>,<2.18782,1.13800,-0.92250,0,1>,<2.27750,1.13800,-1.01218,0,1>,<2.40000,1.13800,-1.04500,0,1>,<2.52250,1.13800,-1.01218,0,1>,<2.61218,1.13800,-0.92250,0,1>,<2.64500,1.13800,-0.80000,0,1>}
    #local ldd_brick_3001_normal_vectors = array[560]{<0.00000,1.00000,0.00000,0,2>,<0.00000,1.00000,0.00000,0,2>,<0.00000,1.00000,0.00000,0,2>,<0.00000,1.00000,0.00000,0,2>,<1.00000,0.00000,0.00000,0,2>,<1.00000,0.00000,0.00000,0,2>,<1.00000,0.00000,0.00000,0,2>,<1.00000,0.00000,0.00000,0,2>,<0.00000,0.00000,-1.00000,0,2>,<0.00000,0.00000,-1.00000,0,2>,<0.00000,0.00000,-1.00000,0,2>,<0.00000,0.00000,-1.00000,0,2>,<-1.00000,0.00000,0.00000,0,2>,<-1.00000,0.00000,0.00000,0,2>,<-1.00000,0.00000,0.00000,0,2>,<-1.00000,0.00000,0.00000,0,2>,<0.00000,0.00000,1.00000,0,2>,<0.00000,0.00000,1.00000,0,2>,<0.00000,0.00000,1.00000,0,2>,<0.00000,0.00000,1.00000,0,2>,<-0.08896,0.00000,-0.99604,0,8>,<0.08896,0.00000,-0.99604,0,8>,<0.42097,0.00000,-0.90707,0,8>,<0.57506,0.00000,-0.81811,0,8>,<0.81811,0.00000,-0.57506,0,8>,<0.90707,0.00000,-0.42097,0,8>,<0.99604,0.00000,-0.08896,0,8>,<0.99604,0.00000,0.08896,0,8>,<0.90707,0.00000,0.42097,0,8>,<0.81811,0.00000,0.57506,0,8>,<0.57506,0.00000,0.81811,0,8>,<0.42097,0.00000,0.90707,0,8>,<0.08896,0.00000,0.99603,0,8>,<-0.08896,0.00000,0.99603,0,8>,<-0.42097,0.00000,0.90707,0,8>,<-0.57506,0.00000,0.81811,0,8>,<-0.81811,0.00000,0.57506,0,8>,<-0.90707,0.00000,0.42097,0,8>,<-0.99604,0.00000,-0.08896,0,8>,<-0.99604,0.00000,0.08896,0,8>,<-0.90707,0.00000,-0.42097,0,8>,<-0.81811,0.00000,-0.57506,0,8>,<-0.57506,0.00000,-0.81811,0,8>,<-0.42097,0.00000,-0.90707,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<-0.08896,0.00000,-0.99604,0,8>,<0.08896,0.00000,-0.99604,0,8>,<0.42097,0.00000,-0.90707,0,8>,<0.57506,0.00000,-0.81811,0,8>,<0.81811,0.00000,-0.57506,0,8>,<0.90707,0.00000,-0.42097,0,8>,<0.99604,0.00000,-0.08896,0,8>,<0.99604,0.00000,0.08896,0,8>,<0.90707,0.00000,0.42097,0,8>,<0.81811,0.00000,0.57506,0,8>,<0.57506,0.00000,0.81811,0,8>,<0.42097,0.00000,0.90707,0,8>,<0.08896,0.00000,0.99603,0,8>,<-0.08896,0.00000,0.99603,0,8>,<-0.42097,0.00000,0.90707,0,8>,<-0.57506,0.00000,0.81811,0,8>,<-0.81811,0.00000,0.57506,0,8>,<-0.90707,0.00000,0.42097,0,8>,<-0.99604,0.00000,-0.08896,0,8>,<-0.99604,0.00000,0.08896,0,8>,<-0.90707,0.00000,-0.42097,0,8>,<-0.81811,0.00000,-0.57506,0,8>,<-0.57506,0.00000,-0.81811,0,8>,<-0.42097,0.00000,-0.90707,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<-0.08896,0.00000,-0.99604,0,8>,<0.08896,0.00000,-0.99604,0,8>,<0.42097,0.00000,-0.90707,0,8>,<0.57506,0.00000,-0.81811,0,8>,<0.81811,0.00000,-0.57506,0,8>,<0.90707,0.00000,-0.42097,0,8>,<0.99604,0.00000,-0.08896,0,8>,<0.99604,0.00000,0.08896,0,8>,<0.90707,0.00000,0.42097,0,8>,<0.81811,0.00000,0.57506,0,8>,<0.57506,0.00000,0.81811,0,8>,<0.42097,0.00000,0.90707,0,8>,<0.08896,0.00000,0.99603,0,8>,<-0.08896,0.00000,0.99603,0,8>,<-0.42097,0.00000,0.90707,0,8>,<-0.57506,0.00000,0.81811,0,8>,<-0.81811,0.00000,0.57506,0,8>,<-0.90707,0.00000,0.42097,0,8>,<-0.99604,0.00000,-0.08896,0,8>,<-0.99604,0.00000,0.08896,0,8>,<-0.90707,0.00000,-0.42097,0,8>,<-0.81811,0.00000,-0.57506,0,8>,<-0.57506,0.00000,-0.81811,0,8>,<-0.42097,0.00000,-0.90707,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.00000,-1.00000,0.00000,0,8>,<0.99604,0.00000,0.08896,0,4>,<0.99604,0.00000,-0.08896,0,4>,<0.90707,0.00000,-0.42097,0,4>,<0.81811,0.00000,-0.57506,0,4>,<0.81811,0.00000,0.57506,0,4>,<0.90707,0.00000,0.42097,0,4>,<0.42097,0.00000,0.90707,0,4>,<0.57506,0.00000,0.81811,0,4>,<-0.08896,0.00000,0.99604,0,4>,<0.08896,0.00000,0.99604,0,4>,<-0.57506,0.00000,0.81811,0,4>,<-0.42097,0.00000,0.90707,0,4>,<-0.90707,0.00000,0.42097,0,4>,<-0.81811,0.00000,0.57506,0,4>,<-0.99604,0.00000,-0.08896,0,4>,<-0.99604,0.00000,0.08896,0,4>,<-0.81811,0.00000,-0.57506,0,4>,<-0.90707,0.00000,-0.42097,0,4>,<-0.42097,0.00000,-0.90707,0,4>,<-0.57506,0.00000,-0.81811,0,4>,<0.08896,0.00000,-0.99604,0,4>,<-0.08896,0.00000,-0.99603,0,4>,<0.57506,0.00000,-0.81811,0,4>,<0.42097,0.00000,-0.90707,0,4>,<0.99604,0.00000,0.08896,0,4>,<0.99604,0.00000,-0.08896,0,4>,<0.90707,0.00000,-0.42097,0,4>,<0.81811,0.00000,-0.57506,0,4>,<0.81811,0.00000,0.57506,0,4>,<0.90707,0.00000,0.42097,0,4>,<0.42097,0.00000,0.90707,0,4>,<0.57506,0.00000,0.81811,0,4>,<-0.08896,0.00000,0.99604,0,4>,<0.08896,0.00000,0.99604,0,4>,<-0.57506,0.00000,0.81811,0,4>,<-0.42097,0.00000,0.90707,0,4>,<-0.90707,0.00000,0.42097,0,4>,<-0.81811,0.00000,0.57506,0,4>,<-0.99604,0.00000,-0.08896,0,4>,<-0.99604,0.00000,0.08896,0,4>,<-0.81811,0.00000,-0.57506,0,4>,<-0.90707,0.00000,-0.42097,0,4>,<-0.42097,0.00000,-0.90707,0,4>,<-0.57506,0.00000,-0.81811,0,4>,<0.08896,0.00000,-0.99604,0,4>,<-0.08896,0.00000,-0.99604,0,4>,<0.57506,0.00000,-0.81811,0,4>,<0.42097,0.00000,-0.90707,0,4>,<0.99604,0.00000,0.08896,0,4>,<0.99604,0.00000,-0.08896,0,4>,<0.90707,0.00000,-0.42097,0,4>,<0.81811,0.00000,-0.57506,0,4>,<0.81811,0.00000,0.57506,0,4>,<0.90707,0.00000,0.42097,0,4>,<0.42097,0.00000,0.90707,0,4>,<0.57506,0.00000,0.81811,0,4>,<-0.08896,0.00000,0.99604,0,4>,<0.08896,0.00000,0.99604,0,4>,<-0.57506,0.00000,0.81811,0,4>,<-0.42097,0.00000,0.90707,0,4>,<-0.90707,0.00000,0.42097,0,4>,<-0.81811,0.00000,0.57506,0,4>,<-0.99604,0.00000,-0.08896,0,4>,<-0.99604,0.00000,0.08896,0,4>,<-0.81811,0.00000,-0.57506,0,4>,<-0.90707,0.00000,-0.42097,0,4>,<-0.42097,0.00000,-0.90707,0,4>,<-0.57506,0.00000,-0.81811,0,4>,<0.08896,0.00000,-0.99604,0,4>,<-0.08896,0.00000,-0.99604,0,4>,<0.57506,0.00000,-0.81811,0,4>,<0.42097,0.00000,-0.90707,0,4>,<0.00000,-1.00000,0.00000,0,4>,<0.00000,-1.00000,0.00000,0,4>,<0.00000,-1.00000,0.00000,0,4>,<0.00000,-1.00000,0.00000,0,4>,<-1.00000,0.00000,0.00000,0,4>,<-1.00000,0.00000,0.00000,0,4>,<-1.00000,0.00000,0.00000,0,4>,<-1.00000,0.00000,0.00000,0,4>,<0.00000,0.00000,1.00000,0,4>,<0.00000,0.00000,1.00000,0,4>,<0.00000,0.00000,1.00000,0,4>,<0.00000,0.00000,1.00000,0,4>,<1.00000,0.00000,0.00000,0,4>,<1.00000,0.00000,0.00000,0,4>,<1.00000,0.00000,0.00000,0,4>,<1.00000,0.00000,0.00000,0,4>,<0.00000,0.00000,-1.00000,0,4>,<0.00000,0.00000,-1.00000,0,4>,<0.00000,0.00000,-1.00000,0,4>,<0.00000,0.00000,-1.00000,0,4>,<0.00000,-1.00000,0.00000,0,4>,<0.00000,-1.00000,0.00000,0,4>,<0.00000,-1.00000,0.00000,0,4>,<0.00000,-1.00000,0.00000,0,4>,<0.00000,-1.00000,0.00000,0,4>,<0.00000,-1.00000,0.00000,0,4>,<0.00000,-1.00000,0.00000,0,4>,<0.00000,-1.00000,0.00000,0,4>,<0.90707,0.00000,0.42097,0,1>,<0.81811,0.00000,0.57506,0,1>,<0.57506,0.00000,0.81811,0,1>,<0.42097,0.00000,0.90707,0,1>,<0.08896,0.00000,0.99603,0,1>,<-0.08896,0.00000,0.99604,0,1>,<-0.42097,0.00000,0.90707,0,1>,<-0.57506,0.00000,0.81811,0,1>,<-0.81811,0.00000,0.57506,0,1>,<-0.90707,0.00000,0.42097,0,1>,<-0.99604,0.00000,0.08896,0,1>,<-0.99604,0.00000,-0.08896,0,1>,<-0.90707,0.00000,-0.42097,0,1>,<-0.81811,0.00000,-0.57506,0,1>,<-0.57506,0.00000,-0.81811,0,1>,<-0.42097,0.00000,-0.90707,0,1>,<-0.08896,0.00000,-0.99604,0,1>,<0.08896,0.00000,-0.99604,0,1>,<0.42097,0.00000,-0.90707,0,1>,<0.57506,0.00000,-0.81811,0,1>,<0.81811,0.00000,-0.57506,0,1>,<0.90707,0.00000,-0.42097,0,1>,<0.99604,0.00000,-0.08896,0,1>,<0.99603,0.00000,0.08896,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.90707,0.00000,0.42097,0,1>,<0.81811,0.00000,0.57506,0,1>,<0.57506,0.00000,0.81811,0,1>,<0.42097,0.00000,0.90707,0,1>,<0.08896,0.00000,0.99603,0,1>,<-0.08896,0.00000,0.99604,0,1>,<-0.42097,0.00000,0.90707,0,1>,<-0.57506,0.00000,0.81811,0,1>,<-0.81811,0.00000,0.57506,0,1>,<-0.90707,0.00000,0.42097,0,1>,<-0.99604,0.00000,0.08896,0,1>,<-0.99604,0.00000,-0.08896,0,1>,<-0.90707,0.00000,-0.42097,0,1>,<-0.81811,0.00000,-0.57506,0,1>,<-0.57506,0.00000,-0.81811,0,1>,<-0.42097,0.00000,-0.90707,0,1>,<-0.08896,0.00000,-0.99603,0,1>,<0.08896,0.00000,-0.99604,0,1>,<0.42097,0.00000,-0.90707,0,1>,<0.57506,0.00000,-0.81811,0,1>,<0.81811,0.00000,-0.57506,0,1>,<0.90707,0.00000,-0.42097,0,1>,<0.99604,0.00000,-0.08896,0,1>,<0.99603,0.00000,0.08896,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.90707,0.00000,0.42097,0,1>,<0.81811,0.00000,0.57506,0,1>,<0.57506,0.00000,0.81811,0,1>,<0.42097,0.00000,0.90707,0,1>,<0.08896,0.00000,0.99603,0,1>,<-0.08896,0.00000,0.99604,0,1>,<-0.42097,0.00000,0.90707,0,1>,<-0.57506,0.00000,0.81811,0,1>,<-0.81811,0.00000,0.57506,0,1>,<-0.90707,0.00000,0.42097,0,1>,<-0.99604,0.00000,0.08896,0,1>,<-0.99604,0.00000,-0.08896,0,1>,<-0.90707,0.00000,-0.42097,0,1>,<-0.81811,0.00000,-0.57506,0,1>,<-0.57506,0.00000,-0.81811,0,1>,<-0.42097,0.00000,-0.90707,0,1>,<-0.08896,0.00000,-0.99604,0,1>,<0.08896,0.00000,-0.99604,0,1>,<0.42097,0.00000,-0.90707,0,1>,<0.57506,0.00000,-0.81811,0,1>,<0.81811,0.00000,-0.57506,0,1>,<0.90707,0.00000,-0.42097,0,1>,<0.99604,0.00000,-0.08896,0,1>,<0.99603,0.00000,0.08896,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.90707,0.00000,0.42097,0,1>,<0.81811,0.00000,0.57506,0,1>,<0.57506,0.00000,0.81811,0,1>,<0.42097,0.00000,0.90707,0,1>,<0.08896,0.00000,0.99603,0,1>,<-0.08896,0.00000,0.99604,0,1>,<-0.42097,0.00000,0.90707,0,1>,<-0.57506,0.00000,0.81811,0,1>,<-0.81811,0.00000,0.57506,0,1>,<-0.90707,0.00000,0.42097,0,1>,<-0.99604,0.00000,0.08896,0,1>,<-0.99604,0.00000,-0.08896,0,1>,<-0.90707,0.00000,-0.42097,0,1>,<-0.81811,0.00000,-0.57506,0,1>,<-0.57506,0.00000,-0.81811,0,1>,<-0.42097,0.00000,-0.90707,0,1>,<-0.08896,0.00000,-0.99603,0,1>,<0.08896,0.00000,-0.99604,0,1>,<0.42097,0.00000,-0.90707,0,1>,<0.57506,0.00000,-0.81811,0,1>,<0.81811,0.00000,-0.57506,0,1>,<0.90707,0.00000,-0.42097,0,1>,<0.99604,0.00000,-0.08896,0,1>,<0.99603,0.00000,0.08896,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.90707,0.00000,0.42097,0,1>,<0.81811,0.00000,0.57506,0,1>,<0.57506,0.00000,0.81811,0,1>,<0.42097,0.00000,0.90707,0,1>,<0.08896,0.00000,0.99603,0,1>,<-0.08896,0.00000,0.99604,0,1>,<-0.42097,0.00000,0.90707,0,1>,<-0.57506,0.00000,0.81811,0,1>,<-0.81811,0.00000,0.57506,0,1>,<-0.90707,0.00000,0.42097,0,1>,<-0.99604,0.00000,0.08896,0,1>,<-0.99604,0.00000,-0.08896,0,1>,<-0.90707,0.00000,-0.42097,0,1>,<-0.81811,0.00000,-0.57506,0,1>,<-0.57506,0.00000,-0.81811,0,1>,<-0.42097,0.00000,-0.90707,0,1>,<-0.08896,0.00000,-0.99603,0,1>,<0.08896,0.00000,-0.99603,0,1>,<0.42097,0.00000,-0.90707,0,1>,<0.57506,0.00000,-0.81811,0,1>,<0.81811,0.00000,-0.57506,0,1>,<0.90707,0.00000,-0.42097,0,1>,<0.99604,0.00000,-0.08896,0,1>,<0.99603,0.00000,0.08896,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.90707,0.00000,0.42097,0,1>,<0.81811,0.00000,0.57506,0,1>,<0.57506,0.00000,0.81811,0,1>,<0.42097,0.00000,0.90707,0,1>,<0.08896,0.00000,0.99603,0,1>,<-0.08896,0.00000,0.99604,0,1>,<-0.42097,0.00000,0.90707,0,1>,<-0.57506,0.00000,0.81811,0,1>,<-0.81811,0.00000,0.57506,0,1>,<-0.90707,0.00000,0.42097,0,1>,<-0.99604,0.00000,0.08896,0,1>,<-0.99604,0.00000,-0.08896,0,1>,<-0.90707,0.00000,-0.42097,0,1>,<-0.81811,0.00000,-0.57506,0,1>,<-0.57506,0.00000,-0.81811,0,1>,<-0.42097,0.00000,-0.90707,0,1>,<-0.08896,0.00000,-0.99603,0,1>,<0.08896,0.00000,-0.99603,0,1>,<0.42097,0.00000,-0.90707,0,1>,<0.57506,0.00000,-0.81811,0,1>,<0.81811,0.00000,-0.57506,0,1>,<0.90707,0.00000,-0.42097,0,1>,<0.99604,0.00000,-0.08896,0,1>,<0.99604,0.00000,0.08896,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.90707,0.00000,0.42097,0,1>,<0.81811,0.00000,0.57506,0,1>,<0.57506,0.00000,0.81811,0,1>,<0.42097,0.00000,0.90707,0,1>,<0.08896,0.00000,0.99603,0,1>,<-0.08896,0.00000,0.99604,0,1>,<-0.42097,0.00000,0.90707,0,1>,<-0.57506,0.00000,0.81811,0,1>,<-0.81811,0.00000,0.57506,0,1>,<-0.90707,0.00000,0.42097,0,1>,<-0.99604,0.00000,0.08896,0,1>,<-0.99604,0.00000,-0.08896,0,1>,<-0.90707,0.00000,-0.42097,0,1>,<-0.81811,0.00000,-0.57506,0,1>,<-0.57506,0.00000,-0.81811,0,1>,<-0.42097,0.00000,-0.90707,0,1>,<-0.08896,0.00000,-0.99603,0,1>,<0.08896,0.00000,-0.99603,0,1>,<0.42097,0.00000,-0.90707,0,1>,<0.57506,0.00000,-0.81811,0,1>,<0.81811,0.00000,-0.57506,0,1>,<0.90707,0.00000,-0.42097,0,1>,<0.99604,0.00000,-0.08896,0,1>,<0.99604,0.00000,0.08896,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.90707,0.00000,0.42097,0,1>,<0.81811,0.00000,0.57506,0,1>,<0.57506,0.00000,0.81811,0,1>,<0.42097,0.00000,0.90707,0,1>,<0.08896,0.00000,0.99603,0,1>,<-0.08896,0.00000,0.99604,0,1>,<-0.42097,0.00000,0.90707,0,1>,<-0.57506,0.00000,0.81811,0,1>,<-0.81811,0.00000,0.57506,0,1>,<-0.90707,0.00000,0.42097,0,1>,<-0.99604,0.00000,0.08896,0,1>,<-0.99604,0.00000,-0.08896,0,1>,<-0.90707,0.00000,-0.42097,0,1>,<-0.81811,0.00000,-0.57506,0,1>,<-0.57506,0.00000,-0.81811,0,1>,<-0.42097,0.00000,-0.90707,0,1>,<-0.08896,0.00000,-0.99603,0,1>,<0.08896,0.00000,-0.99603,0,1>,<0.42097,0.00000,-0.90707,0,1>,<0.57506,0.00000,-0.81811,0,1>,<0.81811,0.00000,-0.57506,0,1>,<0.90707,0.00000,-0.42097,0,1>,<0.99604,0.00000,-0.08896,0,1>,<0.99604,0.00000,0.08896,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>,<0.00000,1.00000,0.00000,0,1>}
    #local ldd_brick_3001_face_indices = array[532]{<0,1,2,0,2>,<1,3,2,0,2>,<4,5,6,0,2>,<5,7,6,0,2>,<8,9,10,0,2>,<9,11,10,0,2>,<12,13,14,0,2>,<13,15,14,0,2>,<16,17,18,0,2>,<17,19,18,0,2>,<20,21,22,0,8>,<21,23,22,0,8>,<22,23,24,0,8>,<23,25,24,0,8>,<24,25,26,0,8>,<25,27,26,0,8>,<26,27,28,0,8>,<27,29,28,0,8>,<28,29,30,0,8>,<29,31,30,0,8>,<30,31,32,0,8>,<31,33,32,0,8>,<32,33,34,0,8>,<33,35,34,0,8>,<34,35,36,0,8>,<35,37,36,0,8>,<38,39,37,0,8>,<39,36,37,0,8>,<39,38,40,0,8>,<38,41,40,0,8>,<40,41,42,0,8>,<41,43,42,0,8>,<42,43,20,0,8>,<43,21,20,0,8>,<44,45,46,0,8>,<47,44,48,0,8>,<49,47,50,0,8>,<51,49,52,0,8>,<53,51,54,0,8>,<55,53,56,0,8>,<57,58,55,0,8>,<59,60,58,0,8>,<61,62,60,0,8>,<63,62,64,0,8>,<65,66,63,0,8>,<45,66,67,0,8>,<44,46,48,0,8>,<47,48,50,0,8>,<49,50,52,0,8>,<51,52,54,0,8>,<53,54,56,0,8>,<55,56,57,0,8>,<57,59,58,0,8>,<59,61,60,0,8>,<61,64,62,0,8>,<63,64,65,0,8>,<65,67,66,0,8>,<45,67,46,0,8>,<68,69,70,0,8>,<69,71,70,0,8>,<70,71,72,0,8>,<71,73,72,0,8>,<72,73,74,0,8>,<73,75,74,0,8>,<74,75,76,0,8>,<75,77,76,0,8>,<76,77,78,0,8>,<77,79,78,0,8>,<78,79,80,0,8>,<79,81,80,0,8>,<80,81,82,0,8>,<81,83,82,0,8>,<82,83,84,0,8>,<83,85,84,0,8>,<86,87,85,0,8>,<87,84,85,0,8>,<87,86,88,0,8>,<86,89,88,0,8>,<88,89,90,0,8>,<89,91,90,0,8>,<90,91,68,0,8>,<91,69,68,0,8>,<92,93,94,0,8>,<95,92,96,0,8>,<97,95,98,0,8>,<99,97,100,0,8>,<101,99,102,0,8>,<103,101,104,0,8>,<105,106,103,0,8>,<107,108,106,0,8>,<109,110,108,0,8>,<111,110,112,0,8>,<113,114,111,0,8>,<93,114,115,0,8>,<92,94,96,0,8>,<95,96,98,0,8>,<97,98,100,0,8>,<99,100,102,0,8>,<101,102,104,0,8>,<103,104,105,0,8>,<105,107,106,0,8>,<107,109,108,0,8>,<109,112,110,0,8>,<111,112,113,0,8>,<113,115,114,0,8>,<93,115,94,0,8>,<116,117,118,0,8>,<117,119,118,0,8>,<118,119,120,0,8>,<119,121,120,0,8>,<120,121,122,0,8>,<121,123,122,0,8>,<122,123,124,0,8>,<123,125,124,0,8>,<124,125,126,0,8>,<125,127,126,0,8>,<126,127,128,0,8>,<127,129,128,0,8>,<128,129,130,0,8>,<129,131,130,0,8>,<130,131,132,0,8>,<131,133,132,0,8>,<134,135,133,0,8>,<135,132,133,0,8>,<135,134,136,0,8>,<134,137,136,0,8>,<136,137,138,0,8>,<137,139,138,0,8>,<138,139,116,0,8>,<139,117,116,0,8>,<140,141,142,0,8>,<143,140,144,0,8>,<145,143,146,0,8>,<147,145,148,0,8>,<149,147,150,0,8>,<151,149,152,0,8>,<153,154,151,0,8>,<155,156,154,0,8>,<157,158,156,0,8>,<159,158,160,0,8>,<161,162,159,0,8>,<141,162,163,0,8>,<140,142,144,0,8>,<143,144,146,0,8>,<145,146,148,0,8>,<147,148,150,0,8>,<149,150,152,0,8>,<151,152,153,0,8>,<153,155,154,0,8>,<155,157,156,0,8>,<157,160,158,0,8>,<159,160,161,0,8>,<161,163,162,0,8>,<141,163,142,0,8>,<164,165,166,0,4>,<165,167,166,0,4>,<168,169,164,0,4>,<169,165,164,0,4>,<170,171,168,0,4>,<171,169,168,0,4>,<172,173,170,0,4>,<173,171,170,0,4>,<174,175,172,0,4>,<175,173,172,0,4>,<176,177,174,0,4>,<177,175,174,0,4>,<178,179,176,0,4>,<179,177,176,0,4>,<180,181,178,0,4>,<181,179,178,0,4>,<182,183,180,0,4>,<183,181,180,0,4>,<184,185,182,0,4>,<185,183,182,0,4>,<186,187,184,0,4>,<187,185,184,0,4>,<166,167,186,0,4>,<167,187,186,0,4>,<188,189,190,0,4>,<189,191,190,0,4>,<192,193,188,0,4>,<193,189,188,0,4>,<194,195,192,0,4>,<195,193,192,0,4>,<196,197,194,0,4>,<197,195,194,0,4>,<198,199,196,0,4>,<199,197,196,0,4>,<200,201,198,0,4>,<201,199,198,0,4>,<202,203,200,0,4>,<203,201,200,0,4>,<204,205,202,0,4>,<205,203,202,0,4>,<206,207,204,0,4>,<207,205,204,0,4>,<208,209,206,0,4>,<209,207,206,0,4>,<210,211,208,0,4>,<211,209,208,0,4>,<190,191,210,0,4>,<191,211,210,0,4>,<212,213,214,0,4>,<213,215,214,0,4>,<216,217,212,0,4>,<217,213,212,0,4>,<218,219,216,0,4>,<219,217,216,0,4>,<220,221,218,0,4>,<221,219,218,0,4>,<222,223,220,0,4>,<223,221,220,0,4>,<224,225,222,0,4>,<225,223,222,0,4>,<226,227,224,0,4>,<227,225,224,0,4>,<228,229,226,0,4>,<229,227,226,0,4>,<230,231,228,0,4>,<231,229,228,0,4>,<232,233,230,0,4>,<233,231,230,0,4>,<234,235,232,0,4>,<235,233,232,0,4>,<214,215,234,0,4>,<215,235,234,0,4>,<236,237,238,0,4>,<237,239,238,0,4>,<240,241,242,0,4>,<241,243,242,0,4>,<244,245,246,0,4>,<245,247,246,0,4>,<248,249,250,0,4>,<249,251,250,0,4>,<252,253,254,0,4>,<253,255,254,0,4>,<256,257,258,0,4>,<258,259,256,0,4>,<256,259,260,0,4>,<261,260,259,0,4>,<260,261,262,0,4>,<263,262,261,0,4>,<262,263,257,0,4>,<258,257,263,0,4>,<264,265,266,0,1>,<266,265,267,0,1>,<266,267,268,0,1>,<268,267,269,0,1>,<268,269,270,0,1>,<270,269,271,0,1>,<270,271,272,0,1>,<272,271,273,0,1>,<272,273,274,0,1>,<274,273,275,0,1>,<274,275,276,0,1>,<276,275,277,0,1>,<276,277,278,0,1>,<278,277,279,0,1>,<278,279,280,0,1>,<280,279,281,0,1>,<280,281,282,0,1>,<282,281,283,0,1>,<282,283,284,0,1>,<284,283,285,0,1>,<284,285,286,0,1>,<286,285,287,0,1>,<286,287,264,0,1>,<264,287,265,0,1>,<288,289,290,0,1>,<290,289,291,0,1>,<291,289,292,0,1>,<292,289,293,0,1>,<293,289,294,0,1>,<294,289,295,0,1>,<295,289,296,0,1>,<296,289,297,0,1>,<297,289,298,0,1>,<298,289,299,0,1>,<299,289,300,0,1>,<300,289,288,0,1>,<301,302,303,0,1>,<303,302,304,0,1>,<303,304,305,0,1>,<305,304,306,0,1>,<305,306,307,0,1>,<307,306,308,0,1>,<307,308,309,0,1>,<309,308,310,0,1>,<309,310,311,0,1>,<311,310,312,0,1>,<311,312,313,0,1>,<313,312,314,0,1>,<313,314,315,0,1>,<315,314,316,0,1>,<315,316,317,0,1>,<317,316,318,0,1>,<317,318,319,0,1>,<319,318,320,0,1>,<319,320,321,0,1>,<321,320,322,0,1>,<321,322,323,0,1>,<323,322,324,0,1>,<323,324,301,0,1>,<301,324,302,0,1>,<325,326,327,0,1>,<327,326,328,0,1>,<328,326,329,0,1>,<329,326,330,0,1>,<330,326,331,0,1>,<331,326,332,0,1>,<332,326,333,0,1>,<333,326,334,0,1>,<334,326,335,0,1>,<335,326,336,0,1>,<336,326,337,0,1>,<337,326,325,0,1>,<338,339,340,0,1>,<340,339,341,0,1>,<340,341,342,0,1>,<342,341,343,0,1>,<342,343,344,0,1>,<344,343,345,0,1>,<344,345,346,0,1>,<346,345,347,0,1>,<346,347,348,0,1>,<348,347,349,0,1>,<348,349,350,0,1>,<350,349,351,0,1>,<350,351,352,0,1>,<352,351,353,0,1>,<352,353,354,0,1>,<354,353,355,0,1>,<354,355,356,0,1>,<356,355,357,0,1>,<356,357,358,0,1>,<358,357,359,0,1>,<358,359,360,0,1>,<360,359,361,0,1>,<360,361,338,0,1>,<338,361,339,0,1>,<362,363,364,0,1>,<364,363,365,0,1>,<365,363,366,0,1>,<366,363,367,0,1>,<367,363,368,0,1>,<368,363,369,0,1>,<369,363,370,0,1>,<370,363,371,0,1>,<371,363,372,0,1>,<372,363,373,0,1>,<373,363,374,0,1>,<374,363,362,0,1>,<375,376,377,0,1>,<377,376,378,0,1>,<377,378,379,0,1>,<379,378,380,0,1>,<379,380,381,0,1>,<381,380,382,0,1>,<381,382,383,0,1>,<383,382,384,0,1>,<383,384,385,0,1>,<385,384,386,0,1>,<385,386,387,0,1>,<387,386,388,0,1>,<387,388,389,0,1>,<389,388,390,0,1>,<389,390,391,0,1>,<391,390,392,0,1>,<391,392,393,0,1>,<393,392,394,0,1>,<393,394,395,0,1>,<395,394,396,0,1>,<395,396,397,0,1>,<397,396,398,0,1>,<397,398,375,0,1>,<375,398,376,0,1>,<399,400,401,0,1>,<401,400,402,0,1>,<402,400,403,0,1>,<403,400,404,0,1>,<404,400,405,0,1>,<405,400,406,0,1>,<406,400,407,0,1>,<407,400,408,0,1>,<408,400,409,0,1>,<409,400,410,0,1>,<410,400,411,0,1>,<411,400,399,0,1>,<412,413,414,0,1>,<414,413,415,0,1>,<414,415,416,0,1>,<416,415,417,0,1>,<416,417,418,0,1>,<418,417,419,0,1>,<418,419,420,0,1>,<420,419,421,0,1>,<420,421,422,0,1>,<422,421,423,0,1>,<422,423,424,0,1>,<424,423,425,0,1>,<424,425,426,0,1>,<426,425,427,0,1>,<426,427,428,0,1>,<428,427,429,0,1>,<428,429,430,0,1>,<430,429,431,0,1>,<430,431,432,0,1>,<432,431,433,0,1>,<432,433,434,0,1>,<434,433,435,0,1>,<434,435,412,0,1>,<412,435,413,0,1>,<436,437,438,0,1>,<438,437,439,0,1>,<439,437,440,0,1>,<440,437,441,0,1>,<441,437,442,0,1>,<442,437,443,0,1>,<443,437,444,0,1>,<444,437,445,0,1>,<445,437,446,0,1>,<446,437,447,0,1>,<447,437,448,0,1>,<448,437,436,0,1>,<449,450,451,0,1>,<451,450,452,0,1>,<451,452,453,0,1>,<453,452,454,0,1>,<453,454,455,0,1>,<455,454,456,0,1>,<455,456,457,0,1>,<457,456,458,0,1>,<457,458,459,0,1>,<459,458,460,0,1>,<459,460,461,0,1>,<461,460,462,0,1>,<461,462,463,0,1>,<463,462,464,0,1>,<463,464,465,0,1>,<465,464,466,0,1>,<465,466,467,0,1>,<467,466,468,0,1>,<467,468,469,0,1>,<469,468,470,0,1>,<469,470,471,0,1>,<471,470,472,0,1>,<471,472,449,0,1>,<449,472,450,0,1>,<473,474,475,0,1>,<475,474,476,0,1>,<476,474,477,0,1>,<477,474,478,0,1>,<478,474,479,0,1>,<479,474,480,0,1>,<480,474,481,0,1>,<481,474,482,0,1>,<482,474,483,0,1>,<483,474,484,0,1>,<484,474,485,0,1>,<485,474,473,0,1>,<486,487,488,0,1>,<488,487,489,0,1>,<488,489,490,0,1>,<490,489,491,0,1>,<490,491,492,0,1>,<492,491,493,0,1>,<492,493,494,0,1>,<494,493,495,0,1>,<494,495,496,0,1>,<496,495,497,0,1>,<496,497,498,0,1>,<498,497,499,0,1>,<498,499,500,0,1>,<500,499,501,0,1>,<500,501,502,0,1>,<502,501,503,0,1>,<502,503,504,0,1>,<504,503,505,0,1>,<504,505,506,0,1>,<506,505,507,0,1>,<506,507,508,0,1>,<508,507,509,0,1>,<508,509,486,0,1>,<486,509,487,0,1>,<510,511,512,0,1>,<512,511,513,0,1>,<513,511,514,0,1>,<514,511,515,0,1>,<515,511,516,0,1>,<516,511,517,0,1>,<517,511,518,0,1>,<518,511,519,0,1>,<519,511,520,0,1>,<520,511,521,0,1>,<521,511,522,0,1>,<522,511,510,0,1>,<523,524,525,0,1>,<525,524,526,0,1>,<525,526,527,0,1>,<527,526,528,0,1>,<527,528,529,0,1>,<529,528,530,0,1>,<529,530,531,0,1>,<531,530,532,0,1>,<531,532,533,0,1>,<533,532,534,0,1>,<533,534,535,0,1>,<535,534,536,0,1>,<535,536,537,0,1>,<537,536,538,0,1>,<537,538,539,0,1>,<539,538,540,0,1>,<539,540,541,0,1>,<541,540,542,0,1>,<541,542,543,0,1>,<543,542,544,0,1>,<543,544,545,0,1>,<545,544,546,0,1>,<545,546,523,0,1>,<523,546,524,0,1>,<547,548,549,0,1>,<549,548,550,0,1>,<550,548,551,0,1>,<551,548,552,0,1>,<552,548,553,0,1>,<553,548,554,0,1>,<554,548,555,0,1>,<555,548,556,0,1>,<556,548,557,0,1>,<557,548,558,0,1>,<558,548,559,0,1>,<559,548,547,0,1>}
    #local ldd_brick_3001_uv_vertices = array[1]
    #local ldd_brick_3001_uv_indices = array[1]
    #local ldd_brick_3001_groups = array[13][7]{{ 2, 0, 20, 0, 10, -1, -1 }, { 8, 20, 48, 10, 48, 0, 20 }, { 8, 68, 48, 58, 48, 0, 22 }, { 8, 116, 48, 106, 48, 0, 24 }, { 4, 164, 100, 154, 90, -1, -1 }, { 1, 264, 37, 244, 36, 1, 28 }, { 1, 301, 37, 280, 36, 1, 30 }, { 1, 338, 37, 316, 36, 1, 32 }, { 1, 375, 37, 352, 36, 1, 34 }, { 1, 412, 37, 388, 36, 1, 10 }, { 1, 449, 37, 424, 36, 1, 12 }, { 1, 486, 37, 460, 36, 1, 14 }, { 1, 523, 37, 496, 36, 1, 16 }}
    #local ldd_brick_3001_edges = array[882][12]{{ 241, 6, 263, 261, 262, 14, 12, 13, 0.00000, 0.00000, 4, 2 }, { 4, 7, 8, 9, 10, 14, 15, 13, 0.00000, 0.00000, 2, 2 }, { 7, 6, 14, 13, 15, 14, 13, 12, 1.00000, 1.00000, 2, 2 }, { 241, 242, 263, 262, 261, 263, 262, 257, 1.00000, 1.00000, 4, 4 }, { 243, 242, 263, 257, 258, 263, 257, 262, 1.00000, 1.00000, 4, 4 }, { 4, 243, 8, 10, 9, 263, 258, 257, 0.00000, 0.00000, 2, 4 }, { 6, 9, 12, 13, 14, 18, 19, 17, 0.00000, 0.00000, 2, 2 }, { 241, 240, 261, 262, 263, 261, 262, 260, 1.00000, 1.00000, 4, 4 }, { 240, 239, 261, 260, 262, 261, 260, 259, 1.00000, 1.00000, 4, 4 }, { 239, 8, 261, 259, 260, 18, 16, 17, 0.00000, 0.00000, 4, 2 }, { 8, 9, 18, 17, 16, 18, 17, 19, 1.00000, 1.00000, 2, 2 }, { 7, 0, 15, 13, 14, 2, 0, 1, 0.00000, 0.00000, 2, 2 }, { 4, 5, 9, 10, 8, 9, 10, 11, 1.00000, 1.00000, 2, 2 }, { 5, 1, 9, 11, 10, 2, 3, 1, 0.00000, 0.00000, 2, 2 }, { 1, 0, 2, 1, 3, 2, 1, 0, 1.00000, 1.00000, 2, 2 }, { 0, 9, 0, 1, 2, 19, 17, 18, 0.00000, 0.00000, 2, 2 }, { 233, 240, 251, 249, 250, 262, 260, 261, 0.00000, 0.00000, 4, 4 }, { 233, 230, 251, 250, 249, 245, 244, 246, 0.00000, 0.00000, 4, 4 }, { 242, 231, 262, 257, 263, 245, 247, 246, 0.00000, 0.00000, 4, 4 }, { 231, 230, 245, 246, 247, 245, 246, 244, 1.00000, 1.00000, 4, 4 }, { 233, 232, 249, 250, 251, 249, 250, 248, 1.00000, 1.00000, 4, 4 }, { 235, 232, 255, 254, 253, 249, 248, 250, 0.00000, 0.00000, 4, 4 }, { 235, 238, 255, 253, 254, 260, 256, 259, 0.00000, 0.00000, 4, 4 }, { 239, 238, 260, 259, 261, 260, 259, 256, 1.00000, 1.00000, 4, 4 }, { 227, 232, 239, 237, 238, 250, 248, 249, 0.00000, 0.00000, 4, 4 }, { 230, 227, 244, 246, 245, 239, 238, 237, 0.00000, 0.00000, 4, 4 }, { 234, 235, 254, 253, 252, 254, 253, 255, 1.00000, 1.00000, 4, 4 }, { 227, 226, 237, 238, 239, 237, 238, 236, 1.00000, 1.00000, 4, 4 }, { 226, 234, 237, 236, 238, 254, 252, 253, 0.00000, 0.00000, 4, 4 }, { 398, 397, 422, 423, 424, 422, 423, 421, 1.00001, 1.00001, 1, 1 }, { 398, -1, 422, 424, 423, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 396, -1, 422, 420, 421, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 396, 397, 422, 421, 420, 422, 421, 423, 1.00001, 0.99999, 1, 1 }, { 253, 254, 274, 275, 273, 274, 275, 276, 1.00001, 1.00001, 1, 1 }, { 254, -1, 274, 276, 275, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 252, -1, 274, 272, 273, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 253, 252, 274, 273, 275, 274, 273, 272, 1.00001, 0.99999, 1, 1 }, { 398, 399, 423, 424, 422, 423, 424, 425, 1.00001, 0.99999, 1, 1 }, { 399, 417, 423, 425, 424, 442, 443, 437, 0.00000, 0.00000, 1, 1 }, { 397, 416, 423, 421, 422, 442, 441, 437, 0.00000, 0.00000, 1, 1 }, { 417, 416, 442, 437, 443, 442, 437, 441, 1.00000, 1.00000, 1, 1 }, { 254, 255, 275, 276, 274, 275, 276, 277, 1.00001, 0.99999, 1, 1 }, { 255, 273, 275, 277, 276, 294, 295, 289, 0.00000, 0.00000, 1, 1 }, { 272, 253, 294, 293, 289, 275, 273, 274, 0.00000, 0.00000, 1, 1 }, { 272, 273, 294, 289, 293, 294, 289, 295, 1.00000, 1.00000, 1, 1 }, { 400, 399, 424, 425, 426, 424, 425, 423, 0.99999, 1.00000, 1, 1 }, { 400, -1, 424, 426, 425, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 395, 396, 420, 421, 419, 420, 421, 422, 1.00000, 0.99999, 1, 1 }, { 394, -1, 420, 418, 419, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 394, 395, 420, 419, 418, 420, 419, 421, 1.00000, 1.00000, 1, 1 }, { 256, 255, 276, 277, 278, 276, 277, 275, 0.99999, 1.00000, 1, 1 }, { 256, -1, 276, 278, 277, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 252, 251, 272, 273, 274, 272, 273, 271, 1.00000, 0.99999, 1, 1 }, { 250, -1, 272, 270, 271, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 251, 250, 272, 271, 273, 272, 271, 270, 1.00000, 1.00000, 1, 1 }, { 401, 400, 425, 426, 427, 425, 426, 424, 1.00000, 1.00000, 1, 1 }, { 401, 418, 425, 427, 426, 443, 444, 437, 0.00000, 0.00000, 1, 1 }, { 418, 417, 443, 437, 444, 443, 437, 442, 1.00000, 1.00000, 1, 1 }, { 395, 415, 421, 419, 420, 441, 440, 437, 0.00000, 0.00000, 1, 1 }, { 416, 415, 441, 437, 442, 441, 437, 440, 1.00000, 1.00000, 1, 1 }, { 256, 257, 277, 278, 276, 277, 278, 279, 1.00000, 1.00000, 1, 1 }, { 257, 274, 277, 279, 278, 295, 296, 289, 0.00000, 0.00000, 1, 1 }, { 273, 274, 295, 289, 294, 295, 289, 296, 1.00000, 1.00000, 1, 1 }, { 251, 271, 273, 271, 272, 293, 292, 289, 0.00000, 0.00000, 1, 1 }, { 271, 272, 293, 289, 292, 293, 289, 294, 1.00000, 1.00000, 1, 1 }, { 402, 401, 426, 427, 428, 426, 427, 425, 1.00000, 0.99999, 1, 1 }, { 402, -1, 426, 428, 427, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 394, 393, 418, 419, 420, 418, 419, 417, 0.99999, 1.00000, 1, 1 }, { 392, -1, 418, 416, 417, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 392, 393, 418, 417, 416, 418, 417, 419, 0.99999, 1.00001, 1, 1 }, { 258, 257, 278, 279, 280, 278, 279, 277, 1.00000, 0.99999, 1, 1 }, { 258, -1, 278, 280, 279, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 249, 250, 270, 271, 269, 270, 271, 272, 0.99999, 1.00000, 1, 1 }, { 248, -1, 270, 268, 269, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 248, 249, 270, 269, 268, 270, 269, 271, 0.99999, 1.00001, 1, 1 }, { 402, 403, 427, 428, 426, 427, 428, 429, 0.99999, 0.99999, 1, 1 }, { 403, 419, 427, 429, 428, 444, 445, 437, 0.00000, 0.00000, 1, 1 }, { 418, 419, 444, 437, 443, 444, 437, 445, 1.00000, 1.00000, 1, 1 }, { 415, 414, 440, 437, 441, 440, 437, 439, 1.00000, 1.00000, 1, 1 }, { 393, 414, 419, 417, 418, 440, 439, 437, 0.00000, 0.00000, 1, 1 }, { 258, 259, 279, 280, 278, 279, 280, 281, 0.99999, 1.00001, 1, 1 }, { 259, 275, 279, 281, 280, 296, 297, 289, 0.00000, 0.00000, 1, 1 }, { 275, 274, 296, 289, 297, 296, 289, 295, 1.00000, 1.00000, 1, 1 }, { 270, 271, 292, 289, 291, 292, 289, 293, 1.00000, 1.00000, 1, 1 }, { 270, 249, 292, 291, 289, 271, 269, 270, 0.00000, 0.00000, 1, 1 }, { 404, 403, 428, 429, 430, 428, 429, 427, 0.99999, 0.99999, 1, 1 }, { 404, -1, 428, 430, 429, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 392, 391, 416, 417, 418, 416, 417, 415, 0.99999, 1.00001, 1, 1 }, { 390, -1, 416, 414, 415, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 391, 390, 416, 415, 417, 416, 415, 414, 0.99999, 0.99999, 1, 1 }, { 260, 259, 280, 281, 282, 280, 281, 279, 1.00001, 1.00001, 1, 1 }, { 260, -1, 280, 282, 281, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 247, 248, 268, 269, 267, 268, 269, 270, 0.99999, 1.00001, 1, 1 }, { 246, -1, 268, 266, 267, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 246, 247, 268, 267, 266, 268, 267, 269, 0.99999, 0.99999, 1, 1 }, { 419, 420, 445, 437, 444, 445, 437, 446, 1.00000, 1.00000, 1, 1 }, { 405, 404, 429, 430, 431, 429, 430, 428, 0.99999, 0.99999, 1, 1 }, { 420, 405, 445, 446, 437, 429, 431, 430, 0.00000, 0.00000, 1, 1 }, { 414, 413, 437, 439, 440, 437, 439, 438, 1.00000, 1.00000, 1, 1 }, { 421, 420, 437, 446, 447, 437, 446, 445, 1.00000, 1.00000, 1, 1 }, { 412, 413, 437, 438, 436, 437, 438, 439, 1.00000, 1.00000, 1, 1 }, { 421, 422, 437, 447, 446, 437, 447, 448, 1.00000, 1.00000, 1, 1 }, { 423, 412, 437, 436, 448, 437, 436, 438, 1.00000, 1.00000, 1, 1 }, { 423, 422, 437, 448, 436, 437, 448, 447, 1.00000, 1.00000, 1, 1 }, { 413, 391, 439, 438, 437, 417, 415, 416, 0.00000, 0.00000, 1, 1 }, { 275, 276, 297, 289, 296, 297, 289, 298, 1.00000, 1.00000, 1, 1 }, { 260, 261, 281, 282, 280, 281, 282, 283, 1.00001, 0.99999, 1, 1 }, { 276, 261, 297, 298, 289, 281, 283, 282, 0.00000, 0.00000, 1, 1 }, { 269, 270, 289, 291, 290, 289, 291, 292, 1.00000, 1.00000, 1, 1 }, { 277, 276, 289, 298, 299, 289, 298, 297, 1.00000, 1.00000, 1, 1 }, { 268, 269, 289, 290, 288, 289, 290, 291, 1.00000, 1.00000, 1, 1 }, { 277, 278, 289, 299, 298, 289, 299, 300, 1.00000, 1.00000, 1, 1 }, { 268, 279, 289, 288, 290, 289, 288, 300, 1.00000, 1.00000, 1, 1 }, { 279, 278, 289, 300, 288, 289, 300, 299, 1.00000, 1.00000, 1, 1 }, { 247, 269, 269, 267, 268, 291, 290, 289, 0.00000, 0.00000, 1, 1 }, { 217, 214, 227, 226, 229, 227, 226, 224, 1.00001, 1.00001, 4, 4 }, { 217, 47, 227, 229, 226, 48, 50, 47, 0.00000, 0.00000, 4, 8 }, { 215, 46, 227, 225, 224, 48, 46, 44, 0.00000, 0.00000, 4, 8 }, { 214, 215, 227, 224, 226, 227, 224, 225, 1.00001, 0.99999, 4, 4 }, { 35, 46, 48, 44, 47, 48, 44, 46, 1.00000, 1.00000, 8, 8 }, { 35, 47, 48, 47, 44, 48, 47, 50, 1.00000, 1.00000, 8, 8 }, { 217, 216, 226, 229, 227, 226, 229, 228, 1.00001, 0.99999, 4, 4 }, { 216, -1, 226, 228, 229, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 214, -1, 226, 224, 227, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 219, 216, 229, 228, 231, 229, 228, 226, 0.99999, 1.00000, 4, 4 }, { 47, 36, 50, 47, 48, 50, 47, 49, 1.00000, 1.00000, 8, 8 }, { 48, 219, 50, 52, 49, 229, 231, 228, 0.00000, 0.00000, 8, 4 }, { 48, 36, 50, 49, 52, 50, 49, 47, 1.00000, 1.00000, 8, 8 }, { 212, 215, 225, 224, 222, 225, 224, 227, 1.00000, 0.99999, 4, 4 }, { 46, 34, 46, 44, 48, 46, 44, 45, 1.00000, 1.00000, 8, 8 }, { 34, 57, 46, 45, 44, 46, 45, 67, 1.00000, 1.00000, 8, 8 }, { 57, 213, 46, 67, 45, 225, 223, 222, 0.00000, 0.00000, 8, 4 }, { 213, 212, 225, 222, 223, 225, 222, 224, 1.00000, 1.00000, 4, 4 }, { 219, 218, 228, 231, 229, 228, 231, 230, 1.00000, 1.00000, 4, 4 }, { 218, -1, 228, 230, 231, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 212, -1, 224, 222, 225, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 406, 405, 430, 431, 432, 430, 431, 429, 0.99999, 1.00000, 1, 1 }, { 406, -1, 430, 432, 431, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 389, 390, 414, 415, 413, 414, 415, 416, 1.00000, 0.99999, 1, 1 }, { 388, -1, 414, 412, 413, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 388, 389, 414, 413, 412, 414, 413, 415, 1.00000, 1.00000, 1, 1 }, { 261, 262, 282, 283, 281, 282, 283, 284, 0.99999, 1.00000, 1, 1 }, { 262, -1, 282, 284, 283, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 245, 246, 266, 267, 265, 266, 267, 268, 1.00000, 0.99999, 1, 1 }, { 244, -1, 266, 264, 265, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 244, 245, 266, 265, 264, 266, 265, 267, 1.00000, 1.00000, 1, 1 }, { 406, 407, 431, 432, 430, 431, 432, 433, 1.00000, 1.00000, 1, 1 }, { 407, 421, 431, 433, 432, 446, 447, 437, 0.00000, 0.00000, 1, 1 }, { 412, 389, 438, 436, 437, 415, 413, 414, 0.00000, 0.00000, 1, 1 }, { 263, 262, 283, 284, 285, 283, 284, 282, 1.00000, 1.00000, 1, 1 }, { 277, 263, 298, 299, 289, 283, 285, 284, 0.00000, 0.00000, 1, 1 }, { 245, 268, 267, 265, 266, 290, 288, 289, 0.00000, 0.00000, 1, 1 }, { 15, 16, 27, 26, 25, 27, 26, 28, 1.00001, 1.00001, 8, 8 }, { 17, 35, 27, 29, 28, 44, 47, 48, 0.00000, 0.00000, 8, 8 }, { 15, 34, 27, 25, 26, 44, 45, 46, 0.00000, 0.00000, 8, 8 }, { 17, 16, 27, 28, 29, 27, 28, 26, 1.00001, 0.99999, 8, 8 }, { 14, 15, 26, 25, 24, 26, 25, 27, 1.00001, 0.99999, 8, 8 }, { 16, -1, 26, 28, 27, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 14, -1, 26, 24, 25, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 17, 18, 29, 28, 27, 29, 28, 30, 1.00000, 0.99999, 8, 8 }, { 19, 36, 29, 31, 30, 47, 49, 50, 0.00000, 0.00000, 8, 8 }, { 18, 19, 29, 30, 28, 29, 30, 31, 1.00000, 1.00000, 8, 8 }, { 14, 13, 25, 24, 26, 25, 24, 23, 0.99999, 1.00000, 8, 8 }, { 57, 45, 45, 67, 46, 45, 67, 66, 1.00000, 1.00000, 8, 8 }, { 13, 45, 25, 23, 24, 45, 66, 67, 0.00000, 0.00000, 8, 8 }, { 18, -1, 28, 30, 29, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 12, 13, 24, 23, 22, 24, 23, 25, 1.00000, 1.00000, 8, 8 }, { 12, -1, 24, 22, 23, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 408, 407, 432, 433, 434, 432, 433, 431, 1.00000, 0.99999, 1, 1 }, { 408, -1, 432, 434, 433, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 411, 388, 412, 413, 435, 412, 413, 414, 0.99999, 1.00000, 1, 1 }, { 410, -1, 412, 434, 435, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 410, 411, 412, 435, 434, 412, 435, 413, 0.99999, 0.99999, 1, 1 }, { 264, 263, 284, 285, 286, 284, 285, 283, 1.00000, 0.99999, 1, 1 }, { 264, -1, 284, 286, 285, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 244, 267, 264, 265, 266, 264, 265, 287, 0.99999, 1.00000, 1, 1 }, { 266, -1, 264, 286, 287, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 266, 267, 264, 287, 286, 264, 287, 265, 0.99999, 0.99999, 1, 1 }, { 409, 408, 433, 434, 435, 433, 434, 432, 0.99999, 1.00001, 1, 1 }, { 409, 422, 433, 435, 434, 447, 448, 437, 0.00000, 0.00000, 1, 1 }, { 423, 411, 436, 448, 437, 413, 435, 412, 0.00000, 0.00000, 1, 1 }, { 264, 265, 285, 286, 284, 285, 286, 287, 0.99999, 1.00001, 1, 1 }, { 278, 265, 299, 300, 289, 285, 287, 286, 0.00000, 0.00000, 1, 1 }, { 279, 267, 288, 300, 289, 265, 287, 264, 0.00000, 0.00000, 1, 1 }, { 218, 221, 231, 230, 228, 231, 230, 233, 1.00000, 0.99999, 4, 4 }, { 48, 37, 52, 49, 50, 52, 49, 51, 1.00000, 1.00000, 8, 8 }, { 221, 49, 231, 233, 230, 52, 54, 51, 0.00000, 0.00000, 4, 8 }, { 37, 49, 52, 51, 49, 52, 51, 54, 1.00000, 1.00000, 8, 8 }, { 213, 210, 223, 222, 225, 223, 222, 220, 0.99999, 1.00000, 4, 4 }, { 56, 45, 67, 66, 65, 67, 66, 45, 1.00000, 1.00000, 8, 8 }, { 56, 211, 67, 65, 66, 223, 221, 220, 0.00000, 0.00000, 8, 4 }, { 211, 210, 223, 220, 221, 223, 220, 222, 0.99999, 1.00001, 4, 4 }, { 220, 221, 230, 233, 232, 230, 233, 231, 0.99999, 1.00001, 4, 4 }, { 220, -1, 230, 232, 233, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 210, -1, 222, 220, 223, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 409, 410, 434, 435, 433, 434, 435, 412, 1.00001, 0.99999, 1, 1 }, { 265, 266, 286, 287, 285, 286, 287, 264, 1.00001, 0.99999, 1, 1 }, { 20, 19, 31, 30, 32, 31, 30, 29, 0.99999, 1.00000, 8, 8 }, { 21, 37, 31, 33, 32, 49, 51, 52, 0.00000, 0.00000, 8, 8 }, { 20, 21, 31, 32, 30, 31, 32, 33, 0.99999, 0.99999, 8, 8 }, { 11, 12, 23, 22, 21, 23, 22, 24, 1.00000, 0.99999, 8, 8 }, { 11, 44, 23, 21, 22, 66, 63, 65, 0.00000, 0.00000, 8, 8 }, { 44, 56, 66, 65, 63, 66, 65, 67, 1.00000, 1.00000, 8, 8 }, { 20, -1, 30, 32, 31, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 11, 10, 22, 21, 23, 22, 21, 20, 0.99999, 1.00001, 8, 8 }, { 10, -1, 22, 20, 21, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 38, 49, 54, 51, 53, 54, 51, 52, 1.00000, 1.00000, 8, 8 }, { 220, 223, 233, 232, 230, 233, 232, 235, 1.00001, 1.00001, 4, 4 }, { 50, 38, 54, 53, 56, 54, 53, 51, 1.00000, 1.00000, 8, 8 }, { 223, 50, 233, 235, 232, 54, 56, 53, 0.00000, 0.00000, 4, 8 }, { 22, 21, 33, 32, 34, 33, 32, 31, 0.99999, 0.99999, 8, 8 }, { 23, 38, 33, 35, 34, 51, 53, 54, 0.00000, 0.00000, 8, 8 }, { 23, 22, 33, 34, 35, 33, 34, 32, 0.99999, 0.99999, 8, 8 }, { 55, 44, 63, 65, 64, 63, 65, 66, 1.00000, 1.00000, 8, 8 }, { 33, 10, 21, 20, 43, 21, 20, 22, 1.00001, 1.00001, 8, 8 }, { 33, 43, 21, 43, 20, 63, 62, 64, 0.00000, 0.00000, 8, 8 }, { 43, 55, 63, 64, 62, 63, 64, 65, 1.00000, 1.00000, 8, 8 }, { 208, 211, 221, 220, 218, 221, 220, 223, 1.00001, 1.00001, 4, 4 }, { 209, 55, 221, 219, 218, 65, 64, 63, 0.00000, 0.00000, 4, 8 }, { 209, 208, 221, 218, 219, 221, 218, 220, 1.00001, 0.99999, 4, 4 }, { 222, 223, 232, 235, 234, 232, 235, 233, 1.00001, 0.99999, 4, 4 }, { 222, -1, 232, 234, 235, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 22, -1, 32, 34, 33, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 32, 33, 20, 43, 42, 20, 43, 21, 1.00001, 0.99999, 8, 8 }, { 32, -1, 20, 42, 43, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 208, -1, 220, 218, 221, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 23, 24, 35, 34, 33, 35, 34, 36, 1.00000, 0.99999, 8, 8 }, { 39, 50, 53, 56, 55, 53, 56, 54, 1.00000, 1.00000, 8, 8 }, { 25, 39, 35, 37, 36, 53, 55, 56, 0.00000, 0.00000, 8, 8 }, { 24, 25, 35, 36, 34, 35, 36, 37, 1.00000, 1.00000, 8, 8 }, { 31, 32, 43, 42, 41, 43, 42, 20, 0.99999, 1.00000, 8, 8 }, { 54, 43, 62, 64, 61, 62, 64, 63, 1.00000, 1.00000, 8, 8 }, { 31, 42, 43, 41, 42, 62, 60, 61, 0.00000, 0.00000, 8, 8 }, { 54, 42, 62, 61, 64, 62, 61, 60, 1.00000, 1.00000, 8, 8 }, { 24, -1, 34, 36, 35, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 30, 31, 42, 41, 40, 42, 41, 43, 1.00000, 1.00000, 8, 8 }, { 30, -1, 42, 40, 41, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 434, 433, 459, 460, 461, 459, 460, 458, 1.00001, 1.00001, 1, 1 }, { 434, -1, 459, 461, 460, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 432, -1, 459, 457, 458, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 432, 433, 459, 458, 457, 459, 458, 460, 1.00001, 0.99999, 1, 1 }, { 289, 290, 311, 312, 310, 311, 312, 313, 1.00001, 1.00001, 1, 1 }, { 290, -1, 311, 313, 312, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 288, -1, 311, 309, 310, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 289, 288, 311, 310, 312, 311, 310, 309, 1.00001, 0.99999, 1, 1 }, { 434, 435, 460, 461, 459, 460, 461, 462, 1.00001, 0.99999, 1, 1 }, { 435, 453, 460, 462, 461, 479, 480, 474, 0.00000, 0.00000, 1, 1 }, { 433, 452, 460, 458, 459, 479, 478, 474, 0.00000, 0.00000, 1, 1 }, { 452, 453, 479, 474, 478, 479, 474, 480, 1.00000, 1.00000, 1, 1 }, { 290, 291, 312, 313, 311, 312, 313, 314, 1.00001, 0.99999, 1, 1 }, { 291, 309, 312, 314, 313, 331, 332, 326, 0.00000, 0.00000, 1, 1 }, { 308, 289, 331, 330, 326, 312, 310, 311, 0.00000, 0.00000, 1, 1 }, { 308, 309, 331, 326, 330, 331, 326, 332, 1.00000, 1.00000, 1, 1 }, { 225, 222, 235, 234, 215, 235, 234, 232, 0.99999, 1.00000, 4, 4 }, { 39, 51, 56, 55, 53, 56, 55, 57, 1.00000, 1.00000, 8, 8 }, { 51, 225, 56, 57, 55, 235, 215, 234, 0.00000, 0.00000, 8, 4 }, { 209, 206, 219, 218, 221, 219, 218, 216, 1.00000, 0.99999, 4, 4 }, { 54, 207, 64, 61, 62, 219, 217, 216, 0.00000, 0.00000, 8, 4 }, { 206, 207, 219, 216, 218, 219, 216, 217, 1.00000, 1.00000, 4, 4 }, { 224, 225, 234, 215, 214, 234, 215, 235, 1.00000, 1.00000, 4, 4 }, { 224, -1, 234, 214, 215, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 206, -1, 218, 216, 219, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 436, 435, 461, 462, 463, 461, 462, 460, 0.99999, 1.00000, 1, 1 }, { 436, -1, 461, 463, 462, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 432, 431, 457, 458, 459, 457, 458, 456, 1.00000, 0.99999, 1, 1 }, { 430, -1, 457, 455, 456, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 431, 430, 457, 456, 458, 457, 456, 455, 1.00000, 1.00000, 1, 1 }, { 292, 291, 313, 314, 315, 313, 314, 312, 0.99999, 1.00000, 1, 1 }, { 292, -1, 313, 315, 314, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 288, 287, 309, 310, 311, 309, 310, 308, 1.00000, 0.99999, 1, 1 }, { 286, -1, 309, 307, 308, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 286, 287, 309, 308, 307, 309, 308, 310, 1.00000, 1.00000, 1, 1 }, { 437, 436, 462, 463, 464, 462, 463, 461, 1.00000, 1.00000, 1, 1 }, { 437, 454, 462, 464, 463, 480, 481, 474, 0.00000, 0.00000, 1, 1 }, { 454, 453, 480, 474, 481, 480, 474, 479, 1.00000, 1.00000, 1, 1 }, { 431, 451, 458, 456, 457, 478, 477, 474, 0.00000, 0.00000, 1, 1 }, { 452, 451, 478, 474, 479, 478, 474, 477, 1.00000, 1.00000, 1, 1 }, { 292, 293, 314, 315, 313, 314, 315, 316, 1.00000, 1.00000, 1, 1 }, { 293, 310, 314, 316, 315, 332, 333, 326, 0.00000, 0.00000, 1, 1 }, { 309, 310, 332, 326, 331, 332, 326, 333, 1.00000, 1.00000, 1, 1 }, { 307, 287, 330, 329, 326, 310, 308, 309, 0.00000, 0.00000, 1, 1 }, { 308, 307, 330, 326, 331, 330, 326, 329, 1.00000, 1.00000, 1, 1 }, { 27, 25, 37, 36, 39, 37, 36, 35, 0.99999, 1.00000, 8, 8 }, { 40, 26, 55, 58, 57, 37, 38, 39, 0.00000, 0.00000, 8, 8 }, { 27, 26, 37, 39, 36, 37, 39, 38, 0.99999, 1.00001, 8, 8 }, { 51, 40, 55, 57, 56, 55, 57, 58, 1.00000, 1.00000, 8, 8 }, { 29, 30, 41, 40, 38, 41, 40, 42, 1.00000, 0.99999, 8, 8 }, { 41, 29, 60, 58, 59, 41, 38, 40, 0.00000, 0.00000, 8, 8 }, { 53, 42, 60, 61, 59, 60, 61, 62, 1.00000, 1.00000, 8, 8 }, { 41, 53, 60, 59, 58, 60, 59, 61, 1.00000, 1.00000, 8, 8 }, { 27, -1, 36, 39, 37, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 29, 28, 40, 38, 41, 40, 38, 39, 0.99999, 1.00001, 8, 8 }, { 28, -1, 40, 39, 38, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 28, 26, 38, 39, 40, 38, 39, 37, 1.00001, 1.00001, 8, 8 }, { 52, 40, 58, 57, 59, 58, 57, 55, 1.00000, 1.00000, 8, 8 }, { 52, 41, 58, 59, 57, 58, 59, 60, 1.00000, 1.00000, 8, 8 }, { 437, 438, 463, 464, 462, 463, 464, 465, 1.00000, 0.99999, 1, 1 }, { 438, -1, 463, 465, 464, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 430, 429, 455, 456, 457, 455, 456, 454, 0.99999, 1.00000, 1, 1 }, { 428, -1, 455, 453, 454, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 428, 429, 455, 454, 453, 455, 454, 456, 0.99999, 1.00001, 1, 1 }, { 293, 294, 315, 316, 314, 315, 316, 317, 1.00000, 0.99999, 1, 1 }, { 294, -1, 315, 317, 316, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 285, 286, 307, 308, 306, 307, 308, 309, 0.99999, 1.00000, 1, 1 }, { 284, -1, 307, 305, 306, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 284, 285, 307, 306, 305, 307, 306, 308, 0.99999, 1.00001, 1, 1 }, { 438, 439, 464, 465, 463, 464, 465, 466, 0.99999, 0.99999, 1, 1 }, { 439, 455, 464, 466, 465, 481, 482, 474, 0.00000, 0.00000, 1, 1 }, { 454, 455, 481, 474, 480, 481, 474, 482, 1.00000, 1.00000, 1, 1 }, { 450, 451, 477, 474, 476, 477, 474, 478, 1.00000, 1.00000, 1, 1 }, { 450, 429, 477, 476, 474, 456, 454, 455, 0.00000, 0.00000, 1, 1 }, { 295, 294, 316, 317, 318, 316, 317, 315, 0.99999, 0.99999, 1, 1 }, { 295, 311, 316, 318, 317, 333, 334, 326, 0.00000, 0.00000, 1, 1 }, { 311, 310, 333, 326, 334, 333, 326, 332, 1.00000, 1.00000, 1, 1 }, { 306, 307, 329, 326, 328, 329, 326, 330, 1.00000, 1.00000, 1, 1 }, { 306, 285, 329, 328, 326, 308, 306, 307, 0.00000, 0.00000, 1, 1 }, { 224, 203, 215, 214, 234, 215, 214, 213, 1.00000, 0.99999, 4, 4 }, { 52, 203, 57, 59, 58, 215, 213, 214, 0.00000, 0.00000, 8, 4 }, { 207, 204, 217, 216, 219, 217, 216, 212, 0.99999, 1.00000, 4, 4 }, { 205, 53, 217, 213, 212, 61, 59, 60, 0.00000, 0.00000, 4, 8 }, { 205, 204, 217, 212, 213, 217, 212, 216, 0.99999, 1.00001, 4, 4 }, { 203, 202, 214, 213, 215, 214, 213, 212, 0.99999, 1.00001, 4, 4 }, { 202, -1, 214, 212, 213, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 204, -1, 216, 212, 217, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 205, 202, 213, 212, 217, 213, 212, 214, 1.00001, 1.00001, 4, 4 }, { 439, 440, 465, 466, 464, 465, 466, 467, 0.99999, 0.99999, 1, 1 }, { 440, -1, 465, 467, 466, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 427, 428, 453, 454, 452, 453, 454, 455, 0.99999, 1.00001, 1, 1 }, { 426, -1, 453, 451, 452, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 427, 426, 453, 452, 454, 453, 452, 451, 0.99999, 0.99999, 1, 1 }, { 296, 295, 317, 318, 319, 317, 318, 316, 0.99999, 1.00001, 1, 1 }, { 296, -1, 317, 319, 318, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 284, 283, 305, 306, 307, 305, 306, 304, 0.99999, 1.00001, 1, 1 }, { 282, -1, 305, 303, 304, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 283, 282, 305, 304, 306, 305, 304, 303, 0.99999, 0.99999, 1, 1 }, { 456, 455, 482, 474, 483, 482, 474, 481, 1.00000, 1.00000, 1, 1 }, { 440, 441, 466, 467, 465, 466, 467, 468, 0.99999, 0.99999, 1, 1 }, { 441, 456, 466, 468, 467, 482, 483, 474, 0.00000, 0.00000, 1, 1 }, { 450, 449, 474, 476, 477, 474, 476, 475, 1.00000, 1.00000, 1, 1 }, { 456, 457, 474, 483, 482, 474, 483, 484, 1.00000, 1.00000, 1, 1 }, { 449, 448, 474, 475, 476, 474, 475, 473, 1.00000, 1.00000, 1, 1 }, { 458, 457, 474, 484, 485, 474, 484, 483, 1.00000, 1.00000, 1, 1 }, { 448, 459, 474, 473, 475, 474, 473, 485, 1.00000, 1.00000, 1, 1 }, { 459, 458, 474, 485, 473, 474, 485, 484, 1.00000, 1.00000, 1, 1 }, { 427, 449, 454, 452, 453, 476, 475, 474, 0.00000, 0.00000, 1, 1 }, { 312, 311, 334, 326, 335, 334, 326, 333, 1.00000, 1.00000, 1, 1 }, { 296, 297, 318, 319, 317, 318, 319, 320, 1.00001, 0.99999, 1, 1 }, { 297, 312, 318, 320, 319, 334, 335, 326, 0.00000, 0.00000, 1, 1 }, { 305, 306, 326, 328, 327, 326, 328, 329, 1.00000, 1.00000, 1, 1 }, { 313, 312, 326, 335, 336, 326, 335, 334, 1.00000, 1.00000, 1, 1 }, { 304, 305, 326, 327, 325, 326, 327, 328, 1.00000, 1.00000, 1, 1 }, { 314, 313, 326, 336, 337, 326, 336, 335, 1.00000, 1.00000, 1, 1 }, { 315, 304, 326, 325, 337, 326, 325, 327, 1.00000, 1.00000, 1, 1 }, { 314, 315, 326, 337, 336, 326, 337, 325, 1.00000, 1.00000, 1, 1 }, { 283, 305, 306, 304, 305, 328, 327, 326, 0.00000, 0.00000, 1, 1 }, { 193, 190, 203, 202, 205, 203, 202, 200, 1.00001, 1.00001, 4, 4 }, { 95, 193, 96, 98, 95, 203, 205, 202, 0.00000, 0.00000, 8, 4 }, { 94, 191, 96, 94, 92, 203, 201, 200, 0.00000, 0.00000, 8, 4 }, { 190, 191, 203, 200, 202, 203, 200, 201, 1.00001, 0.99999, 4, 4 }, { 94, 83, 96, 92, 94, 96, 92, 95, 1.00000, 1.00000, 8, 8 }, { 95, 83, 96, 95, 98, 96, 95, 92, 1.00000, 1.00000, 8, 8 }, { 192, 193, 202, 205, 204, 202, 205, 203, 1.00001, 0.99999, 4, 4 }, { 192, -1, 202, 204, 205, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 190, -1, 202, 200, 203, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 192, 195, 205, 204, 202, 205, 204, 207, 0.99999, 1.00000, 4, 4 }, { 84, 95, 98, 95, 97, 98, 95, 96, 1.00000, 1.00000, 8, 8 }, { 195, 96, 205, 207, 204, 98, 100, 97, 0.00000, 0.00000, 4, 8 }, { 84, 96, 98, 97, 95, 98, 97, 100, 1.00000, 1.00000, 8, 8 }, { 188, 191, 201, 200, 198, 201, 200, 203, 1.00000, 0.99999, 4, 4 }, { 82, 94, 94, 92, 93, 94, 92, 96, 1.00000, 1.00000, 8, 8 }, { 105, 82, 94, 93, 115, 94, 93, 92, 1.00000, 1.00000, 8, 8 }, { 105, 189, 94, 115, 93, 201, 199, 198, 0.00000, 0.00000, 8, 4 }, { 188, 189, 201, 198, 200, 201, 198, 199, 1.00000, 1.00000, 4, 4 }, { 195, 194, 204, 207, 205, 204, 207, 206, 1.00000, 1.00000, 4, 4 }, { 194, -1, 204, 206, 207, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 188, -1, 200, 198, 201, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 442, 441, 467, 468, 469, 467, 468, 466, 0.99999, 1.00000, 1, 1 }, { 442, -1, 467, 469, 468, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 426, 425, 451, 452, 453, 451, 452, 450, 1.00000, 0.99999, 1, 1 }, { 424, -1, 451, 449, 450, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 425, 424, 451, 450, 452, 451, 450, 449, 1.00000, 1.00000, 1, 1 }, { 297, 298, 319, 320, 318, 319, 320, 321, 0.99999, 1.00000, 1, 1 }, { 298, -1, 319, 321, 320, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 282, 281, 303, 304, 305, 303, 304, 302, 1.00000, 0.99999, 1, 1 }, { 280, -1, 303, 301, 302, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 280, 281, 303, 302, 301, 303, 302, 304, 1.00000, 1.00000, 1, 1 }, { 442, 443, 468, 469, 467, 468, 469, 470, 1.00000, 1.00000, 1, 1 }, { 443, 457, 468, 470, 469, 483, 484, 474, 0.00000, 0.00000, 1, 1 }, { 425, 448, 452, 450, 451, 475, 473, 474, 0.00000, 0.00000, 1, 1 }, { 299, 298, 320, 321, 322, 320, 321, 319, 1.00000, 1.00000, 1, 1 }, { 299, 313, 320, 322, 321, 335, 336, 326, 0.00000, 0.00000, 1, 1 }, { 304, 281, 327, 325, 326, 304, 302, 303, 0.00000, 0.00000, 1, 1 }, { 64, 63, 75, 74, 76, 75, 74, 73, 1.00001, 1.00001, 8, 8 }, { 83, 65, 92, 95, 96, 75, 77, 76, 0.00000, 0.00000, 8, 8 }, { 82, 63, 92, 93, 94, 75, 73, 74, 0.00000, 0.00000, 8, 8 }, { 64, 65, 75, 76, 74, 75, 76, 77, 1.00001, 0.99999, 8, 8 }, { 63, 62, 74, 73, 75, 74, 73, 72, 1.00001, 0.99999, 8, 8 }, { 64, -1, 74, 76, 75, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 62, -1, 74, 72, 73, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 65, 66, 77, 76, 75, 77, 76, 78, 1.00000, 0.99999, 8, 8 }, { 84, 67, 95, 97, 98, 77, 79, 78, 0.00000, 0.00000, 8, 8 }, { 67, 66, 77, 78, 79, 77, 78, 76, 1.00000, 1.00000, 8, 8 }, { 62, 61, 73, 72, 74, 73, 72, 71, 0.99999, 1.00000, 8, 8 }, { 105, 93, 93, 115, 94, 93, 115, 114, 1.00000, 1.00000, 8, 8 }, { 61, 93, 73, 71, 72, 93, 114, 115, 0.00000, 0.00000, 8, 8 }, { 66, -1, 76, 78, 77, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 60, 61, 72, 71, 70, 72, 71, 73, 1.00000, 1.00000, 8, 8 }, { 60, -1, 72, 70, 71, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 444, 443, 469, 470, 471, 469, 470, 468, 1.00000, 0.99999, 1, 1 }, { 444, -1, 469, 471, 470, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 424, 447, 449, 450, 451, 449, 450, 472, 0.99999, 1.00000, 1, 1 }, { 446, -1, 449, 471, 472, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 446, 447, 449, 472, 471, 449, 472, 450, 0.99999, 1.00001, 1, 1 }, { 300, 299, 321, 322, 323, 321, 322, 320, 1.00000, 0.99999, 1, 1 }, { 300, -1, 321, 323, 322, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 280, 303, 301, 302, 303, 301, 302, 324, 0.99999, 1.00000, 1, 1 }, { 302, -1, 301, 323, 324, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 302, 303, 301, 324, 323, 301, 324, 302, 0.99999, 0.99999, 1, 1 }, { 444, 445, 470, 471, 469, 470, 471, 472, 0.99999, 1.00001, 1, 1 }, { 458, 445, 484, 485, 474, 470, 472, 471, 0.00000, 0.00000, 1, 1 }, { 447, 459, 450, 472, 449, 473, 485, 474, 0.00000, 0.00000, 1, 1 }, { 300, 301, 322, 323, 321, 322, 323, 324, 0.99999, 1.00001, 1, 1 }, { 301, 314, 322, 324, 323, 336, 337, 326, 0.00000, 0.00000, 1, 1 }, { 315, 303, 325, 337, 326, 302, 324, 301, 0.00000, 0.00000, 1, 1 }, { 194, 197, 207, 206, 204, 207, 206, 209, 1.00000, 0.99999, 4, 4 }, { 96, 85, 100, 97, 98, 100, 97, 99, 1.00000, 1.00000, 8, 8 }, { 97, 197, 100, 102, 99, 207, 209, 206, 0.00000, 0.00000, 8, 4 }, { 85, 97, 100, 99, 97, 100, 99, 102, 1.00000, 1.00000, 8, 8 }, { 189, 186, 199, 198, 201, 199, 198, 196, 0.99999, 1.00000, 4, 4 }, { 93, 104, 115, 114, 93, 115, 114, 113, 1.00000, 1.00000, 8, 8 }, { 104, 187, 115, 113, 114, 199, 197, 196, 0.00000, 0.00000, 8, 4 }, { 187, 186, 199, 196, 197, 199, 196, 198, 0.99999, 1.00001, 4, 4 }, { 197, 196, 206, 209, 207, 206, 209, 208, 0.99999, 1.00001, 4, 4 }, { 196, -1, 206, 208, 209, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 186, -1, 198, 196, 199, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 446, 445, 471, 472, 449, 471, 472, 470, 1.00001, 1.00001, 1, 1 }, { 301, 302, 323, 324, 322, 323, 324, 301, 1.00001, 0.99999, 1, 1 }, { 68, 67, 79, 78, 80, 79, 78, 77, 0.99999, 1.00000, 8, 8 }, { 85, 69, 97, 99, 100, 79, 81, 80, 0.00000, 0.00000, 8, 8 }, { 69, 68, 79, 80, 81, 79, 80, 78, 0.99999, 0.99999, 8, 8 }, { 59, 60, 71, 70, 69, 71, 70, 72, 1.00000, 0.99999, 8, 8 }, { 92, 59, 114, 111, 113, 71, 69, 70, 0.00000, 0.00000, 8, 8 }, { 104, 92, 114, 113, 115, 114, 113, 111, 1.00000, 1.00000, 8, 8 }, { 68, -1, 78, 80, 79, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 58, 59, 70, 69, 68, 70, 69, 71, 0.99999, 1.00001, 8, 8 }, { 58, -1, 70, 68, 69, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 97, 86, 102, 99, 100, 102, 99, 101, 1.00000, 1.00000, 8, 8 }, { 196, 199, 209, 208, 206, 209, 208, 211, 1.00001, 1.00001, 4, 4 }, { 98, 86, 102, 101, 104, 102, 101, 99, 1.00000, 1.00000, 8, 8 }, { 199, 98, 209, 211, 208, 102, 104, 101, 0.00000, 0.00000, 4, 8 }, { 70, 69, 81, 80, 82, 81, 80, 79, 0.99999, 0.99999, 8, 8 }, { 71, 86, 81, 83, 82, 99, 101, 102, 0.00000, 0.00000, 8, 8 }, { 71, 70, 81, 82, 83, 81, 82, 80, 0.99999, 0.99999, 8, 8 }, { 92, 103, 111, 113, 114, 111, 113, 112, 1.00000, 1.00000, 8, 8 }, { 58, 81, 69, 68, 70, 69, 68, 91, 1.00001, 1.00001, 8, 8 }, { 81, 91, 69, 91, 68, 111, 110, 112, 0.00000, 0.00000, 8, 8 }, { 91, 103, 111, 112, 110, 111, 112, 113, 1.00000, 1.00000, 8, 8 }, { 187, 184, 197, 196, 199, 197, 196, 194, 1.00001, 1.00001, 4, 4 }, { 185, 103, 197, 195, 194, 113, 112, 111, 0.00000, 0.00000, 4, 8 }, { 185, 184, 197, 194, 195, 197, 194, 196, 1.00001, 0.99999, 4, 4 }, { 199, 198, 208, 211, 209, 208, 211, 210, 1.00001, 0.99999, 4, 4 }, { 198, -1, 208, 210, 211, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 70, -1, 80, 82, 81, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 81, 80, 68, 91, 69, 68, 91, 90, 1.00001, 0.99999, 8, 8 }, { 80, -1, 68, 90, 91, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 184, -1, 196, 194, 197, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 71, 72, 83, 82, 81, 83, 82, 84, 1.00000, 0.99999, 8, 8 }, { 87, 98, 101, 104, 103, 101, 104, 102, 1.00000, 1.00000, 8, 8 }, { 73, 87, 83, 85, 84, 101, 103, 104, 0.00000, 0.00000, 8, 8 }, { 73, 72, 83, 84, 85, 83, 84, 82, 1.00000, 1.00000, 8, 8 }, { 79, 80, 91, 90, 89, 91, 90, 68, 0.99999, 1.00000, 8, 8 }, { 91, 102, 110, 112, 111, 110, 112, 109, 1.00000, 1.00000, 8, 8 }, { 90, 79, 110, 108, 109, 91, 89, 90, 0.00000, 0.00000, 8, 8 }, { 102, 90, 110, 109, 112, 110, 109, 108, 1.00000, 1.00000, 8, 8 }, { 72, -1, 82, 84, 83, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 78, 79, 90, 89, 88, 90, 89, 91, 1.00000, 1.00000, 8, 8 }, { 78, -1, 90, 88, 89, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 469, 470, 496, 497, 495, 496, 497, 498, 1.00001, 1.00001, 1, 1 }, { 470, -1, 496, 498, 497, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 468, -1, 496, 494, 495, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 468, 469, 496, 495, 494, 496, 495, 497, 1.00001, 0.99999, 1, 1 }, { 326, 325, 348, 349, 350, 348, 349, 347, 1.00001, 1.00001, 1, 1 }, { 326, -1, 348, 350, 349, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 324, -1, 348, 346, 347, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 324, 325, 348, 347, 346, 348, 347, 349, 1.00001, 0.99999, 1, 1 }, { 471, 470, 497, 498, 499, 497, 498, 496, 1.00001, 0.99999, 1, 1 }, { 471, 489, 497, 499, 498, 516, 517, 511, 0.00000, 0.00000, 1, 1 }, { 488, 469, 516, 515, 511, 497, 495, 496, 0.00000, 0.00000, 1, 1 }, { 488, 489, 516, 511, 515, 516, 511, 517, 1.00000, 1.00000, 1, 1 }, { 327, 326, 349, 350, 351, 349, 350, 348, 1.00001, 0.99999, 1, 1 }, { 345, 327, 368, 369, 363, 349, 351, 350, 0.00000, 0.00000, 1, 1 }, { 325, 344, 349, 347, 348, 368, 367, 363, 0.00000, 0.00000, 1, 1 }, { 344, 345, 368, 363, 367, 368, 363, 369, 1.00000, 1.00000, 1, 1 }, { 198, 201, 211, 210, 208, 211, 210, 191, 0.99999, 1.00000, 4, 4 }, { 87, 99, 104, 103, 101, 104, 103, 105, 1.00000, 1.00000, 8, 8 }, { 99, 201, 104, 105, 103, 211, 191, 210, 0.00000, 0.00000, 8, 4 }, { 182, 185, 195, 194, 192, 195, 194, 197, 1.00000, 0.99999, 4, 4 }, { 183, 102, 195, 193, 192, 112, 109, 110, 0.00000, 0.00000, 4, 8 }, { 182, 183, 195, 192, 194, 195, 192, 193, 1.00000, 1.00000, 4, 4 }, { 200, 201, 210, 191, 190, 210, 191, 211, 1.00000, 1.00000, 4, 4 }, { 200, -1, 210, 190, 191, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 182, -1, 194, 192, 195, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 472, 471, 498, 499, 500, 498, 499, 497, 0.99999, 1.00000, 1, 1 }, { 472, -1, 498, 500, 499, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 467, 468, 494, 495, 493, 494, 495, 496, 1.00000, 0.99999, 1, 1 }, { 466, -1, 494, 492, 493, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 466, 467, 494, 493, 492, 494, 493, 495, 1.00000, 1.00000, 1, 1 }, { 327, 328, 350, 351, 349, 350, 351, 352, 0.99999, 1.00000, 1, 1 }, { 328, -1, 350, 352, 351, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 324, 323, 346, 347, 348, 346, 347, 345, 1.00000, 0.99999, 1, 1 }, { 322, -1, 346, 344, 345, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 323, 322, 346, 345, 347, 346, 345, 344, 1.00000, 1.00000, 1, 1 }, { 472, 473, 499, 500, 498, 499, 500, 501, 1.00000, 1.00000, 1, 1 }, { 490, 473, 517, 518, 511, 499, 501, 500, 0.00000, 0.00000, 1, 1 }, { 490, 489, 517, 511, 518, 517, 511, 516, 1.00000, 1.00000, 1, 1 }, { 467, 487, 495, 493, 494, 515, 514, 511, 0.00000, 0.00000, 1, 1 }, { 487, 488, 515, 511, 514, 515, 511, 516, 1.00000, 1.00000, 1, 1 }, { 329, 328, 351, 352, 353, 351, 352, 350, 1.00000, 1.00000, 1, 1 }, { 329, 346, 351, 353, 352, 369, 370, 363, 0.00000, 0.00000, 1, 1 }, { 346, 345, 369, 363, 370, 369, 363, 368, 1.00000, 1.00000, 1, 1 }, { 343, 323, 367, 366, 363, 347, 345, 346, 0.00000, 0.00000, 1, 1 }, { 344, 343, 367, 363, 368, 367, 363, 366, 1.00000, 1.00000, 1, 1 }, { 75, 73, 85, 84, 87, 85, 84, 83, 0.99999, 1.00000, 8, 8 }, { 88, 74, 103, 106, 105, 85, 86, 87, 0.00000, 0.00000, 8, 8 }, { 74, 75, 85, 87, 86, 85, 87, 84, 0.99999, 1.00001, 8, 8 }, { 99, 88, 103, 105, 104, 103, 105, 106, 1.00000, 1.00000, 8, 8 }, { 77, 78, 89, 88, 86, 89, 88, 90, 1.00000, 0.99999, 8, 8 }, { 89, 77, 108, 106, 107, 89, 86, 88, 0.00000, 0.00000, 8, 8 }, { 90, 101, 108, 109, 110, 108, 109, 107, 1.00000, 1.00000, 8, 8 }, { 101, 89, 108, 107, 109, 108, 107, 106, 1.00000, 1.00000, 8, 8 }, { 75, -1, 84, 87, 85, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 76, 77, 88, 86, 87, 88, 86, 89, 0.99999, 1.00001, 8, 8 }, { 76, -1, 88, 87, 86, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 74, 76, 86, 87, 85, 86, 87, 88, 1.00001, 1.00001, 8, 8 }, { 100, 88, 106, 105, 107, 106, 105, 103, 1.00000, 1.00000, 8, 8 }, { 89, 100, 106, 107, 108, 106, 107, 105, 1.00000, 1.00000, 8, 8 }, { 474, 473, 500, 501, 502, 500, 501, 499, 1.00000, 0.99999, 1, 1 }, { 474, -1, 500, 502, 501, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 465, 466, 492, 493, 491, 492, 493, 494, 0.99999, 1.00000, 1, 1 }, { 464, -1, 492, 490, 491, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 464, 465, 492, 491, 490, 492, 491, 493, 0.99999, 1.00001, 1, 1 }, { 330, 329, 352, 353, 354, 352, 353, 351, 1.00000, 0.99999, 1, 1 }, { 330, -1, 352, 354, 353, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 321, 322, 344, 345, 343, 344, 345, 346, 0.99999, 1.00000, 1, 1 }, { 320, -1, 344, 342, 343, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 320, 321, 344, 343, 342, 344, 343, 345, 0.99999, 1.00001, 1, 1 }, { 475, 474, 501, 502, 503, 501, 502, 500, 0.99999, 0.99999, 1, 1 }, { 491, 475, 518, 519, 511, 501, 503, 502, 0.00000, 0.00000, 1, 1 }, { 491, 490, 518, 511, 519, 518, 511, 517, 1.00000, 1.00000, 1, 1 }, { 486, 487, 514, 511, 513, 514, 511, 515, 1.00000, 1.00000, 1, 1 }, { 486, 465, 514, 513, 511, 493, 491, 492, 0.00000, 0.00000, 1, 1 }, { 330, 331, 353, 354, 352, 353, 354, 355, 0.99999, 1.00001, 1, 1 }, { 347, 331, 370, 371, 363, 353, 355, 354, 0.00000, 0.00000, 1, 1 }, { 347, 346, 370, 363, 371, 370, 363, 369, 1.00000, 1.00000, 1, 1 }, { 343, 342, 366, 363, 367, 366, 363, 365, 1.00000, 1.00000, 1, 1 }, { 342, 321, 366, 365, 363, 345, 343, 344, 0.00000, 0.00000, 1, 1 }, { 179, 200, 191, 190, 189, 191, 190, 210, 1.00000, 0.99999, 4, 4 }, { 100, 179, 105, 107, 106, 191, 189, 190, 0.00000, 0.00000, 8, 4 }, { 180, 183, 193, 192, 188, 193, 192, 195, 0.99999, 1.00000, 4, 4 }, { 101, 181, 109, 107, 108, 193, 189, 188, 0.00000, 0.00000, 8, 4 }, { 181, 180, 193, 188, 189, 193, 188, 192, 0.99999, 1.00001, 4, 4 }, { 178, 179, 190, 189, 188, 190, 189, 191, 0.99999, 1.00001, 4, 4 }, { 178, -1, 190, 188, 189, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 180, -1, 192, 188, 193, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 178, 181, 189, 188, 190, 189, 188, 193, 1.00001, 1.00001, 4, 4 }, { 475, 476, 502, 503, 501, 502, 503, 504, 0.99999, 0.99999, 1, 1 }, { 476, -1, 502, 504, 503, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 463, 464, 490, 491, 489, 490, 491, 492, 0.99999, 1.00001, 1, 1 }, { 462, -1, 490, 488, 489, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 462, 463, 490, 489, 488, 490, 489, 491, 0.99999, 0.99999, 1, 1 }, { 331, 332, 354, 355, 353, 354, 355, 356, 1.00001, 1.00001, 1, 1 }, { 332, -1, 354, 356, 355, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 319, 320, 342, 343, 341, 342, 343, 344, 0.99999, 1.00001, 1, 1 }, { 318, -1, 342, 340, 341, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 318, 319, 342, 341, 340, 342, 341, 343, 0.99999, 0.99999, 1, 1 }, { 491, 492, 519, 511, 518, 519, 511, 520, 1.00000, 1.00000, 1, 1 }, { 476, 477, 503, 504, 502, 503, 504, 505, 0.99999, 0.99999, 1, 1 }, { 492, 477, 519, 520, 511, 503, 505, 504, 0.00000, 0.00000, 1, 1 }, { 486, 485, 511, 513, 514, 511, 513, 512, 1.00000, 1.00000, 1, 1 }, { 493, 492, 511, 520, 521, 511, 520, 519, 1.00000, 1.00000, 1, 1 }, { 484, 485, 511, 512, 510, 511, 512, 513, 1.00000, 1.00000, 1, 1 }, { 494, 493, 511, 521, 522, 511, 521, 520, 1.00000, 1.00000, 1, 1 }, { 495, 484, 511, 510, 522, 511, 510, 512, 1.00000, 1.00000, 1, 1 }, { 494, 495, 511, 522, 521, 511, 522, 510, 1.00000, 1.00000, 1, 1 }, { 463, 485, 491, 489, 490, 513, 512, 511, 0.00000, 0.00000, 1, 1 }, { 347, 348, 371, 363, 370, 371, 363, 372, 1.00000, 1.00000, 1, 1 }, { 332, 333, 355, 356, 354, 355, 356, 357, 1.00001, 0.99999, 1, 1 }, { 333, 348, 355, 357, 356, 371, 372, 363, 0.00000, 0.00000, 1, 1 }, { 342, 341, 363, 365, 366, 363, 365, 364, 1.00000, 1.00000, 1, 1 }, { 349, 348, 363, 372, 373, 363, 372, 371, 1.00000, 1.00000, 1, 1 }, { 340, 341, 363, 364, 362, 363, 364, 365, 1.00000, 1.00000, 1, 1 }, { 349, 350, 363, 373, 372, 363, 373, 374, 1.00000, 1.00000, 1, 1 }, { 340, 351, 363, 362, 364, 363, 362, 374, 1.00000, 1.00000, 1, 1 }, { 350, 351, 363, 374, 373, 363, 374, 362, 1.00000, 1.00000, 1, 1 }, { 341, 319, 365, 364, 363, 343, 341, 342, 0.00000, 0.00000, 1, 1 }, { 166, 169, 179, 178, 176, 179, 178, 181, 1.00001, 1.00001, 4, 4 }, { 143, 169, 144, 146, 143, 179, 181, 178, 0.00000, 0.00000, 8, 4 }, { 167, 142, 179, 177, 176, 144, 142, 140, 0.00000, 0.00000, 4, 8 }, { 167, 166, 179, 176, 177, 179, 176, 178, 1.00001, 0.99999, 4, 4 }, { 131, 142, 144, 140, 143, 144, 140, 142, 1.00000, 1.00000, 8, 8 }, { 131, 143, 144, 143, 140, 144, 143, 146, 1.00000, 1.00000, 8, 8 }, { 169, 168, 178, 181, 179, 178, 181, 180, 1.00001, 0.99999, 4, 4 }, { 168, -1, 178, 180, 181, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 166, -1, 178, 176, 179, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 171, 168, 181, 180, 183, 181, 180, 178, 0.99999, 1.00000, 4, 4 }, { 132, 143, 146, 143, 145, 146, 143, 144, 1.00000, 1.00000, 8, 8 }, { 171, 144, 181, 183, 180, 146, 148, 145, 0.00000, 0.00000, 4, 8 }, { 132, 144, 146, 145, 143, 146, 145, 148, 1.00000, 1.00000, 8, 8 }, { 167, 164, 177, 176, 179, 177, 176, 174, 1.00000, 0.99999, 4, 4 }, { 130, 142, 142, 140, 141, 142, 140, 144, 1.00000, 1.00000, 8, 8 }, { 130, 153, 142, 141, 140, 142, 141, 163, 1.00000, 1.00000, 8, 8 }, { 165, 153, 177, 175, 174, 142, 163, 141, 0.00000, 0.00000, 4, 8 }, { 165, 164, 177, 174, 175, 177, 174, 176, 1.00000, 1.00000, 4, 4 }, { 171, 170, 180, 183, 181, 180, 183, 182, 1.00000, 1.00000, 4, 4 }, { 170, -1, 180, 182, 183, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 164, -1, 176, 174, 177, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 477, 478, 504, 505, 503, 504, 505, 506, 0.99999, 1.00000, 1, 1 }, { 478, -1, 504, 506, 505, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 461, 462, 488, 489, 487, 488, 489, 490, 1.00000, 0.99999, 1, 1 }, { 460, -1, 488, 486, 487, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 460, 461, 488, 487, 486, 488, 487, 489, 1.00000, 1.00000, 1, 1 }, { 333, 334, 356, 357, 355, 356, 357, 358, 0.99999, 1.00000, 1, 1 }, { 334, -1, 356, 358, 357, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 318, 317, 340, 341, 342, 340, 341, 339, 1.00000, 0.99999, 1, 1 }, { 316, -1, 340, 338, 339, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 317, 316, 340, 339, 341, 340, 339, 338, 1.00000, 1.00000, 1, 1 }, { 478, 479, 505, 506, 504, 505, 506, 507, 1.00000, 1.00000, 1, 1 }, { 493, 479, 520, 521, 511, 505, 507, 506, 0.00000, 0.00000, 1, 1 }, { 461, 484, 489, 487, 488, 512, 510, 511, 0.00000, 0.00000, 1, 1 }, { 334, 335, 357, 358, 356, 357, 358, 359, 1.00000, 1.00000, 1, 1 }, { 349, 335, 372, 373, 363, 357, 359, 358, 0.00000, 0.00000, 1, 1 }, { 340, 317, 364, 362, 363, 341, 339, 340, 0.00000, 0.00000, 1, 1 }, { 112, 111, 123, 122, 124, 123, 122, 121, 1.00001, 1.00001, 8, 8 }, { 113, 131, 123, 125, 124, 140, 143, 144, 0.00000, 0.00000, 8, 8 }, { 111, 130, 123, 121, 122, 140, 141, 142, 0.00000, 0.00000, 8, 8 }, { 113, 112, 123, 124, 125, 123, 124, 122, 1.00001, 0.99999, 8, 8 }, { 111, 110, 122, 121, 123, 122, 121, 120, 1.00001, 0.99999, 8, 8 }, { 112, -1, 122, 124, 123, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 110, -1, 122, 120, 121, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 113, 114, 125, 124, 123, 125, 124, 126, 1.00000, 0.99999, 8, 8 }, { 115, 132, 125, 127, 126, 143, 145, 146, 0.00000, 0.00000, 8, 8 }, { 114, 115, 125, 126, 124, 125, 126, 127, 1.00000, 1.00000, 8, 8 }, { 110, 109, 121, 120, 122, 121, 120, 119, 0.99999, 1.00000, 8, 8 }, { 153, 141, 141, 163, 142, 141, 163, 162, 1.00000, 1.00000, 8, 8 }, { 141, 109, 141, 162, 163, 121, 119, 120, 0.00000, 0.00000, 8, 8 }, { 114, -1, 124, 126, 125, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 109, 108, 120, 119, 121, 120, 119, 118, 1.00000, 1.00000, 8, 8 }, { 108, -1, 120, 118, 119, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 479, 480, 506, 507, 505, 506, 507, 508, 1.00000, 0.99999, 1, 1 }, { 480, -1, 506, 508, 507, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 483, 460, 486, 487, 509, 486, 487, 488, 0.99999, 1.00000, 1, 1 }, { 482, -1, 486, 508, 509, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 483, 482, 486, 509, 487, 486, 509, 508, 0.99999, 1.00001, 1, 1 }, { 336, 335, 358, 359, 360, 358, 359, 357, 1.00000, 0.99999, 1, 1 }, { 336, -1, 358, 360, 359, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 316, 339, 338, 339, 340, 338, 339, 361, 0.99999, 1.00000, 1, 1 }, { 338, -1, 338, 360, 361, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 338, 339, 338, 361, 360, 338, 361, 339, 0.99999, 0.99999, 1, 1 }, { 480, 481, 507, 508, 506, 507, 508, 509, 0.99999, 1.00001, 1, 1 }, { 494, 481, 521, 522, 511, 507, 509, 508, 0.00000, 0.00000, 1, 1 }, { 483, 495, 487, 509, 486, 510, 522, 511, 0.00000, 0.00000, 1, 1 }, { 336, 337, 359, 360, 358, 359, 360, 361, 0.99999, 1.00001, 1, 1 }, { 350, 337, 373, 374, 363, 359, 361, 360, 0.00000, 0.00000, 1, 1 }, { 339, 351, 339, 361, 338, 362, 374, 363, 0.00000, 0.00000, 1, 1 }, { 173, 170, 183, 182, 185, 183, 182, 180, 1.00000, 0.99999, 4, 4 }, { 144, 133, 148, 145, 146, 148, 145, 147, 1.00000, 1.00000, 8, 8 }, { 145, 173, 148, 150, 147, 183, 185, 182, 0.00000, 0.00000, 8, 4 }, { 133, 145, 148, 147, 145, 148, 147, 150, 1.00000, 1.00000, 8, 8 }, { 165, 162, 175, 174, 177, 175, 174, 172, 0.99999, 1.00000, 4, 4 }, { 152, 141, 163, 162, 161, 163, 162, 141, 1.00000, 1.00000, 8, 8 }, { 163, 152, 175, 173, 172, 163, 161, 162, 0.00000, 0.00000, 4, 8 }, { 163, 162, 175, 172, 173, 175, 172, 174, 0.99999, 1.00001, 4, 4 }, { 173, 172, 182, 185, 183, 182, 185, 184, 0.99999, 0.99999, 4, 4 }, { 172, -1, 182, 184, 185, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 162, -1, 174, 172, 175, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 482, 481, 508, 509, 486, 508, 509, 507, 1.00001, 1.00001, 1, 1 }, { 337, 338, 360, 361, 359, 360, 361, 338, 1.00001, 0.99999, 1, 1 }, { 116, 115, 127, 126, 128, 127, 126, 125, 0.99999, 1.00000, 8, 8 }, { 117, 133, 127, 129, 128, 145, 147, 148, 0.00000, 0.00000, 8, 8 }, { 116, 117, 127, 128, 126, 127, 128, 129, 0.99999, 0.99999, 8, 8 }, { 108, 107, 119, 118, 120, 119, 118, 117, 1.00000, 0.99999, 8, 8 }, { 107, 140, 119, 117, 118, 162, 159, 161, 0.00000, 0.00000, 8, 8 }, { 140, 152, 162, 161, 159, 162, 161, 163, 1.00000, 1.00000, 8, 8 }, { 116, -1, 126, 128, 127, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 107, 106, 118, 117, 119, 118, 117, 116, 0.99999, 1.00001, 8, 8 }, { 106, -1, 118, 116, 117, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 134, 145, 150, 147, 149, 150, 147, 148, 1.00000, 1.00000, 8, 8 }, { 172, 175, 185, 184, 182, 185, 184, 187, 0.99999, 1.00001, 4, 4 }, { 146, 134, 150, 149, 152, 150, 149, 147, 1.00000, 1.00000, 8, 8 }, { 175, 146, 185, 187, 184, 150, 152, 149, 0.00000, 0.00000, 4, 8 }, { 117, 118, 129, 128, 127, 129, 128, 130, 0.99999, 0.99999, 8, 8 }, { 134, 119, 147, 149, 150, 129, 131, 130, 0.00000, 0.00000, 8, 8 }, { 119, 118, 129, 130, 131, 129, 130, 128, 0.99999, 0.99999, 8, 8 }, { 151, 140, 159, 161, 160, 159, 161, 162, 1.00000, 1.00000, 8, 8 }, { 129, 106, 117, 116, 139, 117, 116, 118, 1.00001, 1.00001, 8, 8 }, { 129, 139, 117, 139, 116, 159, 158, 160, 0.00000, 0.00000, 8, 8 }, { 151, 139, 159, 160, 161, 159, 160, 158, 1.00000, 1.00000, 8, 8 }, { 160, 163, 173, 172, 170, 173, 172, 175, 1.00001, 1.00001, 4, 4 }, { 161, 151, 173, 171, 170, 161, 160, 159, 0.00000, 0.00000, 4, 8 }, { 161, 160, 173, 170, 171, 173, 170, 172, 1.00001, 0.99999, 4, 4 }, { 175, 174, 184, 187, 185, 184, 187, 186, 1.00001, 0.99999, 4, 4 }, { 174, -1, 184, 186, 187, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 118, -1, 128, 130, 129, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 128, 129, 116, 139, 138, 116, 139, 117, 1.00001, 0.99999, 8, 8 }, { 128, -1, 116, 138, 139, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 160, -1, 172, 170, 173, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 120, 119, 131, 130, 132, 131, 130, 129, 1.00000, 0.99999, 8, 8 }, { 135, 146, 149, 152, 151, 149, 152, 150, 1.00000, 1.00000, 8, 8 }, { 121, 135, 131, 133, 132, 149, 151, 152, 0.00000, 0.00000, 8, 8 }, { 120, 121, 131, 132, 130, 131, 132, 133, 1.00000, 1.00000, 8, 8 }, { 127, 128, 139, 138, 137, 139, 138, 116, 0.99999, 1.00000, 8, 8 }, { 150, 139, 158, 160, 157, 158, 160, 159, 1.00000, 1.00000, 8, 8 }, { 127, 138, 139, 137, 138, 158, 156, 157, 0.00000, 0.00000, 8, 8 }, { 150, 138, 158, 157, 160, 158, 157, 156, 1.00000, 1.00000, 8, 8 }, { 120, -1, 130, 132, 131, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 127, 126, 138, 137, 139, 138, 137, 136, 1.00000, 1.00000, 8, 8 }, { 126, -1, 138, 136, 137, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 506, 505, 533, 534, 535, 533, 534, 532, 1.00001, 1.00001, 1, 1 }, { 506, -1, 533, 535, 534, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 504, -1, 533, 531, 532, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 504, 505, 533, 532, 531, 533, 532, 534, 1.00001, 0.99999, 1, 1 }, { 361, 362, 385, 386, 384, 385, 386, 387, 1.00001, 1.00001, 1, 1 }, { 362, -1, 385, 387, 386, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 360, -1, 385, 383, 384, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 360, 361, 385, 384, 383, 385, 384, 386, 1.00001, 0.99999, 1, 1 }, { 507, 506, 534, 535, 536, 534, 535, 533, 1.00001, 0.99999, 1, 1 }, { 507, 525, 534, 536, 535, 553, 554, 548, 0.00000, 0.00000, 1, 1 }, { 524, 505, 553, 552, 548, 534, 532, 533, 0.00000, 0.00000, 1, 1 }, { 524, 525, 553, 548, 552, 553, 548, 554, 1.00000, 1.00000, 1, 1 }, { 363, 362, 386, 387, 388, 386, 387, 385, 1.00001, 0.99999, 1, 1 }, { 381, 363, 405, 406, 400, 386, 388, 387, 0.00000, 0.00000, 1, 1 }, { 380, 361, 405, 404, 400, 386, 384, 385, 0.00000, 0.00000, 1, 1 }, { 380, 381, 405, 400, 404, 405, 400, 406, 1.00000, 1.00000, 1, 1 }, { 174, 177, 187, 186, 184, 187, 186, 167, 0.99999, 1.00000, 4, 4 }, { 147, 135, 152, 151, 153, 152, 151, 149, 1.00000, 1.00000, 8, 8 }, { 147, 177, 152, 153, 151, 187, 167, 186, 0.00000, 0.00000, 8, 4 }, { 158, 161, 171, 170, 168, 171, 170, 173, 1.00000, 0.99999, 4, 4 }, { 159, 150, 171, 169, 168, 160, 157, 158, 0.00000, 0.00000, 4, 8 }, { 158, 159, 171, 168, 170, 171, 168, 169, 1.00000, 1.00000, 4, 4 }, { 176, 177, 186, 167, 166, 186, 167, 187, 1.00000, 1.00000, 4, 4 }, { 176, -1, 186, 166, 167, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 158, -1, 170, 168, 171, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 508, 507, 535, 536, 537, 535, 536, 534, 0.99999, 1.00000, 1, 1 }, { 508, -1, 535, 537, 536, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 503, 504, 531, 532, 530, 531, 532, 533, 1.00000, 0.99999, 1, 1 }, { 502, -1, 531, 529, 530, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 503, 502, 531, 530, 532, 531, 530, 529, 1.00000, 1.00000, 1, 1 }, { 363, 364, 387, 388, 386, 387, 388, 389, 0.99999, 1.00000, 1, 1 }, { 364, -1, 387, 389, 388, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 359, 360, 383, 384, 382, 383, 384, 385, 1.00000, 0.99999, 1, 1 }, { 358, -1, 383, 381, 382, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 359, 358, 383, 382, 384, 383, 382, 381, 1.00000, 1.00000, 1, 1 }, { 508, 509, 536, 537, 535, 536, 537, 538, 1.00000, 1.00000, 1, 1 }, { 526, 509, 554, 555, 548, 536, 538, 537, 0.00000, 0.00000, 1, 1 }, { 526, 525, 554, 548, 555, 554, 548, 553, 1.00000, 1.00000, 1, 1 }, { 503, 523, 532, 530, 531, 552, 551, 548, 0.00000, 0.00000, 1, 1 }, { 524, 523, 552, 548, 553, 552, 548, 551, 1.00000, 1.00000, 1, 1 }, { 365, 364, 388, 389, 390, 388, 389, 387, 1.00000, 1.00000, 1, 1 }, { 365, 382, 388, 390, 389, 406, 407, 400, 0.00000, 0.00000, 1, 1 }, { 381, 382, 406, 400, 405, 406, 400, 407, 1.00000, 1.00000, 1, 1 }, { 379, 359, 404, 403, 400, 384, 382, 383, 0.00000, 0.00000, 1, 1 }, { 380, 379, 404, 400, 405, 404, 400, 403, 1.00000, 1.00000, 1, 1 }, { 123, 121, 133, 132, 135, 133, 132, 131, 0.99999, 1.00000, 8, 8 }, { 122, 136, 133, 134, 135, 151, 154, 153, 0.00000, 0.00000, 8, 8 }, { 122, 123, 133, 135, 134, 133, 135, 132, 0.99999, 1.00001, 8, 8 }, { 136, 147, 151, 153, 154, 151, 153, 152, 1.00000, 1.00000, 8, 8 }, { 125, 126, 137, 136, 134, 137, 136, 138, 1.00000, 0.99999, 8, 8 }, { 137, 125, 156, 154, 155, 137, 134, 136, 0.00000, 0.00000, 8, 8 }, { 149, 138, 156, 157, 155, 156, 157, 158, 1.00000, 1.00000, 8, 8 }, { 137, 149, 156, 155, 154, 156, 155, 157, 1.00000, 1.00000, 8, 8 }, { 123, -1, 132, 135, 133, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 124, 125, 136, 134, 135, 136, 134, 137, 0.99999, 1.00001, 8, 8 }, { 124, -1, 136, 135, 134, 0, 0, 0, 0.00000, 0.00000, 8, 0 }, { 124, 122, 134, 135, 136, 134, 135, 133, 1.00001, 1.00001, 8, 8 }, { 136, 148, 154, 153, 151, 154, 153, 155, 1.00000, 1.00000, 8, 8 }, { 137, 148, 154, 155, 156, 154, 155, 153, 1.00000, 1.00000, 8, 8 }, { 510, 509, 537, 538, 539, 537, 538, 536, 1.00000, 0.99999, 1, 1 }, { 510, -1, 537, 539, 538, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 502, 501, 529, 530, 531, 529, 530, 528, 0.99999, 1.00000, 1, 1 }, { 500, -1, 529, 527, 528, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 501, 500, 529, 528, 530, 529, 528, 527, 0.99999, 1.00001, 1, 1 }, { 366, 365, 389, 390, 391, 389, 390, 388, 1.00000, 0.99999, 1, 1 }, { 366, -1, 389, 391, 390, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 357, 358, 381, 382, 380, 381, 382, 383, 0.99999, 1.00000, 1, 1 }, { 356, -1, 381, 379, 380, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 356, 357, 381, 380, 379, 381, 380, 382, 0.99999, 1.00001, 1, 1 }, { 511, 510, 538, 539, 540, 538, 539, 537, 0.99999, 0.99999, 1, 1 }, { 511, 527, 538, 540, 539, 555, 556, 548, 0.00000, 0.00000, 1, 1 }, { 527, 526, 555, 548, 556, 555, 548, 554, 1.00000, 1.00000, 1, 1 }, { 523, 522, 551, 548, 552, 551, 548, 550, 1.00000, 1.00000, 1, 1 }, { 522, 501, 551, 550, 548, 530, 528, 529, 0.00000, 0.00000, 1, 1 }, { 366, 367, 390, 391, 389, 390, 391, 392, 0.99999, 0.99999, 1, 1 }, { 383, 367, 407, 408, 400, 390, 392, 391, 0.00000, 0.00000, 1, 1 }, { 382, 383, 407, 400, 406, 407, 400, 408, 1.00000, 1.00000, 1, 1 }, { 378, 379, 403, 400, 402, 403, 400, 404, 1.00000, 1.00000, 1, 1 }, { 378, 357, 403, 402, 400, 382, 380, 381, 0.00000, 0.00000, 1, 1 }, { 176, 155, 167, 166, 186, 167, 166, 165, 1.00000, 0.99999, 4, 4 }, { 148, 155, 153, 155, 154, 167, 165, 166, 0.00000, 0.00000, 8, 4 }, { 156, 159, 169, 168, 164, 169, 168, 171, 0.99999, 1.00000, 4, 4 }, { 157, 149, 169, 165, 164, 157, 155, 156, 0.00000, 0.00000, 4, 8 }, { 157, 156, 169, 164, 165, 169, 164, 168, 0.99999, 1.00001, 4, 4 }, { 154, 155, 166, 165, 164, 166, 165, 167, 0.99999, 1.00001, 4, 4 }, { 154, -1, 166, 164, 165, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 156, -1, 168, 164, 169, 0, 0, 0, 0.00000, 0.00000, 4, 0 }, { 154, 157, 165, 164, 166, 165, 164, 169, 1.00001, 1.00001, 4, 4 }, { 511, 512, 539, 540, 538, 539, 540, 541, 0.99999, 0.99999, 1, 1 }, { 512, -1, 539, 541, 540, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 499, 500, 527, 528, 526, 527, 528, 529, 0.99999, 1.00001, 1, 1 }, { 498, -1, 527, 525, 526, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 498, 499, 527, 526, 525, 527, 526, 528, 0.99999, 0.99999, 1, 1 }, { 367, 368, 391, 392, 390, 391, 392, 393, 0.99999, 1.00001, 1, 1 }, { 368, -1, 391, 393, 392, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 355, 356, 379, 380, 378, 379, 380, 381, 0.99999, 1.00001, 1, 1 }, { 354, -1, 379, 377, 378, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 355, 354, 379, 378, 380, 379, 378, 377, 0.99999, 0.99999, 1, 1 }, { 528, 527, 556, 548, 557, 556, 548, 555, 1.00000, 1.00000, 1, 1 }, { 512, 513, 540, 541, 539, 540, 541, 542, 0.99999, 0.99999, 1, 1 }, { 528, 513, 556, 557, 548, 540, 542, 541, 0.00000, 0.00000, 1, 1 }, { 522, 521, 548, 550, 551, 548, 550, 549, 1.00000, 1.00000, 1, 1 }, { 528, 529, 548, 557, 556, 548, 557, 558, 1.00000, 1.00000, 1, 1 }, { 521, 520, 548, 549, 550, 548, 549, 547, 1.00000, 1.00000, 1, 1 }, { 529, 530, 548, 558, 557, 548, 558, 559, 1.00000, 1.00000, 1, 1 }, { 520, 531, 548, 547, 549, 548, 547, 559, 1.00000, 1.00000, 1, 1 }, { 530, 531, 548, 559, 558, 548, 559, 547, 1.00000, 1.00000, 1, 1 }, { 499, 521, 528, 526, 527, 550, 549, 548, 0.00000, 0.00000, 1, 1 }, { 384, 383, 408, 400, 409, 408, 400, 407, 1.00000, 1.00000, 1, 1 }, { 368, 369, 392, 393, 391, 392, 393, 394, 1.00001, 0.99999, 1, 1 }, { 369, 384, 392, 394, 393, 408, 409, 400, 0.00000, 0.00000, 1, 1 }, { 377, 378, 400, 402, 401, 400, 402, 403, 1.00000, 1.00000, 1, 1 }, { 385, 384, 400, 409, 410, 400, 409, 408, 1.00000, 1.00000, 1, 1 }, { 377, 376, 400, 401, 402, 400, 401, 399, 1.00000, 1.00000, 1, 1 }, { 386, 385, 400, 410, 411, 400, 410, 409, 1.00000, 1.00000, 1, 1 }, { 376, 387, 400, 399, 401, 400, 399, 411, 1.00000, 1.00000, 1, 1 }, { 387, 386, 400, 411, 399, 400, 411, 410, 1.00000, 1.00000, 1, 1 }, { 377, 355, 402, 401, 400, 380, 378, 379, 0.00000, 0.00000, 1, 1 }, { 513, 514, 541, 542, 540, 541, 542, 543, 0.99999, 1.00000, 1, 1 }, { 514, -1, 541, 543, 542, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 498, 497, 525, 526, 527, 525, 526, 524, 1.00000, 0.99999, 1, 1 }, { 496, -1, 525, 523, 524, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 497, 496, 525, 524, 526, 525, 524, 523, 1.00000, 1.00000, 1, 1 }, { 369, 370, 393, 394, 392, 393, 394, 395, 0.99999, 1.00000, 1, 1 }, { 370, -1, 393, 395, 394, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 354, 353, 377, 378, 379, 377, 378, 376, 1.00000, 0.99999, 1, 1 }, { 352, -1, 377, 375, 376, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 353, 352, 377, 376, 378, 377, 376, 375, 1.00000, 1.00000, 1, 1 }, { 515, 514, 542, 543, 544, 542, 543, 541, 1.00000, 1.00000, 1, 1 }, { 529, 515, 557, 558, 548, 542, 544, 543, 0.00000, 0.00000, 1, 1 }, { 520, 497, 549, 547, 548, 526, 524, 525, 0.00000, 0.00000, 1, 1 }, { 370, 371, 394, 395, 393, 394, 395, 396, 1.00000, 1.00000, 1, 1 }, { 371, 385, 394, 396, 395, 409, 410, 400, 0.00000, 0.00000, 1, 1 }, { 353, 376, 378, 376, 377, 401, 399, 400, 0.00000, 0.00000, 1, 1 }, { 516, 515, 543, 544, 545, 543, 544, 542, 1.00000, 0.99999, 1, 1 }, { 516, -1, 543, 545, 544, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 496, 519, 523, 524, 525, 523, 524, 546, 0.99999, 1.00000, 1, 1 }, { 518, -1, 523, 545, 546, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 518, 519, 523, 546, 545, 523, 546, 524, 0.99999, 1.00001, 1, 1 }, { 371, 372, 395, 396, 394, 395, 396, 397, 1.00000, 0.99999, 1, 1 }, { 372, -1, 395, 397, 396, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 352, 375, 375, 376, 377, 375, 376, 398, 0.99999, 1.00000, 1, 1 }, { 374, -1, 375, 397, 398, 0, 0, 0, 0.00000, 0.00000, 1, 0 }, { 374, 375, 375, 398, 397, 375, 398, 376, 0.99999, 0.99999, 1, 1 }, { 516, 517, 544, 545, 543, 544, 545, 546, 0.99999, 1.00001, 1, 1 }, { 530, 517, 558, 559, 548, 544, 546, 545, 0.00000, 0.00000, 1, 1 }, { 519, 531, 524, 546, 523, 547, 559, 548, 0.00000, 0.00000, 1, 1 }, { 372, 373, 396, 397, 395, 396, 397, 398, 0.99999, 1.00001, 1, 1 }, { 373, 386, 396, 398, 397, 410, 411, 400, 0.00000, 0.00000, 1, 1 }, { 375, 387, 376, 398, 375, 399, 411, 400, 0.00000, 0.00000, 1, 1 }, { 518, 517, 545, 546, 523, 545, 546, 544, 1.00001, 1.00001, 1, 1 }, { 373, 374, 397, 398, 396, 397, 398, 375, 1.00001, 0.99999, 1, 1 }, { 236, 229, 257, 256, 258, 241, 243, 242, 0.00000, 0.00000, 4, 4 }, { 228, 231, 241, 240, 242, 247, 246, 245, 0.00000, 0.00000, 4, 4 }, { 229, 228, 241, 242, 243, 241, 242, 240, 1.00000, 1.00000, 4, 4 }, { 243, 236, 257, 258, 263, 257, 258, 256, 1.00000, 1.00000, 4, 4 }, { 234, 229, 253, 252, 254, 243, 242, 241, 0.00000, 0.00000, 4, 4 }, { 236, 237, 256, 258, 257, 256, 258, 259, 1.00000, 1.00000, 4, 4 }, { 237, 238, 256, 259, 258, 256, 259, 260, 1.00000, 1.00000, 4, 4 }, { 226, 228, 238, 236, 237, 240, 242, 241, 0.00000, 0.00000, 4, 4 }, { 2, 237, 4, 6, 5, 258, 259, 256, 0.00000, 0.00000, 2, 4 }, { 2, 5, 4, 5, 6, 10, 11, 9, 0.00000, 0.00000, 2, 2 }, { 3, 2, 6, 5, 7, 6, 5, 4, 1.00000, 1.00000, 2, 2 }, { 8, 3, 16, 17, 18, 6, 7, 5, 0.00000, 0.00000, 2, 2 }, { 1, 3, 3, 1, 2, 5, 7, 6, 0.00000, 0.00000, 2, 2 }}
    #local ldd_brick_3001_cfs = array[2][9]{{ 8, 4, 0.00000, 0.00000, 1.00000, 0.00000, -0.40000, 0.00000, -1.20000 }, { 8, 4, 0.00000, 0.00000, 1.00000, 0.00000, -0.40000, 0.96000, -1.20000 }}

    ldd_brick(
        3001,
        materials,
        decorations,
        transformations,
        ldd_brick_3001_surface_count,
        ldd_brick_3001_surfaces,
        ldd_brick_3001_bone_count,
        ldd_brick_3001_bones,
        ldd_brick_3001_bone_indices,
        ldd_brick_3001_vertex_count,
        ldd_brick_3001_vertices,
        ldd_brick_3001_normal_count,
        ldd_brick_3001_normal_vectors,
        ldd_brick_3001_face_count,
        ldd_brick_3001_face_indices,
        ldd_brick_3001_uv_vertex_count,
        ldd_brick_3001_uv_vertices,
        ldd_brick_3001_uv_face_count,
        ldd_brick_3001_uv_indices,
        ldd_brick_3001_group_count,
        ldd_brick_3001_groups,
        ldd_brick_3001_edge_count,
        ldd_brick_3001_edges,
        ldd_brick_3001_cfs,
        ldd_brick_3001_bb_min,
        ldd_brick_3001_bb_max
    )
#end

#end
     

- ldd_materials.bin: This is the huge file for the materials that the render will use. It's a huge file as you can imagine, so here's a snippet

#include "ldd_materials_declarations.bin"
#include "ldd_colors.bin"
#include "ldd_finishes.inc"


#ifndef(ldd_filters[1])
    #ifndef(ldd_filter_shinyPlastic_255)
        #declare ldd_filters[1] = ldd_filter_alpha_255;
    #else
        #declare ldd_filters[1] = ldd_filter_shinyPlastic_255;
    #end

#end
#ifndef(ldd_transmits[1])
    #ifndef(ldd_transmit_shinyPlastic_255)
        #declare ldd_transmits[1] = ldd_transmit_alpha_255;
    #else
        #declare ldd_transmits[1] = ldd_transmit_shinyPlastic_255;
    #end
#end
#ifndef(ldd_finishes[1])
    #declare ldd_finishes[1] = finish { ldd_finish_shinyPlastic_255 }
#end
#ifndef(ldd_normals[1])
    #ifdef(ldd_normal_shinyPlastic_255)
        #declare ldd_normals[1] = normal { ldd_normal_shinyPlastic_255 }
    #end
#end
#ifndef(ldd_materials[1])
    #declare ldd_materials[1] =
            texture {
                pigment { color #ifdef(ldd_colors[1]) ldd_colors[1] #else ldd_colors[1] #end filter ldd_filters[1] transmit ldd_transmits[1] }
                #ifdef(ldd_normals[1])
                    normal { ldd_normals[1] }
                #end
                finish { ldd_finishes[1] }
            }
#end

#ifndef(ldd_outline_materials[1])
    #declare ldd_outline_materials[1] =
        texture {
                pigment { color #ifdef(ldd_outline_colors[1]) ldd_outline_colors[1] #else ldd_outline_colors[1] #end }
                finish { ldd_finish_outline }
        }
#end

#ifndef(ldd_interiors[1])
    #declare ldd_interiors[1] = interior { ldd_interior_shinyPlastic_255 }
#end

......

 

- ldd_part_material_declarations.bin: Again, a large file, not too sure what it's used for?

#include "ldd_materials.bin"

#declare ldd_slope_inverted = -1000000;

#ifndef(ldd_part_materials)
    #declare ldd_part_materials = array[1000000]
#end

#ifndef(ldd_part_slope_materials)
    #declare ldd_part_slope_materials = array[1000000]
#end

 


#ifndef(ldd_filters[1001])
    #ifndef(ldd_filter_shinyPlastic_255)
        #declare ldd_filters[1001] = ldd_filter_alpha_255;
    #else
        #declare ldd_filters[1001] = ldd_filter_shinyPlastic_255;
    #end

#end
#ifndef(ldd_transmits[1001])
    #ifndef(ldd_transmit_shinyPlastic_255)
        #declare ldd_transmits[1001] = ldd_transmit_alpha_255;
    #else
        #declare ldd_transmits[1001] = ldd_transmit_shinyPlastic_255;
    #end
#end
#ifndef(ldd_finishes[1001])
    #declare ldd_finishes[1001] = finish { ldd_finish_shinyPlastic_255 }
#end
#ifndef(ldd_normals[1001])
    #ifdef(ldd_normal_shinyPlastic_255)
        #declare ldd_normals[1001] = normal { ldd_normal_shinyPlastic_255 }
    #end
#end
#ifndef(ldd_materials[1001])
    #declare ldd_materials[1001] =
            texture {
                pigment { color #ifdef(ldd_colors[1001]) ldd_colors[1001] #else ldd_colors[1] #end filter ldd_filters[1001] transmit ldd_transmits[1001] }
                #ifdef(ldd_normals[1001])
                    normal { ldd_normals[1001] }
                #end
                finish { ldd_finishes[1001] }
            }
#end

#ifndef(ldd_outline_materials[1001])
    #declare ldd_outline_materials[1001] =
        texture {
                pigment { color #ifdef(ldd_outline_colors[1001]) ldd_outline_colors[1001] #else ldd_outline_colors[1] #end }
                finish { ldd_finish_outline }
        }
#end

#ifndef(ldd_interiors[1001])
    #declare ldd_interiors[1001] = interior { ldd_interior_shinyPlastic_255 }
#end

- ldd_textures.bin: A file mapping element ids to the decorations?

#ifndef(ldd_texture_count)
    #declare ldd_texture_count = 1518;
#end

#ifndef(ldd_texture_index)
    #declare ldd_texture_index=array[ldd_texture_count]
#end

#ifndef(ldd_textures)
    #declare ldd_textures=array[ldd_texture_count]

#end

#macro ldd_custom_decoration(decoration_id, image_type, path)

    #local saved_version = version;

    #version 3.7;

    #local i = 0;
    #while (i<ldd_texture_count)
        #if (ldd_texture_index=decoration_id)
            #break
        #end
        #local i = i + 1;
    #end

    #if (i=ldd_texture_count)
        #debug concat("Decoration with ID ", str(decoration_id, 0, 0), " not found.")
    #else
        #if(strcmp(image_type, "exr")=0)
            #declare ldd_textures = texture { pigment { image_map { exr path once } rotate <180, 0, 0> translate y } }
        #elseif(strcmp(image_type, "gif")=0)
            #declare ldd_textures = texture { pigment { image_map { gif path once } rotate <180, 0, 0> translate y } }
        #elseif(strcmp(image_type, "hdr")=0)
            #declare ldd_textures = texture { pigment { image_map { hdr path once } rotate <180, 0, 0> translate y } }
        #elseif(strcmp(image_type, "iff")=0)
            #declare ldd_textures = texture { pigment { image_map { iff path once } rotate <180, 0, 0> translate y } }
        #elseif(strcmp(image_type, "jpg")=0|strcmp(image_type, "jpeg")=0)
            #declare ldd_textures = texture { pigment { image_map { jpeg path once } rotate <180, 0, 0> translate y } }
        #elseif(strcmp(image_type, "pgm")=0)
            #declare ldd_textures = texture { pigment { image_map { pgm path once } rotate <180, 0, 0> translate y } }
        #elseif(strcmp(image_type, "png")=0)
            #declare ldd_textures = texture { pigment { image_map { png path once } rotate <180, 0, 0> translate y } }
        #elseif(strcmp(image_type, "ppm")=0)
            #declare ldd_textures = texture { pigment { image_map { ppm path once } rotate <180, 0, 0> translate y } }
        #elseif(strcmp(image_type, "sys")=0)
            #declare ldd_textures = texture { pigment { image_map { sys path once } rotate <180, 0, 0> translate y } }
        #elseif(strcmp(image_type, "tga")=0)
            #declare ldd_textures = texture { pigment { image_map { tga path once } rotate <180, 0, 0> translate y } }
        #elseif(strcmp(image_type, "tif")=0|strcmp(image_type, "tiff")=0)
            #declare ldd_textures = texture { pigment { image_map { tiff path once } rotate <180, 0, 0> translate y } }
        #end
    #end

    #version saved_version;

#end


#ifndef(ldd_texture_index[0])
    #declare ldd_texture_index[0] = 54580;
#end


#ifndef(ldd_texture_index[1])
    #declare ldd_texture_index[1] = 54581;
#end

- ldd_colors.bin: the name says it all. Again, another long file.

#include "ldd_colors_declarations.bin"

#ifndef(ldd_white)
    #declare ldd_white = rgb <244/255,244/255,244/255>;
#else
    #ifndef(ldd_colors[1])
        #declare ldd_colors[1] = rgb <ldd_white.x, ldd_white.y, ldd_white.z>;
    #end
#end

#local ldd_default_white = rgb <255/255, 255/255, 253/255>;
#local ldd_default_white_red = 255;
#local ldd_default_white_green = 255;
#local ldd_default_white_blue = 253;

#local ldd_white_red = ldd_white.x*255;
#local ldd_white_green = ldd_white.y*255;
#local ldd_white_blue = ldd_white.z*255;

#ifndef(ldd_black)
    #declare ldd_black = rgb <27/255,42/255,52/255>;
#else
    #ifndef(ldd_colors[26])
        #declare ldd_colors[26] = rgb <ldd_black.x, ldd_black.y, ldd_black.z>;
    #end
#end

#local ldd_default_black = rgb <27/255,42/255,52/255>;
#local ldd_default_black_red = 27;
#local ldd_default_black_green = 42;
#local ldd_default_black_blue = 52;

#local ldd_black_red = ldd_black.x*255;
#local ldd_black_green = ldd_black.y*255;
#local ldd_black_blue = ldd_black.z*255;

#ifndef(ldd_white_outline_treshold)
    #declare ldd_white_outline_treshold = rgb <27/255,42/255,52/255>;
#end

#ifndef(ldd_stretch_palette)
    #declare ldd_stretch_palette = 0;
#end

#ifndef(ldd_use_color_outlines)
    #declare ldd_use_color_outlines = 0;
#end

#ifndef(ldd_color_outline_intensity)
    #declare ldd_color_outline_intensity = 1;
#end

#ifndef(ldd_grayscale_ratio)
    #declare ldd_grayscale_ratio = <0.30,0.59,0.11>;
#end

 

#ifndef(ldd_colors[1])
    #if(ldd_stretch_palette=1)
        #declare ldd_colors[1] = rgb <((244-ldd_default_black_red)/(ldd_default_white_red-ldd_default_black_red)*(ldd_white_red-ldd_black_red)+ldd_black_red)/255, ((244-ldd_default_black_green)/(ldd_default_white_green-ldd_default_black_green)*(ldd_white_green-ldd_black_green)+ldd_black_green)/255, ((244-ldd_default_black_blue)/(ldd_default_white_blue-ldd_default_black_blue)*(ldd_white_blue-ldd_black_blue)+ldd_black_blue)/255>;
    #else
        #declare ldd_colors[1] = rgb <244/255, 244/255, 244/255>;
    #end
#end

#ifndef(ldd_outline_colors[1])
    #if (ldd_use_color_outlines=1)
        #if (vdot(<ldd_colors[1].x, ldd_colors[1].y, ldd_colors[1].z>, ldd_grayscale_ratio)<=128)
            #declare ldd_outline_colors[1] = (1+ldd_color_outline_intensity) * ldd_colors[1];
        #else
            #declare ldd_outline_colors[1] = (1-ldd_color_outline_intensity) * ldd_colors[1];
        #end
    #elseif(vdot(<ldd_colors[1].x, ldd_colors[1].y, ldd_colors[1].z>, ldd_grayscale_ratio)<=vdot(<ldd_white_outline_treshold.x, ldd_white_outline_treshold.y, ldd_white_outline_treshold.z>, ldd_grayscale_ratio))
        #declare ldd_outline_colors[1] = ldd_colors[1];
    #else
        #declare ldd_outline_colors[1] = rgb <0, 0, 0>;
    #end
#end

 

#ifndef(ldd_colors[2])
    #if(ldd_stretch_palette=1)
        #declare ldd_colors[2] = rgb <((138-ldd_default_black_red)/(ldd_default_white_red-ldd_default_black_red)*(ldd_white_red-ldd_black_red)+ldd_black_red)/255, ((146-ldd_default_black_green)/(ldd_default_white_green-ldd_default_black_green)*(ldd_white_green-ldd_black_green)+ldd_black_green)/255, ((141-ldd_default_black_blue)/(ldd_default_white_blue-ldd_default_black_blue)*(ldd_white_blue-ldd_black_blue)+ldd_black_blue)/255>;
    #else
        #declare ldd_colors[2] = rgb <138/255, 146/255, 141/255>;
    #end
#end
...

The other files are either encrypted to me at the moment, so more investigation needed or some sort of unimportant contstants file, and doesn't yet look that important!

Edited by Excalibur
Link to comment
Share on other sites

OK, quick update, yes some of the files are encrypted in the program then just written out. Fairly simple to decrypt this, so I've sorted all include files except one! Grr!

Link to comment
Share on other sites

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.