diff --git a/base/VulkanTools.cpp b/base/VulkanTools.cpp index c40f555..62fdaa9 100644 --- a/base/VulkanTools.cpp +++ b/base/VulkanTools.cpp @@ -29,12 +29,8 @@ const std::string getAssetPath() } else { - std::filesystem::path currentPath = std::filesystem::current_path(); - dataFilePath = VK_EXAMPLE_DATA_DIR; - dataFilePath = dataFilePath.lexically_relative(currentPath); - dataFile = dataFilePath.generic_string(); - return dataFile; + return VK_EXAMPLE_DATA_DIR; } #endif diff --git a/base/renderConfig.cpp b/base/renderConfig.cpp index 8dc2264..7ba53c2 100644 --- a/base/renderConfig.cpp +++ b/base/renderConfig.cpp @@ -26,9 +26,10 @@ void PlumageConfig::PlumageConfiguration::readConfigurationFromToml(std::string std::string cY = toml::find(camera, "cY"); std::vector bottomCenter = toml::find>(camera, "bottomCenter"); std::vector bottomNormal = toml::find>(camera, "bottomNormal"); + std::vector cameraFixation = toml::find>(camera, "center"); std::vector> cameraTracks = toml::find>>(camera, "cameraTracks"); std::vector>> cameraAngle = toml::find>>>(camera, "cameraAngle"); - + auto& debug = toml::find(tomlSettings, "debug"); settings.validation = toml::find(debug, "validation"); settings.vsync = toml::find(debug, "vsync"); @@ -38,8 +39,9 @@ void PlumageConfig::PlumageConfiguration::readConfigurationFromToml(std::string //settings.cleanUpImageSequece = toml::find_or(debug, "cleanUpImageSequece"); /* - conversion + conversion: type and coordinate system(rotation had been converted) */ + size_t sz; settings.fX = std::stof(fX, &sz); settings.fY = std::stof(fY, &sz); @@ -47,6 +49,7 @@ void PlumageConfig::PlumageConfiguration::readConfigurationFromToml(std::string settings.cY = std::stof(cY, &sz); settings.bottomCenter = glm::vec3(bottomCenter[0], -bottomCenter[1], -bottomCenter[2]); settings.bottomNormal = glm::vec3(bottomNormal[0], -bottomNormal[1], -bottomNormal[2]); + settings.cameraFixation = glm::vec3(cameraFixation[0], -cameraFixation[1], -cameraFixation[2]); auto cameraTracksAndAngleSize = std::min(cameraTracks.size(), cameraAngle.size()); settings.cameraTracks.resize(cameraTracksAndAngleSize); settings.cameraAngle.resize(cameraTracksAndAngleSize); diff --git a/base/renderConfig.h b/base/renderConfig.h index 0c0c8f4..988de3f 100644 --- a/base/renderConfig.h +++ b/base/renderConfig.h @@ -51,6 +51,7 @@ namespace PlumageConfig glm::vec3 bottomCenter = { 0.f,0.f,-6.f }; //std::vector bottomCenter = { 0.f,0.f,-6.f }; glm::vec3 bottomNormal = { 0.f,1.0f,0.f }; + glm::vec3 cameraFixation = { -0.5f,1.5f,1.79f }; std::vector cameraTracks = { {0.f,0.f,-6.f},{1.f,0.f,-3.f} }; std::vector cameraAngle = { {{0.f,0.f,0.f},{45.f,0.f,0.f},{0.f,0.f,0.f}},{{0.f,0.f,0.f},{45.f,0.f,0.f},{0.f,0.f,0.f}} }; @@ -106,7 +107,7 @@ namespace PlumageConfig std::string brdfVertShaderPath = getAssetPath() + "shaders/genbrdflut.vert.spv"; std::string brdfFragShaderPath = getAssetPath() + "shaders/genbrdflut.frag.spv"; // environment map texture - std::string envMapFilePath = getAssetPath() + "environments/brown_photostudio_02_4k_hdr16f_cube.ktx"; + std::string envMapFilePath = getAssetPath() + "environments/metro_noord_4k_hdr16f_cube.ktx"; std::string emptyEnvmapFilePath = getAssetPath() + "textures/empty.ktx"; // pbr shader std::string pbrVertShaderPath = getAssetPath() + "shaders/pbr.vert.spv"; @@ -130,7 +131,7 @@ namespace PlumageConfig std::string hdr2ktxShFilePath = getAssetPath() + "script/hdr2ktxShFilePath.sh"; // 配置文件路径,命令行传入后保存在这 //std::string configFilePath = getAssetPath() + "config/guanzi.toml"; - std::string configFilePath = getAssetPath() + "config/yukino_traj1_matrix.toml"; + std::string configFilePath = getAssetPath() + "config/yukino_flat.toml"; } filePath; diff --git a/data/config/yukino_flat.toml b/data/config/yukino_flat.toml new file mode 100644 index 0000000..65a4fa1 --- /dev/null +++ b/data/config/yukino_flat.toml @@ -0,0 +1,39 @@ +[settings] +width = 1080 +height = 720 +multiSampling = false +sampleCount = 4 +rotateModel = true +modelRotateSpeed = 2.0 +startFrameIndex = 1 +endFrameIndex = 200 +videoFrameRate = 24 +selectedPhysicalDeviceIndex = 7 + +[FilePath] +glTFModelFilePath = "./data/models/DamagedHelmet/DamagedHelmet.gltf" +envMapFilePath = "./data/environments/metro_noord_4k_hdr16f_cube.ktx" +imageOutputPath = "./data/output/imageSequence" +videoOutputPath = "./data/output/video" + +[settings.camera] +fovX = 1.0 +fovY = 1.0 +cX = "360.0" +cY = "640.0" +bottomCenter = [ -0.20881704115704597, 2.3079614900109178, 2.4732711349324648,] +bottomNormal = [ -0.005433781072497368, -0.7549476027488708, -0.6557626724243164,] +cameraTracks = [ [ -2.7698358355353374, 5.164212353886789, -2.3360608873853406,], [ -2.595695788464611, 5.214357223331065, -2.3952331908734243,], [ -2.4192056037343574, 5.2608803128895, -2.450255389417432,], [ -2.2405394558489866, 5.303735709889501, -2.5010731827503125,], [ -2.0598736667258364, 5.342881121228222, -2.547636419845354,], [ -1.8773865316867266, 5.378277915110755, -2.589899148409189,], [ -1.6932581435020018, 5.409891159175045, -2.6278196602311685,], [ -1.5076702146607102, 5.437689654965915, -2.661360532344322,], [ -1.3208058980423156, 5.461645968724172, -2.690488663957311,], [ -1.1328496061669195, 5.481736458460414, -2.7151753091209168,], [ -0.9439868292023641, 5.49794129728683, -2.735396105096818,], [ -0.7544039519078332, 5.510244492983931, -2.7511310964006728,], [ -0.5642880696945998, 5.518633903782945, -2.762364754495771,], [ -0.37382680398543877, 5.523101250348282, -2.76908599311783,], [ -0.1832081170549377, 5.523642123948229, -2.7712881792157966,], [ 0.007379873466575232, 5.520255990805844, -2.768969139497862,], [ 0.19774908024242382, 5.512946192625726, -2.7621311625762486,], [ 0.3877116318490709, 5.501719943296157, -2.7507809967086194,], [ 0.5770800581825393, 5.4865883217698626, -2.7349298431383615,], [ 0.765667475468764, 5.467566261130426, -2.714593345040318,], [ 0.9532877706953191, 5.4446725338551385, -2.6897915720828554,], [ 1.1397557852824876, 5.417929733288824, -2.6605490006215278,], [ 1.3248874978124303, 5.38736425134695, -2.626894489543871,], [ 1.5085002056361, 5.3530062524699735, -2.588861251789159,], [ 1.6904127051787081, 5.314889643854697, -2.5464868215712477,], [ 1.8704454707657658, 5.273052041991947, -2.4998130173368347,], [ 2.0484208317932593, 5.2275347355436494, -2.4488859004957035,], [ 2.2241631480670825, 5.178382644595898, -2.3937557299636696,], [ 2.397498983138695, 5.125644276328251, -2.3344769125631024,], [ 2.568257275465974, 5.069371677143012, -2.2711079493299593,], [ 2.73626950723029, 5.009620381301702, -2.2037113777803228,], [ 2.901369870643252, 4.946449356119456, -2.1323537101934265,], [ 3.063395431578985, 4.879920943771396, -2.0571053679720603,], [ 3.2221862903704213, 4.810100799768442, -1.978040612145158,], [ 3.3775857396109945, 4.737057828163232, -1.8952374700811145,], [ 3.5294404188059003, 4.660864113550155, -1.8087776584842024,], [ 3.6776004657204147, 4.58159484992656, -1.7187465027500501,], [ 3.821919664275809, 4.499328266485345, -1.6252328527597737,], [ 3.9622555888469826, 4.414145550412204, -1.5283289951958718,], [ 4.09846974481934, 4.326130766763667, -1.4281305624664178,], [ 4.230427705266272, 4.235370775505041, -1.3247364383274114,], [ 4.357999243612296, 4.141955145790112, -1.2182486602964546,], [ 4.481058462150964, 4.045976067567203, -1.108772318954038,], [ 4.599483916290696, 3.9475282605988244, -0.9964154542318261,], [ 4.713158734405935, 3.846708880984707, -0.8812889487902934,], [ 4.821970733175328, 3.7436174252804597, -0.7635064185909198,], [ 4.925812528293122, 3.638355632306479, -0.6431841007709524,], [ 5.024581640444506, 3.5310273827440204, -0.5204407389313919,], [ 5.11818059644033, 3.4217385966175042, -0.39539746595138664,], [ 5.206517025411361, 3.310597128764244, -0.2681776844447117,], [ 5.289503749967192, 3.1977126623947396, -0.13890694497628522,], [ 5.367058872229796, 3.0831966008485883, -0.007712822158914372,], [ 5.439105854656843, 2.967161957652847, 0.12527521124743657,], [ 5.505573595575013, 2.849723244991315, 0.2599259121096383,], [ 5.566396499348771, 2.730996360694843, 0.39610639644251266,], [ 5.621514541115327, 2.611098473864163, 0.5336822705492922,], [ 5.670873326021942, 2.4901479092381273, 0.6725177636519724,], [ 5.71442414290707, 2.3682640304214844, 0.812475861880671,], [ 5.7521240123724, 2.245567122087404, 0.9534184434897854,], [ 5.783935729198329, 2.1221782712710393, 1.095206415167468,], [ 5.809827899061025, 1.9982192478712275, 1.237699849303943,], [ 5.829774969514833, 1.8738123844783092, 1.3807581220831602,], [ 5.843757255209457, 1.7490804556466326, 1.5242400522615185,], [ 5.851760957317014, 1.6241465567308828, 1.668004040496719,], [ 5.853778177149825, 1.4991339824058405, 1.8119082090892067,], [ 5.849806923955456, 1.3741661049894134, 1.9558105419983418,], [ 5.839851116881356, 1.2493662526890559, 2.099569024995083,], [ 5.823920581107127, 1.1248575878917175, 2.243041785812887,], [ 5.80203103814826, 1.0007629856174423, 2.3860872341585013,], [ 5.7742040903409, 0.8772049122565538, 2.5285642014444916,], [ 5.7404671995229455, 0.7543053047101104, 2.670332080105602,], [ 5.7008536599325295, 0.6321854500529105, 2.811250962361438,], [ 5.655402565350625, 0.5109658658377909, 2.951181778288557,], [ 5.604158770520209, 0.39076618115935574, 3.08998643306569,], [ 5.547172846880043, 0.2717050185945023, 3.2275279432566566,], [ 5.484501032656762, 0.15389987713624637, 3.363670571996494,], [ 5.416205177364544, 0.03746701623642405, 3.498279962947331,], [ 5.3423526807671085, -0.0774786589283643, 3.6312232728918854,], [ 5.263016426362274, -0.19082371085429337, 3.7623693028336858,], [ 5.178274709454758, -0.30245628165942345, 3.891588627474628,], [ 5.088211159888152, -0.41226620347393766, 4.018753722942134,], [ 4.992914659512379, -0.5201451071625162, 4.143739092639805,], [ 4.892479254468023, -0.6259865292715935, 4.266421391097412,], [ 4.787004062374149, -0.7296860170959404, 4.3866795456979935,], [ 4.67659317451118, -0.8311412317608619, 4.504394876161899,], [ 4.561355553095365, -0.9302520492183259, 4.61945121166991,], [ 4.441404923746239, -1.0269206590572924, 4.731735005509797,], [ 4.316859663253155, -1.1210516610307921, 4.841135447133224,], [ 4.187842682751684, -1.2125521592044528, 4.947544571512389,], [ 4.0544813064251795, -1.3013318536335627, 5.050857365688453,], [ 3.9169071458511517, -1.3873031294782283, 5.150971872406676,], [ 3.7752559701165627, -1.4703811434686256, 5.247789290735894,], [ 3.6296675718301104, -1.5504839076350752, 5.341214073573124,], [ 3.4802856291638, -1.6275323702202713, 5.43115402193702,], [ 3.3272575640599484, -1.7014504936938122, 5.517520375957122,], [ 3.1707343967435024, -1.7721653297920774, 5.600227902469155,], [ 3.0108705966833362, -1.8396070915093414, 5.67919497912985,], [ 2.8478239301495214, -1.9037092219691298, 5.754343674968352,], [ 2.68175530451706, -1.9644084601078267, 5.825599827294684,], [ 2.512828609469749, -2.021644903105693, 5.892893114889355,], [ 2.341210555260825, -2.075362065503733, 5.956157127401929,], [ 2.1670705081900974, -2.125506934948009, 6.015329430890012,], [ 1.9905803234598445, -2.1720300245064434, 6.07035162943402,], [ 1.8119141755744723, -2.2148854215064437, 6.121169422766902,], [ 1.6312483864513259, -2.254030832845164, 6.167732659861941,], [ 1.4487612514122146, -2.2894276267276976, 6.209995388425777,], [ 1.2646328632274877, -2.3210408707919887, 6.247915900247756,], [ 1.0790449343861976, -2.348839366582859, 6.28145677236091,], [ 0.8921806177678018, -2.372795680341114, 6.310584903973899,], [ 0.7042243258924095, -2.392886170077358, 6.335271549137505,], [ 0.5153615489278525, -2.409091008903774, 6.355492345113407,], [ 0.32577867163332014, -2.4213942046008743, 6.3712273364172605,], [ 0.1356627894200873, -2.4297836153998893, 6.38246099451236,], [ -0.05479847628907539, -2.4342509619652244, 6.389182233134418,], [ -0.2454171632195725, -2.4347918355651723, 6.391384419232384,], [ -0.4360051537410876, -2.4314057024227873, 6.3890653795144505,], [ -0.6263743605169372, -2.424095904242669, 6.382227402592836,], [ -0.8163369121235833, -2.4128696549131, 6.370877236725207,], [ -1.005705338457053, -2.3977380333868044, 6.355026083154949,], [ -1.1942927557432748, -2.3787159727473686, 6.334689585056906,], [ -1.3819130509698305, -2.355822245472081, 6.309887812099444,], [ -1.5683810655570016, -2.3290794449057683, 6.280645240638116,], [ -1.7535127780869424, -2.298513962963893, 6.246990729560459,], [ -1.9371254859106146, -2.2641559640869167, 6.208957491805747,], [ -2.1190379854532186, -2.22603935547164, 6.166583061587836,], [ -2.2990707510402784, -2.1842017536088902, 6.119909257353423,], [ -2.4770461120677743, -2.138684447160592, 6.068982140512291,], [ -2.6527884283415943, -2.0895323562128403, 6.013851969980258,], [ -2.8261242634132095, -2.0367939879451944, 5.95457315257969,], [ -2.9968825557404872, -1.9805213887599555, 5.891204189346547,], [ -3.164894787504802, -1.9207700929186455, 5.823807617796911,], [ -3.3299951509177697, -1.8575990677363976, 5.752449950210012,], [ -3.492020711853495, -1.7910706553883418, 5.677201607988651,], [ -3.650811570644937, -1.7212505113853847, 5.598136852161745,], [ -3.806211019885507, -1.6482075397801745, 5.5153337100977025,], [ -3.958065699080413, -1.572013825167099, 5.4288738985007905,], [ -4.10622574599493, -1.4927445615435015, 5.338842742766636,], [ -4.250544944550321, -1.4104779781022903, 5.2453290927763625,], [ -4.390880869121496, -1.3252952620291476, 5.14842523521246,], [ -4.527095025093853, -1.2372804783806102, 5.048226802483005,], [ -4.659052985540784, -1.146520487121985, 4.944832678344,], [ -4.786624523886812, -1.0531048574070536, 4.838344900313039,], [ -4.909683742425475, -0.9571257791841477, 4.7288685589706265,], [ -5.028109196565206, -0.8586779722157696, 4.616511694248416,], [ -5.141784014680448, -0.7578585926016504, 4.501385188806881,], [ -5.25059601344984, -0.6547671368974032, 4.383602658607508,], [ -5.354437808567636, -0.5495053439234199, 4.263280340787539,], [ -5.453206920719021, -0.4421770943609612, 4.140536978947977,], [ -5.546805876714841, -0.33288830823445037, 4.015493705967978,], [ -5.635142305685874, -0.22174684038118803, 3.8882739244613003,], [ -5.7181290302417045, -0.10886237401168307, 3.7590031849928733,], [ -5.795684152504309, 0.005653687534470646, 3.6278090621754995,], [ -5.867731134931357, 0.1216883307302114, 3.494821028769149,], [ -5.934198875849526, 0.239127043391739, 3.3601703279069532,], [ -5.9950217796232845, 0.3578539276882129, 3.223989843574076,], [ -6.05013982138984, 0.4777518145188931, 3.086413969467296,], [ -6.099498606296456, 0.5987023791449317, 2.9475784763646127,], [ -6.143049423181584, 0.7205862579615748, 2.807620378135914,], [ -6.1807492926469125, 0.8432831662956494, 2.6666777965268063,], [ -6.212561009472842, 0.9666720171120172, 2.52488982484912,], [ -6.238453179335538, 1.090631040511829, 2.3823963907126453,], [ -6.258400249789347, 1.2150379039047496, 2.2393381179334253,], [ -6.2723825354839695, 1.3397698327364265, 2.0958561877550665,], [ -6.280386237591527, 1.4647037316521707, 1.9520921995198726,], [ -6.282403457424339, 1.5897163059772157, 1.8081880309273817,], [ -6.27843220422997, 1.7146841833936433, 1.6642856980182463,], [ -6.268476397155869, 1.8394840356940039, 1.5205272150215012,], [ -6.252545861381639, 1.9639927004913404, 1.377054454203699,], [ -6.230656318422774, 2.0880873027656106, 1.2340090058580913,], [ -6.202829370615414, 2.211645376126503, 1.0915320385720966,], [ -6.16909247979746, 2.334544983672946, 0.9497641599109865,], [ -6.129478940207042, 2.4566648383301497, 0.8088452776551461,], [ -6.084027845625138, 2.5778844225452673, 0.6689144617280288,], [ -6.032784050794724, 2.698084107223697, 0.5301098069509023,], [ -5.9757981271545555, 2.817145269788556, 0.3925682967599299,], [ -5.913126312931275, 2.93495041124681, 0.2564256680200942,], [ -5.844830457639056, 3.051383272146634, 0.12181627706925541,], [ -5.77097796104162, 3.166328947311422, -0.011127032875298603,], [ -5.691641706636789, 3.279673999237347, -0.14227306281709393,], [ -5.6068999897292695, 3.3913065700424814, -0.2714923874580412,], [ -5.516836440162667, 3.5011164918569944, -0.3986574829255464,], [ -5.421539939786891, 3.608995395545573, -0.5236428526232175,], [ -5.321104534742536, 3.7148368176546516, -0.6463251510808252,], [ -5.215629342648666, 3.8185363054789936, -0.7665833056814016,], [ -5.1052184547856925, 3.91999152014392, -0.8842986361453127,], [ -4.98998083336988, 4.019102337601383, -0.9993549716533224,], [ -4.870030204020751, 4.11577094744035, -1.1116387654932096,], [ -4.745484943527667, 4.20990194941385, -1.2210392071166383,], [ -4.616467963026201, 4.301402447587506, -1.3274483314957977,], [ -4.483106586699691, 4.39018214201662, -1.4307611256718664,], [ -4.345532426125665, 4.476153417861285, -1.530875632390088,], [ -4.203881250391074, 4.559231431851684, -1.627693050719308,], [ -4.058292852104622, 4.639334196018133, -1.7211178335565374,], [ -3.908910909438318, 4.716382658603326, -1.8110577819204285,], [ -3.7558828443344603, 4.79030078207687, -1.8974241359405353,], [ -3.599359677018016, 4.861015618175134, -1.980131662452567,], [ -3.4394958769578476, 4.928457379892398, -2.059098739113263,], [ -3.276449210424033, 4.992559510352188, -2.1342474349517655,], [ -3.110380584791579, 5.053258748490882, -2.2055035872780944,], [ -2.9414538897442606, 5.11049519148875, -2.2727968748727663,],] +cameraAngle = [ [ [ 0.9069842482426074, -0.005433763303586695, -0.42112949036626823,], [ 0.27244838299411656, -0.754947593058016, 0.5965115341213443,], [ -0.32117199760203785, -0.6557626140245182, -0.6832451551266554,],], [ [ 0.9197647035992772, -0.0054337644974819825, -0.3924326237920587,], [ 0.2535770645106065, -0.7549475934018066, 0.60477500243562,], [ -0.2995522698413705, -0.6557626136188356, -0.6929962714276869,],], [ [ 0.9316374622061949, -0.005433765707489773, -0.363348473513013,], [ 0.23445549602397567, -0.7549475937207666, 0.6124416307856414,], [ -0.277636920091965, -0.6557626132416063, -0.7020634840784609,],], [ [ 0.942590807076235, -0.005433766932415847, -0.3339057420774552,], [ 0.21510254821598757, -0.754947594014581, 0.6195038531297317,], [ -0.25544757616066854, -0.655762612893202, -0.7104378448288914,],], [ [ 0.9526139285729801, -0.005433768171051319, -0.30413348591073724,], [ 0.19553732011233135, -0.7549475942829601, 0.6259546999022045,], [ -0.23300613625405014, -0.6557626125739668, -0.7181110891903317,],], [ [ 0.9616969350785926, -0.005433769422173882, -0.2740610866400195,], [ 0.17577912023416467, -0.7549475945256386, 0.6317878048915276,], [ -0.21033474736748733, -0.6557626122842157, -0.7250756445916777,],], [ [ 0.9698308627557098, -0.005433770684548755, -0.24371822209810887,], [ 0.15584744754290653, -0.7549475947423777, 0.6369974115230451,], [ -0.18745578342872327, -0.6557626120242342, -0.7313246378526277,],], [ [ 0.9770076843937284, -0.0054337719569302135, -0.21313483703497355,], [ 0.1357619721970849, -0.7549475949329628, 0.6415783785400606,], [ -0.16439182321746593, -0.6557626117942799, -0.7368519019667265,],], [ [ 0.9832203173307437, -0.005433773238062549, -0.18234111356583643,], [ 0.11554251614023014, -0.754947595097206, 0.6455261850776698,], [ -0.14116562808281838, -0.6557626115945789, -0.7416519821874954,],], [ [ 0.9884626304433303, -0.00543377452668137, -0.1513674413850136,], [ 0.095209033538971, -0.7549475952349454, 0.6488369351243408,], [ -0.11780011948053122, -0.6557626114253283, -0.7457201414116467,],], [ [ 0.9927294501972644, -0.0054337758215150245, -0.12024438777489205,], [ 0.07478159109064057, -0.754947595346045, 0.6515073613668355,], [ -0.09431835635224631, -0.6557626112866956, -0.7490523648540633,],], [ [ 0.9960165657532127, -0.005433777121285665, -0.08900266743964672,], [ 0.05428034821982501, -0.7549475954303951, 0.6535348284146753,], [ -0.07074351236905542, -0.6557626111788175, -0.7516453640099355,],], [ [ 0.9983207331223523, -0.005433778424710556, -0.05767311219346697,], [ 0.03372553718340037, -0.7549475954879125, 0.6549173354009729,], [ -0.04709885306183323, -0.6557626111017998, -0.753496579900141,],], [ [ 0.9996396783678199, -0.005433779730503381, -0.026286640533205684,], [ 0.013137443103689903, -0.7549475955185402, 0.6556535179570623,], [ -0.02340771286091215, -0.6557626110557195, -0.7546041855966651,],], [ [ 0.9999720998488292, -0.005433781037375473, 0.005125772874517065,], [ -0.00746361605055044, -0.7549475955222485, 0.6557426495589755,], [ 0.0003065279322379127, -0.6557626110406215, -0.7549670880255732,],], [ [ 0.9993176695052425, -0.00543378234403711, 0.03653312776164531,], [ -0.028057309515563265, -0.7549475954990335, 0.6551846422444407,], [ 0.024020466218601, -0.6557626110565205, -0.7545849290457475,],], [ [ 0.9976770331813292, -0.005433783649198791, 0.06790442885228484,], [ -0.04862331379664879, -0.7549475954489179, 0.6539800466996908,], [ 0.04771069919770552, -0.6557626111034014, -0.7534580858023326,],], [ [ 0.99505180998839, -0.005433784951572446, 0.0992087164513727,], [ -0.06914133272504902, -0.7549475953719512, 0.6521300517159999,], [ 0.07135384746341897, -0.6557626111812175, -0.7515876703545359,],], [ [ 0.9914445907068796, -0.005433786249872807, 0.13041509699823414,], [ -0.08959111748786579, -0.7549475952682094, 0.6496364830164815,], [ 0.09492657807665647, -0.6557626112898923, -0.7489755285781492,],], [ [ 0.9868589352295978, -0.0054337875428185954, 0.16149277355486902,], [ -0.10995248661124105, -0.7549475951377951, 0.6465018014543072,], [ 0.1184056275922287, -0.6557626114293184, -0.74562423834388,],], [ [ 0.9812993690484815, -0.0054337888291338555, 0.19241107619888323,], [ -0.13020534587708243, -0.754947594980837, 0.6427291005841259,], [ 0.1417678250171082, -0.6557626115993581, -0.7415371069732841,],], [ [ 0.9747713787884583, -0.005433790107549168, 0.22313949229106694,], [ -0.15032970815367444, -0.7549475947974896, 0.6383221036090764,], [ 0.164990114677453, -0.6557626117998436, -0.7367181679748155,],], [ [ 0.9672814067927707, -0.0054337913768028, 0.2536476965877511,], [ -0.17030571312060724, -0.7549475945879343, 0.6332851597064103,], [ 0.18804957897182295, -0.6557626120305775, -0.7311721770632102,],], [ [ 0.9588368447651181, -0.005433792635642275, 0.28390558116822184,], [ -0.19011364686855442, -0.7549475943523775, 0.6276232397353501,], [ 0.21092346098813083, -0.6557626122913314, -0.7249046074661393,],], [ [ 0.9494460264748865, -0.005433793882825076, 0.3138832851476612,], [ -0.20973396135455905, -0.7549475940910518, 0.6213419313314181,], [ 0.233589186962011, -0.6557626125818484, -0.7179216445227538,],], [ [ 0.939118219532671, -0.005433795117120683, 0.34355122414628525,], [ -0.22914729369362488, -0.7549475938042154, 0.6144474333920787,], [ 0.2560243885544375, -0.6557626129018415, -0.7102301795794628,],], [ [ 0.9278636162442016, -0.005433796337310718, 0.3728801194856029,], [ -0.2483344852675767, -0.754947593492151, 0.6069465499591357,], [ 0.27820692492661026, -0.6557626132509954, -0.7018378031889596,],], [ [ 0.9156933235517056, -0.0054337975421910245, 0.40184102708297675,], [ -0.2672766006323299, -0.7549475931551667, 0.5988466835039225,], [ 0.30011490459032053, -0.6557626136289653, -0.6927527976192166,],], [ [ 0.9026193520726297, -0.00543379873057275, 0.43040536601597107,], [ -0.28595494620490863, -0.754947592793595, 0.5901558276219122,], [ 0.3217267070122315, -0.6557626140353778, -0.6829841286798354,],], [ [ 0.8886546042465386, -0.005433799901282893, 0.4585449467283014,], [ -0.3043510887117745, -0.7549475924077929, 0.5808825591439587,], [ 0.34302100395075735, -0.6557626144698324, -0.6725414368738217,],], [ [ 0.8738128616018951, -0.0054338010531662885, 0.48623199884954316,], [ -0.32244687338025546, -0.754947591998141, 0.5710360296719517,], [ 0.3639767805044781, -0.6557626149318998, -0.6614350278835193,],], [ [ 0.8581087711552794, -0.005433802185085992, 0.5134391986011486,], [ -0.34022444185512263, -0.7549475915650435, 0.5606259565472422,], [ 0.384573355851321, -0.6557626154211244, -0.6496758624000892,],], [ [ 0.8415578309564775, -0.0054338032959249175, 0.540139695761726,], [ -0.3576662498226366, -0.7549475911089281, 0.549662613260751,], [ 0.4047904036580414, -0.6557626159370235, -0.6372755453065745,],], [ [ 0.8241763747937031, -0.00543380438458686, 0.5663071401649634,], [ -0.3747550843246649, -0.7549475906302446, 0.5381568193142237,], [ 0.4246079721398584, -0.6557626164790874, -0.6242463142252253,],], [ [ 0.8059815560740428, -0.005433805449997543, 0.5919157077040583,], [ -0.3914740807457907, -0.7549475901294657, 0.5261199295426382,], [ 0.44400650375045475, -0.6557626170467817, -0.6106010274403847,],], [ [ 0.7869913308950431, -0.005433806491105531, 0.6169401258169758,], [ -0.40780673945664064, -0.7549475896070854, 0.5135638229083075,], [ 0.46296685448290165, -0.6557626176395458, -0.596353151208861,],], [ [ 0.7672244403241362, -0.005433807506883139, 0.641355698427397,], [ -0.42373694209701385, -0.7549475890636191, 0.5005008907777295,], [ 0.48147031276246727, -0.655762618256795, -0.5815167464703016,],], [ [ 0.7467003919033984, -0.005433808496328287, 0.6651383303167366,], [ -0.43924896748273884, -0.7549475884996036, 0.4869440246927575,], [ 0.4994986179126614, -0.6557626188979196, -0.5661064549706908,],], [ [ 0.7254394403978952, -0.005433809458464058, 0.6882645509031812,], [ -0.4543275071205623, -0.7549475879155952, 0.4729066036481623,], [ 0.5170339781762936, -0.6557626195622878, -0.5501374848126624,],], [ [ 0.7034625678066102, -0.005433810392341436, 0.7107115374042766,], [ -0.4689576803157552, -0.7549475873121704, 0.4584024808881372,], [ 0.5340590882737569, -0.6557626202492431, -0.5336255954468924,],], [ [ 0.6807914626556839, -0.005433811297038405, 0.7324571373602164,], [ -0.483125048857533, -0.7549475866899243, 0.4434459702347803,], [ 0.550557146481218, -0.655762620958108, -0.5165870821193764,],], [ [ 0.657448498594403, -0.005433812171662294, 0.7534798904955914,], [ -0.4968156312677919, -0.7549475860494714, 0.4280518319620432,], [ 0.5665118712118491, -0.6557626216881829, -0.4990387597899489,],], [ [ 0.6334567123150608, -0.005433813015349847, 0.7737590498980341,], [ -0.5100159165991025, -0.7549475853914438, 0.41223525822909174,], [ 0.5819075170837472, -0.6557626224387472, -0.48099794653790945,],], [ [ 0.6088397808184773, -0.005433813827268702, 0.7932746024928563,], [ -0.5227128777683437, -0.7549475847164905, 0.39601185808744893,], [ 0.5967288904586779, -0.6557626232090602, -0.462482446471136,],], [ [ 0.5836219980476204, -0.0054338146066173106, 0.8120072887934715,], [ -0.5348939844128179, -0.754947584025278, 0.37939764207672133,], [ 0.610961364436315, -0.6557626239983617, -0.4435105321555506,],], [ [ 0.5578282509123847, -0.005433815352626862, 0.8299386219081162,], [ -0.5465472152561612, -0.7549475833184882, 0.36240900642410884,], [ 0.6245908932891713, -0.6557626248058729, -0.4241009265822785,],], [ [ 0.531483994729191, -0.005433816064560734, 0.8470509057841079,], [ -0.5576610699718461, -0.7549475825968187, 0.3450627168632907,], [ 0.6376040263239853, -0.6557626256307966, -0.40427278469029604,],], [ [ 0.5046152280996424, -0.005433816741716642, 0.8633272526716408,], [ -0.5682245805325663, -0.7549475818609815, 0.3273758920886594,], [ 0.6499879211558741, -0.6557626264723188, -0.38404567446280546,],], [ [ 0.47724846725303316, -0.005433817383426242, 0.8787515997898805,], [ -0.5782273220343078, -0.7549475811117032, 0.30936598686122774,], [ 0.6617303563821624, -0.6557626273296091, -0.36343955761598734,],], [ [ 0.44941071987802583, -0.0054338179890562055, 0.8933087251789139,], [ -0.5876594229844194, -0.7549475803497229, 0.29105077478288527,], [ 0.6728197436433726, -0.6557626282018214, -0.34247476989919384,],], [ [ 0.4211294584693261, -0.0054338185580088995, 0.9069842627219121,], [ -0.5965115750435368, -0.7549475795757928, 0.27244833075600033,], [ 0.683245139059482, -0.6557626290880951, -0.3211720010260208,],], [ [ 0.392432593215656, -0.005433819089722852, 0.9197647163226776,], [ -0.6047750422117394, -0.7549475787906765, 0.2535770131456796,], [ 0.692996254030153, -0.6557626299875554, -0.299552274256064,],], [ [ 0.36334844445578446, -0.005433819583673184, 0.9316374732245873,], [ -0.6124416694498795, -0.7549475779951489, 0.2344554456622904,], [ 0.7020634653882839, -0.6557626308993149, -0.2776369256475136,],], [ [ 0.3339057147297948, -0.005433820039372501, 0.9425908164577907,], [ -0.6195038907275748, -0.754947577189995, 0.21510249898212136,], [ 0.7104378248968602, -0.655762631822473, -0.25544758300105697,],], [ [ 0.3041334604531741, -0.005433820456371197, 0.9526139364023736,], [ -0.6259547364899217, -0.7549475763760096, 0.19553727212432429,], [ 0.71811106807973, -0.6557626327561196, -0.23300614451587398,],], [ [ 0.27406106324167373, -0.0054338208342575665, 0.961696941456083,], [ -0.6317878405355604, -0.7549475755539958, 0.17577907360251166,], [ 0.7250756223775949, -0.6557626336993326, -0.2103347571787846,],], [ [ 0.24371820091524496, -0.005433821172658818, 0.9698308677960811,], [ -0.636997446299308, -0.7549475747247649, 0.15584740236961203,], [ 0.7313246146211656, -0.6557626346511817, -0.18745579490787792,],], [ [ 0.21313481820966254, -0.005433821471240893, 0.9770076882250993,], [ -0.6415784125331543, -0.7549475738891352, 0.13576192857479108,], [ 0.7368518778141047, -0.6557626356107273, -0.1643918364721939,],], [ [ 0.1823410972247371, -0.005433821729709321, 0.9832203200932581,], [ -0.6455262183800177, -0.7549475730479315, 0.11554247415142238,], [ 0.7416519572190672, -0.6557626365770224, -0.1411656432092426,],], [ [ 0.15136742763828756, -0.005433821947808756, 0.9884626322877396,], [ -0.6488369678352552, -0.7549475722019838, 0.09520899325527302,], [ 0.7457201157408321, -0.6557626375491136, -0.11780013656235752,],], [ [ 0.12024437671525762, -0.005433822125324129, 0.9927294512834147,], [ -0.6515073935915204, -0.7549475713521272, 0.07478155257219958,], [ 0.7490523386012107, -0.6557626385260412, -0.09431837546004387,],], [ [ 0.08900265914158285, -0.005433822262080195, 0.9960165662484493,], [ -0.6535348602631785, -0.7549475704991999, 0.05428031151479648,], [ 0.7516453373011204, -0.6557626395068415, -0.07074353355964992,],], [ [ 0.057673106712573904, -0.005433822357942002, 0.9983207331998581,], [ -0.6549173669870928, -0.7549475696440443, 0.03372550232753548,], [ 0.7534965528659131, -0.6557626404905462, -0.047098876377818254,],], [ [ 0.026286637905726537, -0.005433822412814984, 0.9996396782049016,], [ -0.655653549397222, -0.7549475687875038, 0.013137410120028836,], [ 0.7546041583707566, -0.6557626414761848, -0.02340773833028201,],], [ [ -0.005125772632006484, -0.0054338224266449325, 0.9999720996251649,], [ -0.6557426809710728, -0.754947567930424, -0.007463647151874645,], [ 0.7549670607435763, -0.6557626424627843, 0.00030650029632873387,],], [ [ -0.03653312465237975, -0.005433822399418223, 0.9993176694011094,], [ -0.6551846737466849, -0.7549475670736505, -0.028057338737411463,], [ 0.7545849018437777, -0.6557626434493714, 0.02402043641795224,],], [ [ -0.0679044228992817, -0.005433822331161731, 0.997677033375826,], [ -0.6539800784094372, -0.7549475662180293, -0.0486233411548501,], [ 0.7534580588156863, -0.6557626444349723, 0.047710667249056433,],], [ [ -0.09920870769723505, -0.005433822221942845, 0.9950518106576687,], [ -0.6521300837485907, -0.7549475653644042, -0.06914135824826448,], [ 0.7515876437163537, -0.6557626454186142, 0.07135381339830589,],], [ [ -0.1304150855047832, -0.005433822071869217, 0.9914445920224042,], [ -0.6496365154841063, -0.7549475645136178, -0.08959114121733991,], [ 0.7489755024181022, -0.6557626463993265, 0.09492654194114157,],], [ [ -0.16149275940261326, -0.005433821881089115, 0.986858937356446,], [ -0.6465018344648911, -0.75494756366651, -0.1099525086004471,], [ 0.7456242127868838, -0.6557626473761413, 0.11840558944650514,],], [ [ -0.19241105948632783, -0.005433821649790794, 0.9812993721437038,], [ -0.642729134240255, -0.7549475628239165, -0.13020536619126266,], [ 0.7415370821382578, -0.6557626483480946, 0.14176778493498482,],], [ [ -0.22313947313386795, -0.005433821378202431, 0.974771382999506,], [ -0.6383221380069726, -0.7549475619866691, -0.15032972686927887,], [ 0.7367181439734923, -0.6557626493142275, 0.16499007274572128,],], [ [ -0.2536476751177232, -0.005433821066592124, 0.9672814122560146,], [ -0.633285194934962, -0.7549475611555937, -0.170305730324637,], [ 0.7311721539990161, -0.6557626502735857, 0.18804953528951301,],], [ [ -0.2839055575322076, -0.005433820715267311, 0.9588368516044637,], [ -0.6276232758752103, -0.7549475603315109, -0.19011366265781451,], [ 0.7249045854331423, -0.6557626512252234, 0.21092341566566286,],], [ [ -0.3138832595062718, -0.005433820324574765, 0.9494460348005035,], [ -0.6213419684541748, -0.7549475595152336, -0.2097339758348275,], [ 0.7179216236047008, -0.6557626521682011, 0.23358914012024914,],], [ [ -0.34355119667252904, -0.0054338198949001005, 0.9391182294398417,], [ -0.6144474715595071, -0.7549475587075676, -0.22914730697874813,], [ 0.7102301598489058, -0.655762653101588, 0.2560243403236581,],], [ [ -0.37288009036340186, -0.005433819426667282, 0.9278636278123094,], [ -0.6069465892225391, -0.75494755790931, -0.24833449747849326,], [ 0.7018377847064861, -0.6557626540244631, 0.27820687544538614,],], [ [ -0.4018409965055956, -0.0054338189203384105, 0.915693336843362,], [ -0.5988467239035674, -0.7549475571212482, -0.2672766118960361,], [ 0.692752780432785, -0.6557626549359158, 0.3001148540043375,],], [ [ -0.4304053341843705, -0.00543381837641314, 0.9026193671329529,], [ -0.5901558691865625, -0.75494755634416, -0.2859549566533759,], [ 0.6829841128242247, -0.6557626558350462, 0.3217266554730481,],], [ [ -0.4585449138494233, -0.005433817795428322, 0.888654621102592,], [ -0.5808826018905126, -0.754947555578813, -0.30435109848082276,], [ 0.6725414223702012, -0.6557626567209672, 0.3430209516145121,],], [ [ -0.48623196513455264, -0.005433817177957443, 0.8738128802622835,], [ -0.571036073605186, -0.7549475548259617, -0.32244688260839827,], [ 0.6614350147391382, -0.6557626575928047, 0.36397672753056354,],], [ [ -0.5134391642636398, -0.005433816524609515, 0.8581087916099169,], [ -0.5606260016596667, -0.7549475540863494, -0.34022445068238966,], [ 0.6496758506080939, -0.655762658449698, 0.3845733024010302,],], [ [ -0.5401396610159117, -0.005433815836029575, 0.8415578531765217,], [ -0.5496626595325723, -0.7549475533607058, -0.35766625838938665,], [ 0.6372755348459529, -0.6557626592908018, 0.4047903498932014,],], [ [ -0.5663071052238682, -0.0054338151128971385, 0.8241763987316559,], [ -0.5381568667134196, -0.7549475526497474, -0.37475509277040064,], [ 0.6242463050608772, -0.6557626601152857, 0.42460791822146543,],], [ [ -0.5919156727777201, -0.005433814355925799, 0.8059815816640257,], [ -0.526119978025145, -0.7549475519541757, -0.39147408920798105,], [ 0.6106010195233221, -0.655762660922336, 0.44400644983731613,],], [ [ -0.6169400911106859, -0.00543381356586257, 0.7869913580532317,], [ -0.5135638724183128, -0.7549475512746768, -0.40780674806956807,], [ 0.5963531444765305, -0.6557626617111564, 0.4629668007303047,],], [ [ -0.641355664139981, -0.005433812743487272, 0.7672244689493634,], [ -0.5005009412480736, -0.7549475506119219, -0.42373695099064956,], [ 0.5815167408470336, -0.6557626624809684, 0.4814702593208799,],], [ [ -0.6651382966388999, -0.005433811889611481, 0.7467004218779116,], [ -0.48694407604543855, -0.7549475499665643, -0.43924897678166086,], [ 0.5661064503682653, -0.6557626632310124, 0.49949856492647965,],], [ [ -0.6882645180159297, -0.005433811005077602, 0.725439471588265,], [ -0.4729066557949367, -0.7549475493392416, -0.45432751694292384,], [ 0.550137481130989, -0.655762663960548, 0.5170339257826474,],], [ [ -0.7107115054774296, -0.005433810090758968, 0.7034626000647817,], [ -0.4584025337312169, -0.7549475487305722, -0.4689576907723132,], [ 0.5336255925747996, -0.6557626646688552, 0.5340590366013821,],], [ [ -0.7324571065510226, -0.005433809147557523, 0.6807914958201607,], [ -0.4434460236676137, -0.7549475481411577, -0.4831250600507457,], [ 0.5165870799354996, -0.6557626653552354, 0.550557095649408,],], [ [ -0.7534798609474567, -0.005433808176404323, 0.6574485324915582,], [ -0.42805188587018045, -0.7549475475715789, -0.4968156432909904,], [ 0.4990387581637155, -0.6557626660190107, 0.5665118213294902,],], [ [ -0.7737590217393812, -0.005433807178257694, 0.6334567467605546,], [ -0.41223531249111933, -0.7549475470223985, -0.5100159295357477,], [ 0.48099794533060647, -0.6557626666595264, 0.581907468248451,],], [ [ -0.7932745758361184, -0.005433806154102841, 0.6088398156187768,], [ -0.39601191257599017, -0.754947546494158, -0.5227128916913734,], [ 0.46248244553705253, -0.6557626672761501, 0.596728842756018,],], [ [ -0.8120072637342316, -0.005433805104950209, 0.5836220330016059,], [ -0.3793976966594938, -0.7549475459873789, -0.5348939993840882,], [ 0.4435105313431881, -0.6557626678682735, 0.6109613179391697,],], [ [ -0.829938598524401, -0.00543380403183541, 0.5578282858130241,], [ -0.3624090609650241, -0.7549475455025617, -0.5465472313259918,], [ 0.42410092573561164, -0.6557626684353124, 0.624590848057187,],], [ [ -0.8470508841358386, -0.005433802935817349, 0.5314840293652754,], [ -0.34506277122359624, -0.7549475450401842, -0.5576610871786655,], [ 0.4042727836500824, -0.6557626689767065, 0.6376039824031529,],], [ [ -0.8633272328002487, -0.005433801817977664, 0.5046152622575621,], [ -0.32737594612810356, -0.7549475446007033, -0.5682245989026683,], [ 0.3840456730679234, -0.6557626694919223, 0.6499878785782345,],], [ [ -0.878751581718091, -0.005433800679419607, 0.47724850071857705,], [ -0.3093660404392416, -0.7549475441845522, -0.5782273415817164,], [ 0.363439555704795, -0.6557626699804509, 0.6617303151656356,],], [ [ -0.8933087089106978, -0.005433799521266781, 0.4494107524381953,], [ -0.291050827759772, -0.7549475437921421, -0.587659443710865,], [ 0.342474767310898, -0.6557626704418104, 0.6728197037917156,],], [ [ -0.9069842482426075, -0.005433798344662132, 0.4211294899141376,], [ -0.2724483829941165, -0.75494754342386, -0.5965115969385426,], [ 0.3211719976020378, -0.6557626708755453, 0.6832451005623735,],], [ [ -0.9197647035992773, -0.0054337971507668415, 0.39243262333992796,], [ -0.25357706451060635, -0.7549475430800692, -0.6047750652528185,], [ 0.29955226984137034, -0.6557626712812276, 0.6929962168634051,],], [ [ -0.931637462206195, -0.005433795940759109, 0.3633484730608824,], [ -0.23445549602397564, -0.7549475427611091, -0.61244169360284,], [ 0.27763692009196494, -0.655762671658457, 0.7020634295141789,],], [ [ -0.9425908070762352, -0.005433794715833061, 0.3339057416253243,], [ -0.21510254821598743, -0.7549475424672948, -0.6195039159469302,], [ 0.2554475761606684, -0.6557626720068613, 0.7104377902646094,],], [ [ -0.95261392857298, -0.005433793477197534, 0.304133485458607,], [ -0.1955373201123316, -0.7549475421989157, -0.625954762719403,], [ 0.23300613625405042, -0.6557626723260968, 0.7181110346260495,],], [ [ -0.9616969350785926, -0.005433792226074968, 0.274061086187889,], [ -0.17577912023416473, -0.754947541956237, -0.6317878677087262,], [ 0.21033474736748736, -0.6557626726158479, 0.7250755900273955,],], [ [ -0.9698308627557101, -0.005433790963700087, 0.24371822164597803,], [ -0.15584744754290636, -0.7549475417394982, -0.636997474340244,], [ 0.18745578342872307, -0.6557626728758291, 0.7313245832883455,],], [ [ -0.9770076843937284, -0.005433789691318625, 0.21313483658284296,], [ -0.13576197219708497, -0.754947541548913, -0.6415784413572593,], [ 0.16439182321746595, -0.6557626731057835, 0.736851847402444,],], [ [ -0.9832203173307436, -0.005433788410186318, 0.18234111311370566,], [ -0.11554251614023002, -0.7549475413846698, -0.6455262478948683,], [ 0.14116562808281824, -0.6557626733054847, 0.7416519276232131,],], [ [ -0.9884626304433303, -0.005433787121567497, 0.15136744093288346,], [ -0.09520903353897131, -0.7549475412469302, -0.6488369979415397,], [ 0.11780011948053157, -0.6557626734747352, 0.7457200868473642,],], [ [ -0.9927294501972644, -0.005433785826733811, 0.12024438732276162,], [ -0.07478159109064068, -0.7549475411358307, -0.6515074241840343,], [ 0.09431835635224642, -0.6557626736133677, 0.7490523102897809,],], [ [ -0.9960165657532127, -0.005433784526963196, 0.08900266698751609,], [ -0.05428034821982499, -0.7549475410514807, -0.6535348912318741,], [ 0.07074351236905539, -0.6557626737212462, 0.7516453094456532,],], [ [ -0.9983207331223523, -0.005433783223538319, 0.05767311174133641,], [ -0.03372553718340039, -0.7549475409939632, -0.6549173982181717,], [ 0.04709885306183326, -0.6557626737982637, 0.7534965253358584,],], [ [ -0.99963967836782, -0.005433781917745482, 0.026286640081074866,], [ -0.013137443103689753, -0.7549475409633353, -0.6556535807742611,], [ 0.023407712860911978, -0.655762673844344, 0.7546041310323829,],], [ [ -0.9999720998488292, -0.005433780610873391, -0.005125773326647228,], [ 0.007463616050550157, -0.7549475409596272, -0.6557427123761744,], [ -0.00030652793223758873, -0.6557626738594422, 0.7549670334612908,],], [ [ -0.9993176695052425, -0.005433779304211752, -0.03653312821377582,], [ 0.028057309515563216, -0.7549475409828424, -0.6551847050616395,], [ -0.02402046621860094, -0.6557626738435429, 0.754584874481465,],], [ [ -0.9976770331813289, -0.005433777999050078, -0.06790442930441552,], [ 0.04862331379664883, -0.7549475410329578, -0.6539801095168897,], [ -0.04771069919770558, -0.655762673796662, 0.7534580312380502,],], [ [ -0.9950518099883902, -0.005433776696676426, -0.09920871690350322,], [ 0.06914133272504899, -0.7549475411099246, -0.6521301145331987,], [ -0.07135384746341894, -0.6557626737188459, 0.7515876157902535,],], [ [ -0.9914445907068796, -0.005433775398376081, -0.13041509745036486,], [ 0.08959111748786588, -0.7549475412136663, -0.6496365458336801,], [ -0.09492657807665657, -0.6557626736101712, 0.748975474013867,],], [ [ -0.9868589352295979, -0.005433774105430259, -0.16149277400699927,], [ 0.10995248661124087, -0.7549475413440806, -0.6465018642715059,], [ -0.11840562759222846, -0.655762673470745, 0.7456241837795978,],], [ [ -0.9812993690484817, -0.005433772819115011, -0.19241107665101356,], [ 0.13020534587708227, -0.7549475415010388, -0.6427291634013247,], [ -0.141767825017108, -0.6557626733007054, 0.7415370524090021,],], [ [ -0.9747713787884583, -0.005433771540699696, -0.22313949274319766,], [ 0.15032970815367452, -0.754947541684386, -0.6383221664262752,], [ -0.16499011467745311, -0.6557626731002197, 0.7367181134105332,],], [ [ -0.9672814067927707, -0.0054337702714460385, -0.25364769703988155,], [ 0.17030571312060713, -0.7549475418939414, -0.633285222523609,], [ -0.18804957897182287, -0.6557626728694861, 0.7311721224989282,],], [ [ -0.9588368447651179, -0.005433769012606663, -0.2839055816203527,], [ 0.1901136468685546, -0.7549475421294984, -0.6276233025525486,], [ -0.21092346098813103, -0.655762672608732, 0.7249045529018571,],], [ [ -0.9494460264748867, -0.00543376776542375, -0.31388328559979134,], [ 0.20973396135455877, -0.754947542390824, -0.6213419941486168,], [ -0.23358918696201067, -0.6557626723182151, 0.7179215899584719,],], [ [ -0.939118219532671, -0.005433766531128224, -0.3435512245984157,], [ 0.2291472936936248, -0.7549475426776604, -0.6144474962092773,], [ -0.2560243885544374, -0.6557626719982217, 0.7102301250151806,],], [ [ -0.9278636162442014, -0.005433765310938191, -0.37288011993773384,], [ 0.2483344852675769, -0.7549475429897248, -0.6069466127763342,], [ -0.2782069249266105, -0.655762671649068, 0.7018377486246775,],], [ [ -0.9156933235517059, -0.0054337641060577735, -0.40184102753510714,], [ 0.2672766006323297, -0.754947543326709, -0.5988467463211208,], [ -0.30011490459032036, -0.6557626712710981, 0.6927527430549347,],], [ [ -0.9026193520726294, -0.005433762917676047, -0.4304053664681018,], [ 0.2859549462049087, -0.7549475436882805, -0.5901558904391104,], [ -0.3217267070122316, -0.6557626708646856, 0.6829840741155533,],], [ [ -0.8886546042465385, -0.005433761746965877, -0.45854494718043187,], [ 0.30435108871177446, -0.7549475440740827, -0.5808826219611569,], [ -0.3430210039507573, -0.6557626704302312, 0.6725413823095397,],], [ [ -0.8738128616018952, -0.005433760595082646, -0.4862319993016736,], [ 0.32244687338025535, -0.7549475444837348, -0.5710360924891499,], [ -0.363976780504478, -0.6557626699681636, 0.6614349733192375,],], [ [ -0.8581087711552788, -0.005433759463162974, -0.51343919905328,], [ 0.340224441855123, -0.7549475449168322, -0.5606260193644401,], [ -0.38457335585132146, -0.6557626694789388, 0.6496758078358073,],], [ [ -0.841557830956478, -0.00543375835232402, -0.540139696213856,], [ 0.35766624982263623, -0.7549475453729477, -0.5496626760779493,], [ -0.404790403658041, -0.65576266896304, 0.6372754907422932,],], [ [ -0.8241763747937029, -0.005433757263661882, -0.5663071406170943,], [ 0.37475508432466514, -0.7549475458516312, -0.5381568821314214,], [ -0.4246079721398586, -0.6557626684209762, 0.6242462596609434,],], [ [ -0.8059815560740429, -0.0054337561982512545, -0.5919157081561888,], [ 0.3914740807457907, -0.75494754635241, -0.526119992359836,], [ -0.4440065037504548, -0.6557626678532819, 0.6106009728761033,],], [ [ -0.7869913308950433, -0.005433755157143269, -0.6169401262691062,], [ 0.40780673945664053, -0.7549475468747903, -0.5135638857255054,], [ -0.4629668544829016, -0.6557626672605177, 0.5963530966445796,],], [ [ -0.7672244403241358, -0.0054337541413655745, -0.641355698879528,], [ 0.4237369420970141, -0.7549475474182563, -0.500500953594927,], [ -0.4814703127624676, -0.6557626666432685, 0.58151669190602,],], [ [ -0.7467003919033987, -0.005433753151920622, -0.6651383307688671,], [ 0.43924896748273873, -0.754947547982272, -0.4869440875099553,], [ -0.49949861791266126, -0.6557626660021437, 0.5661064004064096,],], [ [ -0.7254394403978954, -0.005433752189784769, -0.6882645513553116,], [ 0.45432750712056236, -0.7549475485662804, -0.47290666646535967,], [ -0.5170339781762935, -0.6557626653377756, 0.5501374302483811,],], [ [ -0.7034625678066101, -0.0054337512559075015, -0.7107115378564073,], [ 0.4689576803157552, -0.7549475491697054, -0.45840254370533456,], [ -0.534059088273757, -0.6557626646508202, 0.5336255408826112,],], [ [ -0.6807914626556838, -0.005433750351210504, -0.7324571378123469,], [ 0.4831250488575328, -0.7549475497919513, -0.44344603305197766,], [ -0.5505571464812179, -0.6557626639419554, 0.5165870275550954,],], [ [ -0.6574484985944025, -0.00543374947658653, -0.7534798909477225,], [ 0.4968156312677921, -0.7549475504324041, -0.4280518947792402,], [ -0.5665118712118494, -0.6557626632118805, 0.49903870522566746,],], [ [ -0.6334567123150613, -0.0054337486328989775, -0.7737590503501645,], [ 0.5100159165991025, -0.7549475510904319, -0.4122353210462892,], [ -0.5819075170837469, -0.6557626624613163, 0.48099789197362874,],], [ [ -0.608839780818478, -0.005433747820980151, -0.7932746029449863,], [ 0.5227128777683436, -0.7549475517653852, -0.39601192090464626,], [ -0.5967288904586777, -0.6557626616910032, 0.4624823919068556,],], [ [ -0.5836219980476204, -0.0054337470416314605, -0.8120072892456022,], [ 0.534893984412818, -0.7549475524565977, -0.3793977048939184,], [ -0.6109613644363149, -0.6557626609017018, 0.4435104775912698,],], [ [ -0.557828250912385, -0.005433746295622074, -0.8299386223602466,], [ 0.5465472152561611, -0.7549475531633875, -0.36240906924130584,], [ -0.6245908932891711, -0.6557626600941906, 0.4241008720179979,],], [ [ -0.5314839947291906, -0.005433745583688122, -0.8470509062362389,], [ 0.5576610699718463, -0.7549475538850571, -0.3450627796804872,], [ -0.6376040263239855, -0.6557626592692668, 0.4042727301260152,],], [ [ -0.5046152280996419, -0.005433744906532128, -0.8633272531237718,], [ 0.5682245805325666, -0.7549475546208941, -0.3273759549058558,], [ -0.6499879211558744, -0.6557626584277447, 0.38404561989852454,],], [ [ -0.47724846725303377, -0.005433744264822556, -0.8787516002420106,], [ 0.5782273220343075, -0.7549475553701726, -0.3093660496784248,], [ -0.6617303563821619, -0.6557626575704544, 0.3634395030517073,],], [ [ -0.44941071987802594, -0.0054337436591925916, -0.8933087256310445,], [ 0.5876594229844194, -0.7549475561321527, -0.29105083760008194,], [ -0.6728197436433726, -0.655762656698242, 0.3424747153349136,],], [ [ -0.4211294584693263, -0.005433743090239983, -0.9069842631740428,], [ 0.5965115750435368, -0.754947556906083, -0.2724483935731969,], [ -0.683245139059482, -0.6557626558119682, 0.32117194646174063,],], [ [ -0.39243259321565543, -0.005433742558526086, -0.9197647167748083,], [ 0.6047750422117395, -0.7549475576911991, -0.2535770759628757,], [ -0.6929962540301531, -0.6557626549125081, 0.2995522196917833,],], [ [ -0.36334844445578407, -0.005433742064575698, -0.9316374736767181,], [ 0.6124416694498797, -0.7549475584867268, -0.2344555084794865,], [ -0.7020634653882841, -0.6557626540007488, 0.27763687108323304,],], [ [ -0.3339057147297957, -0.005433741608876352, -0.9425908169099211,], [ 0.6195038907275746, -0.7549475592918807, -0.21510256179931816,], [ -0.7104378248968601, -0.6557626530775904, 0.2554475284367774,],], [ [ -0.3041334604531742, -0.005433741191877713, -0.9526139368545041,], [ 0.6259547364899215, -0.7549475601058662, -0.1955373349415207,], [ -0.7181110680797298, -0.655762652143944, 0.23300608995159405,],], [ [ -0.27406106324167395, -0.005433740813991231, -0.9616969419082134,], [ 0.6317878405355603, -0.7549475609278801, -0.175779136419708,], [ -0.7250756223775949, -0.6557626512007307, 0.21033470261450468,],], [ [ -0.2437182009152445, -0.0054337404755900225, -0.9698308682482119,], [ 0.6369974462993082, -0.7549475617571108, -0.15584746518680787,], [ -0.7313246146211657, -0.6557626502488818, 0.1874557403435975,],], [ [ -0.2131348182096621, -0.005433740177007875, -0.9770076886772301,], [ 0.6415784125331544, -0.7549475625927404, -0.13576199139198686,], [ -0.7368518778141047, -0.6557626492893361, 0.16439178190791356,],], [ [ -0.18234109722473812, -0.005433739918539602, -0.9832203205453883,], [ 0.6455262183800176, -0.7549475634339443, -0.11554253696861906,], [ -0.741651957219067, -0.655762648323041, 0.14116558864496334,],], [ [ -0.15136742763828775, -0.005433739700440099, -0.9884626327398703,], [ 0.6488369678352551, -0.754947564279892, -0.09520905607246918,], [ -0.7457201157408321, -0.6557626473509499, 0.11780008199807775,],], [ [ -0.12024437671525785, -0.005433739522924785, -0.9927294517355454,], [ 0.6515073935915205, -0.7549475651297487, -0.07478161538939573,], [ -0.7490523386012107, -0.6557626463740224, 0.09431832089576414,],], [ [ -0.08900265914158248, -0.005433739386168686, -0.9960165667005798,], [ 0.6535348602631785, -0.7549475659826758, -0.05428037433199221,], [ -0.7516453373011204, -0.655762645393222, 0.07074347899536972,],], [ [ -0.05767310671257346, -0.005433739290306838, -0.9983207336519887,], [ 0.6549173669870928, -0.7549475668378315, -0.03372556514473118,], [ -0.753496552865913, -0.6557626444095173, 0.04709882181353801,],], [ [ -0.026286637905727488, -0.005433739235433897, -0.9996396786570322,], [ 0.655653549397222, -0.7549475676943721, -0.013137472937225433,], [ -0.7546041583707566, -0.6557626434238787, 0.023407683766002826,],], [ [ 0.0051257726320062015, -0.005433739221603934, -0.9999721000772955,], [ 0.6557426809710729, -0.7549475685514517, 0.007463584334678483,], [ -0.7549670607435763, -0.655762642437279, -0.00030655486060842275,],], [ [ 0.03653312465237953, -0.005433739248830663, -0.9993176698532401,], [ 0.6551846737466849, -0.7549475694082252, 0.028057275920215365,], [ -0.7545849018437778, -0.655762641450692, -0.024020490982231964,],], [ [ 0.06790442289928228, -0.0054337393170871395, -0.9976770338279565,], [ 0.6539800784094371, -0.7549475702638466, 0.0486232783376545,], [ -0.7534580588156862, -0.655762640465091, -0.04771072181333678,],], [ [ 0.09920870769723525, -0.0054337394263060555, -0.9950518111097993,], [ 0.6521300837485908, -0.7549475711174716, 0.06914129543106859,], [ -0.7515876437163537, -0.6557626394814493, -0.07135386796258597,],], [ [ 0.13041508550478204, -0.005433739576379637, -0.9914445924745348,], [ 0.6496365154841064, -0.7549475719682578, 0.08959107840014313,], [ -0.7489755024181024, -0.655762638500737, -0.09492659650542057,],], [ [ 0.16149275940261304, -0.005433739767159741, -0.9868589378085768,], [ 0.6465018344648911, -0.7549475728153655, 0.10995244578325097,], [ -0.7456242127868838, -0.6557626375239223, -0.11840564401078492,],], [ [ 0.19241105948632745, -0.0054337399984580705, -0.9812993725958344,], [ 0.642729134240255, -0.7549475736579592, 0.13020530337406636,], [ -0.7415370821382576, -0.655762636551969, -0.14176783949926455,],], [ [ 0.22313947313386862, -0.005433740270046423, -0.9747713834516364,], [ 0.6383221380069725, -0.7549475744952066, 0.15032966405208317,], [ -0.7367181439734923, -0.6557626355858363, -0.1649901273100018,],], [ [ 0.25364767511772335, -0.005433740581656741, -0.9672814127081453,], [ 0.6332851949349622, -0.7549475753262819, 0.17030566750744094,], [ -0.7311721539990161, -0.6557626346264775, -0.18804958985379322,],], [ [ 0.2839055575322064, -0.005433740932981542, -0.9588368520565949,], [ 0.6276232758752106, -0.7549475761503649, 0.19011359984061757,], [ -0.7249045854331427, -0.6557626336748399, -0.2109234702299421,],], [ [ 0.31388325950627205, -0.00543374132367406, -0.9494460352526338,], [ 0.6213419684541749, -0.754947576966642, 0.20973391301763133,], [ -0.7179216236047008, -0.6557626327318624, -0.2335891946845293,],], [ [ 0.34355119667252876, -0.00543374175334878, -0.9391182298919724,], [ 0.6144474715595071, -0.7549475777743082, 0.22914724416155166,], [ -0.7102301598489059, -0.6557626317984755, -0.25602439488793804,],], [ [ 0.37288009036340203, -0.005433742221581572, -0.9278636282644398,], [ 0.6069465892225391, -0.7549475785725658, 0.248334434661297,], [ -0.7018377847064858, -0.6557626308756003, -0.27820693000966645,],], [ [ 0.40184099650559574, -0.005433742727910418, -0.9156933372954925,], [ 0.5988467239035673, -0.7549475793606276, 0.2672765490788397,], [ -0.692752780432785, -0.6557626299641478, -0.3001149085686179,],], [ [ 0.4304053341843694, -0.005433743271835713, -0.902619367585084,], [ 0.5901558691865627, -0.7549475801377155, 0.2859548938361787,], [ -0.6829841128242251, -0.6557626290650171, -0.3217267100373276,],], [ [ 0.4585449138494234, -0.005433743852820502, -0.8886546215547224,], [ 0.5808826018905124, -0.7549475809030628, 0.3043510356636263,], [ -0.6725414223702012, -0.655762628179096, -0.34302100617879255,],], [ [ 0.48623196513455236, -0.005433744470291465, -0.8738128807144142,], [ 0.5710360736051862, -0.754947581655914, 0.3224468197912014,], [ -0.6614350147391382, -0.6557626273072588, -0.36397678209484385,],], [ [ 0.5134391642636397, -0.005433745123639396, -0.8581087920620476,], [ 0.5606260016596667, -0.7549475823955264, 0.3402243878651929,], [ -0.6496758506080939, -0.6557626264503652, -0.38457335696531064,],], [ [ 0.5401396610159119, -0.005433745812219277, -0.8415578536286523,], [ 0.5496626595325723, -0.7549475831211698, 0.35766619557219,], [ -0.6372755348459529, -0.6557626256092617, -0.4047904044574822,],], [ [ 0.5663071052238671, -0.005433746535351828, -0.8241763991837873,], [ 0.53815686671342, -0.7549475838321282, 0.37475502995320303,], [ -0.6242463050608779, -0.6557626247847779, -0.4246079727857453,],], [ [ 0.5919156727777201, -0.005433747292323028, -0.8059815821161562,], [ 0.5261199780251449, -0.7549475845277002, 0.3914740263907842,], [ -0.6106010195233219, -0.6557626239777276, -0.4440065044015971,],], [ [ 0.6169400911106857, -0.005433748082386202, -0.7869913585053625,], [ 0.5135638724183129, -0.7549475852071988, 0.40780668525237085,], [ -0.5963531444765308, -0.6557626231889072, -0.4629668552945854,],], [ [ 0.641355664139981, -0.005433748904761581, -0.7672244694014939,], [ 0.5005009412480736, -0.7549475858699539, 0.42373688817345234,], [ -0.5815167408470338, -0.6557626224190951, -0.48147031388516076,],], [ [ 0.6651382966388999, -0.005433749758637512, -0.7467004223300422,], [ 0.48694407604543843, -0.7549475865153114, 0.43924891396446364,], [ -0.5661064503682652, -0.6557626216690511, -0.4994986194907608,],], [ [ 0.6882645180159287, -0.005433750643171195, -0.7254394720403964,], [ 0.4729066557949372, -0.7549475871426342, 0.45432745412572584,], [ -0.5501374811309897, -0.6557626209395153, -0.5170339803469278,],], [ [ 0.7107115054774298, -0.005433751557489858, -0.7034626005169121,], [ 0.45840253373121687, -0.7549475877513033, 0.46895762795511575,], [ -0.5336255925747995, -0.655762620231208, -0.5340590911656635,],], [ [ 0.7324571065510223, -0.005433752500691358, -0.6807914962722915,], [ 0.4434460236676137, -0.7549475883407181, 0.48312499723354807,], [ -0.5165870799354997, -0.6557626195448281, -0.5505571502136892,],], [ [ 0.753479860947457, -0.005433753471844528, -0.6574485329436884,], [ 0.4280518858701802, -0.7549475889102968, 0.4968155804737929,], [ -0.49903875816371535, -0.6557626188810527, -0.5665118758937716,],], [ [ 0.7737590217393814, -0.005433754469991132, -0.633456747212685,], [ 0.4122353124911192, -0.7549475894594774, 0.5100158667185501,], [ -0.4809979453306063, -0.6557626182405372, -0.5819075228127324,],], [ [ 0.7932745758361177, -0.005433755494146066, -0.6088398160709083,], [ 0.39601191257599083, -0.7549475899877177, 0.5227128288741751,], [ -0.46248244553705325, -0.6557626176239132, -0.596728897320299,],], [ [ 0.8120072637342316, -0.005433756543298645, -0.5836220334537363,], [ 0.37939769665949363, -0.7549475904944967, 0.5348939365668904,], [ -0.44351053134318785, -0.6557626170317898, -0.6109613725034515,],], [ [ 0.8299385985244008, -0.005433757616413555, -0.5578282862651548,], [ 0.3624090609650242, -0.754947590979314, 0.5465471685087937,], [ -0.4241009257356117, -0.6557626164647512, -0.6245909026214684,],], [ [ 0.8470508841358387, -0.005433758712431585, -0.5314840298174058,], [ 0.34506277122359613, -0.7549475914416913, 0.5576610243614675,], [ -0.4042727836500823, -0.6557626159233568, -0.6376040369674346,],], [ [ 0.8633272328002489, -0.005433759830271245, -0.5046152627096924,], [ 0.3273759461281033, -0.7549475918811724, 0.5682245360854703,], [ -0.38404567306792314, -0.6557626154081412, -0.6499879331425162,],], [ [ 0.8787515817180903, -0.00543376096882922, -0.4772485011707086,], [ 0.30936604043924226, -0.7549475922973234, 0.5782272787645178,], [ -0.36343955570479575, -0.6557626149196125, -0.661730369729917,],], [ [ 0.8933087089106979, -0.005433762126982099, -0.4494107528903257,], [ 0.29105082775977187, -0.7549475926897335, 0.5876593808936669,], [ -0.3424747673108979, -0.6557626144582531, -0.6728197583559975,],],] +fx = "1563.540461099237" +fy = "1592.8295679063556" +cam_width = 720 +cam_height = 1280 +center = [ -0.21431263876543344, 1.5444253347870713, 1.8100482855634155,] + +[settings.debug] +validation = true +vsync = false +headless = false +outputPNGimage = false +debugMode = true diff --git a/data/config/yukino_traj1_matrix.toml b/data/config/yukino_traj1_matrix.toml index 839e177..620b0b0 100644 --- a/data/config/yukino_traj1_matrix.toml +++ b/data/config/yukino_traj1_matrix.toml @@ -3,7 +3,7 @@ width = 1080 height = 720 multiSampling = false sampleCount = 4 -rotateModel = false +rotateModel = true modelRotateSpeed = 2.0 startFrameIndex = 1 endFrameIndex = 200 @@ -21,14 +21,15 @@ fovX = 1.0 fovY = 1.0 cX = "360.0" cY = "640.0" -bottomCenter = [ -0.20879337125178765, 2.3087555899516596, 2.473949654089369,] -bottomNormal = [ -0.011641082353889942, -0.7463688850402832, -0.6654307246208191,] -cameraTracks = [ [ -3.705986797046532, 1.1843115623358687, -8.36887870193848,], [ -3.4736110010816126, 1.2510175652581217, -8.447763533765812,], [ -3.2381062236977414, 1.3128047630183273, -8.521186011271864,], [ -2.99970487967736, 1.3696121791119555, -8.589073675335742,], [ -2.7586422423644748, 1.4213837514777645, -8.651359529029186,], [ -2.515156211478267, 1.4680683878242855, -8.707982103734471,], [ -2.2694870783347976, 1.5096200160517517, -8.758885519806482,], [ -2.021877288708485, 1.5459976297196898, -8.804019541719203,], [ -1.7725712035673973, 1.5771653285153302, -8.843339627642102,], [ -1.5218148579184825, 1.6030923536828876, -8.876806973397546,], [ -1.2698557180007137, 1.6237531183787257, -8.904388550755833,], [ -1.0169424370657945, 1.639127232922497, -8.926057140030078,], [ -0.7633246099874174, 1.6491995249192835, -8.941791356938747,], [ -0.5092525269412583, 1.6539600542329285, -8.951575673709364,], [ -0.2549769263987881, 1.6534041227957446, -8.955400434402554,], [ -0.0007487476786774971, 1.6475322792449416, -8.953261864441279,], [ 0.2531811167000181, 1.6363503183811894, -8.945162074335899,], [ 0.5065620686184785, 1.6198692754498438, -8.93110905760135,], [ 0.7591440516682143, 1.5981054152504985, -8.911116682868505,], [ 1.0106777979265478, 1.5710802160855883, -8.885204680197521,], [ 1.2609150739539596, 1.538820348563896, -8.853398621606637,], [ 1.509608925770523, 1.5013576492798852, -8.815729895835691,], [ 1.7565139225696678, 1.458729089394823, -8.772235677369219,], [ 2.0013863989287533, 1.410976738150707, -8.722958889749723,], [ 2.243984695277428, 1.3581477213530042, -8.66794816321733,], [ 2.4840693963864404, 1.3002941748631676, -8.607257786717602,], [ 2.721403567641575, 1.2374731931468432, -8.540947654324903,], [ 2.9557529888695053, 1.169746772928513, -8.469083206134185,], [ 3.1868863854848244, 1.0971817520082232, -8.391735363679516,], [ 3.4145756567301504, 1.0198497433007414, -8.308980459943076,], [ 3.6385961007840186, 0.9378270641622563, -8.220900164023737,], [ 3.858726636514467, 0.8511946610743577, -8.127581400539505,], [ 4.074750021659411, 0.7600380297596364, -8.029116263843427,], [ 4.28645306721853, 0.6644471308077289, -7.925601927137588,], [ 4.493626847845081, 0.5645163008950685, -7.817140546574874,], [ 4.696066908029971, 0.46034415968598713, -7.703839160443201,], [ 4.893573463874688, 0.35203351250700105, -7.585809583531637,], [ 5.085951600253865, 0.2396912488903729, -7.463168296782713,], [ 5.273011463172995, 0.12342823708704631, -7.336036332339786,], [ 5.454568447131384, 0.003359214653069216, -7.204539154102934,], [ 5.630443377305504, -0.12039732478252607, -7.068806533911232,], [ 5.800462686372913, -0.2477192484566242, -6.928972423473608,], [ 5.964458585802241, -0.37848090500232107, -6.78517482217469,], [ 6.122269231440218, -0.5125532484516532, -6.637555640886061,], [ 6.273738883232307, -0.6498039655883849, -6.486260561917379,], [ 6.418718058919341, -0.7900976065251819, -6.331438895245506,], [ 6.557063681558468, -0.9332957183762977, -6.173243431163601,], [ 6.68863922072281, -1.0792569818938507, -6.011830289495545,], [ 6.8133148272405215, -1.227837350932869, -5.847358765524516,], [ 6.930967461340236, -1.3788901946074343, -5.679991172787789,], [ 7.041481014076472, -1.5322664419976695, -5.50989268289286,], [ 7.144746421915142, -1.6878147292647416, -5.3372311625130155,], [ 7.240661774366092, -1.8453815490286885, -5.162177007723194,], [ 7.329132414556457, -2.0048114018616787, -4.984902975839624,], [ 7.410071032645557, -2.165946949747163, -4.8055840149292255,], [ 7.483397751989173, -2.328629171353507, -4.624397091156978,], [ 7.54904020796816, -2.4926975189688525, -4.441521014141678,], [ 7.606933619403573, -2.6579900769423106, -4.257136260492446,], [ 7.657020852487884, -2.824343721475179, -4.07142479570009,], [ 7.69925247716914, -2.991594281604417, -3.8845698945591467,], [ 7.73358681593247, -3.159576701219584, -3.696755960297776,], [ 7.7599899849307485, -3.3281252019532848, -3.50816834259404,], [ 7.778435927423868, -3.4970734467843996, -3.318993154658157,], [ 7.788906439493592, -3.6662547041926525, -3.1294170895612177,], [ 7.791391188008629, -3.835502012702479, -2.9396272359916815,], [ 7.78588772082218, -4.004648345653854, -2.7498108936214147,], [ 7.77240146919192, -4.173526776037443, -2.5601553882635293,], [ 7.750945742419989, -4.341970641231397, -2.3708478870044263,], [ 7.721541714718334, -4.509813707477241, -2.182075213492479,], [ 7.6842184043123005, -4.676890333932528, -1.994023663565645,], [ 7.639012644803165, -4.843035636138356, -1.806878821399961,], [ 7.585969048817806, -5.008085648740412, -1.6208253763603722,], [ 7.5251399639814265, -5.1718774873029885, -1.436046940734628,], [ 7.4565854212567775, -5.334249509056251, -1.2527258685301212,], [ 7.380373075700839, -5.495041472418137, -1.0710430755125013,], [ 7.296578139697445, -5.654094695133466, -0.8911778606636382,], [ 7.2052833087317465, -5.811252210874143, -0.713307729235201,], [ 7.106578679779749, -5.966358924145983, -0.5376082175723916,], [ 7.000561662393472, -6.119261763349254, -0.3642527198807586,], [ 6.88733688256949, -6.269809831841841, -0.1934123171070644,], [ 6.767016079495688, -6.4178545568560335, -0.025255608103029376,], [ 6.6397179952782, -6.563249836121901, 0.14005145676136466,], [ 6.505568257757265, -6.7058521820525865, 0.3023457393708539,], [ 6.364699256527716, -6.845520863349252, 0.46146707486253535,], [ 6.217250012286455, -6.9821180438858566, 0.6172584296892246,], [ 6.063366039635777, -7.115508918736794, 0.7695660565926336,], [ 5.903199203478053, -7.24556184721306, 0.9182396463333266,], [ 5.736907569143398, -7.372148482775724, 1.0631324760278071,], [ 5.564655246398263, -7.4951438996984825, 1.2041015539462967,], [ 5.386612227488929, -7.614426716354243, 1.3410077606282853,], [ 5.202954219379656, -7.729879215004161, 1.4737159861766707,], [ 5.013862470351154, -7.841387457970815, 1.602095263594893,], [ 4.819523591130391, -7.948841400080949, 1.7260188980355555,], [ 4.620129370728337, -8.052134997266776, 1.845364591832952,], [ 4.415876587167381, -8.151166311218654, 1.9600145651960776,], [ 4.206966813285149, -8.245837609985918, 2.0698556724430905,], [ 3.9936062178064855, -8.336055464426481, 2.1747795136624117,], [ 3.7760053618797933, -8.421730840410143, 2.274682541690363,], [ 3.5543789912785972, -8.502779186684531, 2.3694661642997255,], [ 3.328945824473414, -8.579120518316948, 2.4590368414983432,], [ 3.099928336782991, -8.650679495629875, 2.5433061778418256,], [ 2.8675525408180693, -8.717385498552128, 2.6221910096691596,], [ 2.6320477634342, -8.779172696312335, 2.695613487175212,], [ 2.3936464194138165, -8.835980112405963, 2.763501151239089,], [ 2.152583782100936, -8.887751684771771, 2.825787004932534,], [ 1.909097751214726, -8.934436321118293, 2.8824095796378173,], [ 1.6634286180712539, -8.97598794934576, 2.933312995709829,], [ 1.4158188284449431, -9.012365563013697, 2.9784470176225497,], [ 1.1665127433038536, -9.043533261809339, 3.0177671035454505,], [ 0.9157563976549433, -9.069460286976895, 3.0512344493008934,], [ 0.6637972577371728, -9.090121051672734, 3.078816026659181,], [ 0.41088397680225186, -9.105495166216507, 3.100484615933427,], [ 0.15726614972387604, -9.11556745821329, 3.1162188328420934,], [ -0.0968059333222856, -9.120327987526935, 3.126003149612711,], [ -0.35108153386475094, -9.119772056089753, 3.1298279103059006,], [ -0.6053097125848642, -9.11390021253895, 3.127689340344625,], [ -0.8592395769635611, -9.102718251675196, 3.119589550239245,], [ -1.1126205288820197, -9.086237208743851, 3.105536533504696,], [ -1.365202511931758, -9.064473348544507, 3.0855441587718526,], [ -1.6167362581900866, -9.037448149379596, 3.0596321561008692,], [ -1.8669735342175002, -9.005188281857903, 3.0278260975099847,], [ -2.115667386034066, -8.967725582573893, 2.990157371739038,], [ -2.362572382833209, -8.92509702268883, 2.9466631532725645,], [ -2.6074448591922974, -8.877344671444712, 2.8973863656530705,], [ -2.8500431555409675, -8.824515654647012, 2.8423756391206787,], [ -3.090127856649982, -8.766662108157178, 2.7816852626209503,], [ -3.3274620279051184, -8.70384112644085, 2.715375130228249,], [ -3.561811449133046, -8.63611470622252, 2.6435106820375323,], [ -3.792944845748368, -8.563549685302231, 2.566162839582862,], [ -4.020634116993692, -8.486217676594748, 2.4834079358464236,], [ -4.244654561047559, -8.404194997456264, 2.3953276399270846,], [ -4.464785096778014, -8.317562594368365, 2.3020088764428506,], [ -4.68080848192295, -8.226405963053645, 2.2035437397467783,], [ -4.892511527482075, -8.130815064101734, 2.1000294030409346,], [ -5.099685308108622, -8.030884234189076, 1.991568022478221,], [ -5.302125368293513, -7.926712092979995, 1.8782666363465481,], [ -5.499631924138233, -7.818401445801006, 1.760237059434982,], [ -5.692010060517406, -7.706059182184382, 1.6375957726860628,], [ -5.879069923436537, -7.589796170381054, 1.5104638082431332,], [ -6.0606269073949255, -7.4697271479470775, 1.3789666300062826,], [ -6.236501837569045, -7.3459706085114815, 1.243234009814579,], [ -6.406521146636457, -7.2186486848373805, 1.1033998993769532,], [ -6.570517046065781, -7.0878870282916875, 0.9596022980780392,], [ -6.728327691703756, -6.9538146848423565, 0.8119831167894125,], [ -6.879797343495849, -6.816563967705623, 0.660688037820726,], [ -7.024776519182882, -6.676270326768826, 0.5058663711488538,], [ -7.1631221418220115, -6.533072214917707, 0.34767090706694576,], [ -7.294697680986354, -6.387110951400154, 0.18625776539888872,], [ -7.419373287504061, -6.238530582361141, 0.02178624142786751,], [ -7.537025921603777, -6.087477738686574, -0.14558135130886368,], [ -7.647539474340013, -5.934101491296339, -0.31567984120379133,], [ -7.750804882178685, -5.778553204029263, -0.4883413615836403,], [ -7.846720234629636, -5.620986384265317, -0.663395516373462,], [ -7.935190874819997, -5.461556531432333, -0.8406695482570241,], [ -8.0161294929091, -5.300420983546845, -1.019988509167426,], [ -8.089456212252715, -5.137738761940501, -1.2011754329396738,], [ -8.155098668231703, -4.973670414325153, -1.3840515099549777,], [ -8.212992079667115, -4.808377856351694, -1.5684362636042095,], [ -8.263079312751426, -4.642024211818833, -1.7541477283965576,], [ -8.305310937432683, -4.474773651689591, -1.9410026295375054,], [ -8.339645276196013, -4.306791232074424, -2.128816563798876,], [ -8.366048445194293, -4.1382427313407195, -2.3174041815026154,], [ -8.384494387687411, -3.969294486509605, -2.506579369438499,], [ -8.394964899757134, -3.800113229101359, -2.6961554345354304,], [ -8.397449648272172, -3.6308659205915292, -2.88594528810497,], [ -8.391946181085723, -3.4617195876401534, -3.0757616304752373,], [ -8.378459929455461, -3.292841157256561, -3.2654171358331276,], [ -8.35700420268353, -3.1243972920626093, -3.454724637092228,], [ -8.327600174981876, -2.956554225816772, -3.6434973106041673,], [ -8.290276864575844, -2.7894775993614793, -3.8315488605310066,], [ -8.245071105066708, -2.623332297155652, -4.018693702696691,], [ -8.192027509081347, -2.458282284553592, -4.204747147736284,], [ -8.13119842424497, -2.2944904459910176, -4.389525583362026,], [ -8.062643881520323, -2.1321184242377615, -4.572846655566526,], [ -7.986431535964381, -1.971326460875869, -4.754529448584153,], [ -7.902636599960988, -1.812273238160542, -4.934394663433014,], [ -7.8113417689952875, -1.6551157224198636, -5.112264794861453,], [ -7.712637140043289, -1.5000090091480232, -5.287964306524262,], [ -7.6066201226570165, -1.3471061699447582, -5.461319804215888,], [ -7.493395342833029, -1.1965581014521658, -5.632160206989589,], [ -7.373074539759231, -1.0485133764379737, -5.800316915993623,], [ -7.2457764555417405, -0.9031180971721049, -5.965623980858019,], [ -7.111626718020805, -0.7605157512414186, -6.1279182634675085,], [ -6.970757716791263, -0.6208470699447599, -6.287039598959183,], [ -6.8233084725499955, -0.4842498894081498, -6.442830953785879,], [ -6.6694244998993195, -0.35085901455721347, -6.5951385806892855,], [ -6.509257663741593, -0.2208060860809471, -6.7438121704299805,], [ -6.342966029406938, -0.09421945051828226, -6.888705000124462,], [ -6.170713706661811, 0.028775966404471255, -7.0296740780429445,], [ -5.992670687752469, 0.14805878306023673, -7.166580284724939,], [ -5.809012679643199, 0.2635112817101526, -7.299288510273324,], [ -5.619920930614693, 0.37501952467680855, -7.427667787691546,], [ -5.425582051393931, 0.48247346678694325, -7.55159142213221,], [ -5.226187830991885, 0.5857670639727649, -7.6709371159296,], [ -5.0219350474309215, 0.6847983779246496, -7.785587089292732,], [ -4.813025273548692, 0.7794696766919101, -7.8954281965397435,], [ -4.599664678070025, 0.8696875311324752, -8.000352037759065,], [ -4.382063822143333, 0.9553629071161387, -8.100255065787016,], [ -4.160437451542147, 1.0364112533905216, -8.195038688396375,], [ -3.9350042847369533, 1.1127525850229403, -8.284609365594996,],] -cameraAngle = [ [ [ 0.9072772018155284, 0.26805607328426584, -0.32402780843811113,], [ 0.2718823199458732, -0.9617182020722993, -0.0343235182298339,], [ -0.32082406887051795, -0.05695648670910266, -0.9454247063913238,],], [ [ 0.9200337173711051, 0.24915323948729923, -0.3024245726677812,], [ 0.25266722985963597, -0.967144466924982, -0.02812207409580693,], [ -0.29949495797986897, -0.05053952264690155, -0.9527583779716974,],], [ [ 0.9318822706737956, 0.22999587557553142, -0.2805304454459359,], [ 0.23320278766494634, -0.9721706067970448, -0.02237791556789362,], [ -0.2778702816588137, -0.04456689913052622, -0.959584231880006,],], [ [ 0.9428111686244711, 0.21060288755825826, -0.25836703363448393,], [ 0.2135082024189397, -0.9767916614907307, -0.017096711438484243,], [ -0.25597138085495413, -0.03904451042465971, -0.9658955318195166,],], [ [ 0.9528096257131681, 0.19099341397800335, -0.2359562098469957,], [ 0.19360291030259447, -0.981003070578664, -0.012283673619811005,], [ -0.23381986714284567, -0.03397780646627323, -0.9716860492962953,],], [ [ 0.9618677746631441, 0.17118680702305109, -0.21332009086305884,], [ 0.17350655543954424, -0.9848006779044789, -0.00794355200040591,], [ -0.21143760139595644, -0.02937178748614854, -0.9769500697660004,],], [ [ 0.9699766761687438, 0.15120261342913185, -0.1904810158016709,], [ 0.15323897050967253, -0.9881807356844788, -0.004080629757520523,], [ -0.18884667221259574, -0.02523099907420969, -0.9816823982734668,],], [ [ 0.9771283277174664, 0.13106055518910725, -0.16746152407520562,], [ 0.13282015717662127, -0.9911399082062808, -0.0006987191301355797,], [ -0.16606937411710004, -0.021559527693531776, -0.9858783645795187,],], [ [ 0.9833156714875261, 0.11078051008969278, -0.14428433314571365,], [ 0.11227026634853017, -0.993675275120791, 0.0021988423432702715,], [ -0.14312818555779255, -0.018360996647457342, -0.9895338277699486,],], [ [ 0.988532601313113, 0.09038249209442659, -0.12097231610550717,], [ 0.0916095782914872, -0.995784334324263, 0.004609195118478748,], [ -0.12004574672342923, -0.015638562503799497, -0.9926451803421144,],], [ [ 0.9927739687104796, 0.06988663159224436, -0.0975484791041544,], [ 0.07085848261531527, -0.9974650044275974, 0.006529960467564471,], [ -0.09684483720002217, -0.013394911979658686, -0.9952093517651242,],], [ [ 0.9960355879589032, 0.049313155531153, -0.0740359386441618,], [ 0.05003745815144861, -0.998715626810441, 0.007959242826421147,], [ -0.07354835349009388, -0.011632259289932532, -0.9972238115100883,],], [ [ 0.9983142402315153, 0.028682367456609667, -0.05045789876775014,], [ 0.029167052742755988, -0.9995349672580615, 0.008895631665459541,], [ -0.05017928641654635, -0.010352343962130259, -0.9986865715474581,],], [ [ 0.9996076767719133, 0.008014627474305638, -0.026837628157238058,], [ 0.008267862965256568, -0.999922217179381, 0.009338202881635616,], [ -0.026760698433445466, -0.009556429119653119, -0.9995961883089768,],], [ [ 0.999914621113428, -0.012669667842869475, -0.0031984371716329385,], [ -0.012639486198259104, -0.9998769944049676, 0.009286519710431238,], [ -0.0033157008661128923, -0.009245300235231377, -0.9999517641123131,],], [ [ 0.9992347703388493, -0.03335010558385284, 0.020436345157907806,], [ -0.033534361712642236, -0.9993993435641942, 0.008740633156890045,], [ 0.020132568897012357, -0.009419264355750839, -0.999752948046968,],], [ [ 0.9975687953793699, -0.05400627664455853, 0.04404339415104372,], [ -0.0543961428527466, -0.9984897360411952, 0.007701081945281909,], [ 0.04356097023823465, -0.010078149799232688, -0.9989999363205825,],], [ [ 0.9949183403524545, -0.07461779586926968, 0.06759941249692351,], [ -0.07520424155363997, -0.9971490695096641, 0.006168891987445302,], [ 0.06694638214764845, -0.01122130632426542, -0.9976934720653023,],], [ [ 0.9912860209392826, -0.09516432216839686, 0.09108115324584788,], [ -0.09593812272858443, -0.9953786670469505, 0.004145575370333868,], [ 0.09026572604083527, -0.012847605771723312, -0.9958348446043929,],], [ [ 0.9866754218033698, -0.115625578592746, 0.11446544275123015,], [ -0.11657732453473134, -0.9931802758283304, 0.0016331288637644998,], [ 0.11349598853468944, -0.014955443178135965, -0.9934258881798276,],], [ [ 0.9810910930529149, -0.13598137234448665, 0.13772920353921572,], [ -0.13710147856653346, -0.9905560654027394, -0.0013659680501594278,], [ 0.136614244158898, -0.01754273835961124, -0.9904689801421038,],], [ [ 0.9745385457503645, -0.15621161470506958, 0.16084947708338887,], [ -0.157490329956943, -0.9875086255516718, -0.004848755624004467,], [ 0.1595976779806585, -0.020606937964748447, -0.9869670386040756,],], [ [ 0.9670242464736241, -0.17629634086042842, 0.18380344646209232,], [ -0.17772375736655965, -0.9840409637333539, -0.008811796765929296,], [ 0.18242360812030836, -0.024145017994514836, -0.9829235195611166,],], [ [ 0.9585556109342874, -0.19621572960389874, 0.20656845887599778,], [ -0.1977817928410002, -0.9801565021147217, -0.013251180431689314,], [ 0.20506950813564356, -0.02815348678659884, -0.9783424134804551,],], [ [ 0.9491409966591794, -0.21595012289740995, 0.2291220480037068,], [ -0.21764464151689333, -0.9758590741941238, -0.018162525484376,], [ 0.22751302925283726, -0.032628388461294816, -0.9732282413630506,],], [ [ 0.9387896947424377, -0.23548004527164482, 0.2514419561733175,], [ -0.2372927011570511, -0.9711529210180901, -0.023540985018082505,], [ 0.24973202242201703, -0.0375653068255174, -0.967586050281893,],], [ [ 0.9275119206762702, -0.2547862230460212, 0.27350615632807845,], [ -0.25670658149553915, -0.9660426869958957, -0.029381251141226916,], [ 0.2717045601757362, -0.04295936973109432, -0.9614214084011323,],], [ [ 0.9153188042694408, -0.27384960334952757, 0.2952928737644505,], [ -0.27586712337355296, -0.9605334153160519, -0.035677560214815544,], [ 0.2934089582687656, -0.04880525388303273, -0.9547403994809535,],], [ [ 0.9022223786634318, -0.2926513729236389, 0.31678060762112376,], [ -0.29475541764721486, -0.9546305429692489, -0.042423698540472274,], [ 0.3148237970778498, -0.05509719009301755, -0.9475496168736172,],], [ [ 0.8882355684571228, -0.3111729766887614, 0.3379481520977847,], [ -0.3133528238486353, -0.9483398953826613, -0.04961300849262433,], [ 0.33592794274031157, -0.061828968972954715, -0.9398561570165954,],], [ [ 0.8733721769517077, -0.3293961360558754, 0.3587746173826882,], [ -0.33164098858181557, -0.9416676806709124, -0.05723839508879031,], [ 0.35670056801063704, -0.0689939470629386, -0.9316676124292211,],], [ [ 0.8576468725284344, -0.3473028669653138, 0.3792394502683876,], [ -0.34960186363524537, -0.9346204835093719, -0.06529233299148757,], [ 0.37712117281446644, -0.07658505338759983, -0.9229920642197633,],], [ [ 0.8410751741726177, -0.36487549763486515, 0.3993224544352724,], [ -0.36721772379331213, -0.9272052586358314, -0.07376687393484731,], [ 0.3971696044796976, -0.08459479643435812, -0.9138380741103261,],], [ [ 0.8236734361582053, -0.38209668599969215, 0.41900381038289786,], [ -0.3844711843289507, -0.9194293239869756, -0.08265365456860926,], [ 0.41682607762474366, -0.09301527154669612, -0.9042146759874369,],], [ [ 0.8054588319080151, -0.39894943682685363, 0.43826409498943897,], [ -0.4013452181602675, -0.9113003534764171, -0.09194390471175526,], [ 0.4360711936843144, -0.10183816872515633, -0.8941313669866658,],], [ [ 0.7864493370455752, -0.41541711848753493, 0.4570843006799606,], [ -0.4178231726542063, -0.9028263694214286, -0.10162845600763333,], [ 0.4548859600534498, -0.11105478082836166, -0.8835980981200763,],], [ [ 0.7666637116552841, -0.43148347937044385, 0.4754458541845948,], [ -0.4338887860606766, -0.8940157346258406, -0.11169775097203499,], [ 0.47325180883091794, -0.12065601216596732, -0.8726252644557515,],], [ [ 0.7461214817684123, -0.447132663920164, 0.4933306348681041,], [ -0.44952620356092127, -0.8848771441269253, -0.12214185242529184,], [ 0.49115061514347513, -0.1306323874750604, -0.8612236948590951,],], [ [ 0.7248429200932005, -0.46234922828464664, 0.5107209926127512,], [ -0.46471999291429106, -0.8754196166144033, -0.132950453299086,], [ 0.5085647150329086, -0.1409740612711532, -0.849404641306023,],], [ [ 0.7028490260080896, -0.47711815555639286, 0.527599765236818,], [ -0.4794551596879781, -0.8656524855300509, -0.14411288680829484,], [ 0.5254769228882036, -0.1516708275645342, -0.8371797677786021,],], [ [ 0.6801615048378108, -0.49142487059228956, 0.543950295431592,], [ -0.49371716205468685, -0.8555853898566845, -0.15561813697783206,], [ 0.5418705484056417, -0.16271212993239528, -0.8245611387540843,],], [ [ 0.6568027464327998, -0.5052552543974704, 0.5597564472001004,], [ -0.5074919251436313, -0.8452282646056167, -0.16745484951409534,], [ 0.5577294130600807, -0.17408707193678938, -0.8115612072987058,],], [ [ 0.6327958030730709, -0.5185956580590105, 0.5750026217813698,], [ -0.5207658549307016, -0.8345913310119717, -0.1796113430102928,], [ 0.5730378660711722, -0.18578442787813887, -0.7981928027779941,],], [ [ 0.6081643667183558, -0.531432916215702, 0.5896737730444995,], [ -0.5335258516540892, -0.8236850864475331, -0.19207562047458945,], [ 0.5877807998487531, -0.19779265387368278, -0.7844691181957169,],], [ [ 0.582932745626964, -0.5437543600506181, 0.6037554223373501,], [ -0.5457593227421331, -0.812520294061086, -0.2048353811696958,], [ 0.6019436649021712, -0.21009989924992628, -0.7704036971739644,],], [ [ 0.557125840366432, -0.5555478297936468, 0.6172336727752029,], [ -0.5574541952406287, -0.8011079721564673, -0.21787803275221607,], [ 0.6155124841988341, -0.22269401823785498, -0.7560104205872151,],], [ [ 0.5307691192396441, -0.5668016867216514, 0.6300952229552795,], [ -0.5685989277273347, -0.7894593833188179, -0.23119070369977454,], [ 0.6284738669578058, -0.2355625819593649, -0.7413034928635773,],], [ [ 0.5038885931506715, -0.5775048246444209, 0.6423273800835939,], [ -0.5791825217019209, -0.7775860232997593, -0.24476025601365536,], [ 0.6408150218648446, -0.2486928906930851, -0.7262974279667221,],], [ [ 0.4765107899351344, -0.5876466808650711, 0.6539180725011808,], [ -0.5891945324401173, -0.7654996096724681, -0.25857329818442276,], [ 0.652523769695837, -0.2620719864074837, -0.7110070350723471,],], [ [ 0.44866272818042346, -0.5972172466040837, 0.6648558615973365,], [ -0.5986250793013522, -0.753212070267844, -0.2726161984077218,], [ 0.6635885553361731, -0.2756866655488904, -0.6954474039533004,],], [ [ 0.42037189056161284, -0.6062070768766952, 0.6751299530981187,], [ -0.6074648554797065, -0.7407355314031818, -0.2868750980372208,], [ 0.6739984591841992, -0.28952349207181516, -0.6796338900877935,],], [ [ 0.3916661967193802, -0.6146072998138883, 0.6847302077189651,], [ -0.6157051371885649, -0.7280823059149668, -0.30133592526141856,], [ 0.6837432079274984, -0.3035688106987047, -0.6635820995053948,],], [ [ 0.36257397570670385, -0.622409625417788, 0.6936471511709128,], [ -0.6233377922698952, -0.7152648810076009, -0.31598440899081615,], [ 0.6928131846813594, -0.3178087603960457, -0.6473078733857649,],], [ [ 0.33312393803152107, -0.6296063537428236, 0.7018719835105528,], [ -0.6303552882196657, -0.7022959059300533, -0.3308060929417531,], [ 0.701199438479434, -0.3322292880535247, -0.6308272724253245,],], [ [ 0.303345147322946, -0.63619038249458, 0.7093965878244836,], [ -0.6367506996214747, -0.6891881794925971, -0.34578634990300344,], [ 0.7088936931072126, -0.34681616235273643, -0.6141565609872922,],], [ [ 0.2732669916490029, -0.642155214038844, 0.7162135382397,], [ -0.6425177149810612, -0.6759546374359494, -0.36091039617105786,], [ 0.7158883552696046, -0.3615549878117582, -0.5973121910507267,],], [ [ 0.24291915451418242, -0.6474949618139263, 0.7223161072520098,], [ -0.6476506429549513, -0.6626083396652815, -0.3761633061398427,], [ 0.7221765220845614, -0.37643121899173154, -0.5803107859744174,],], [ [ 0.2123315855654458, -0.6522043561399319, 0.7276982723652439,], [ -0.6521444179670902, -0.6491624573616984, -0.3915300270304771,], [ 0.7277519878953468, -0.39143017485142606, -0.5631691240916472,],], [ [ 0.18153447103557893, -0.6562787494192469, 0.7323547220347131,], [ -0.6559946052079227, -0.6356302599839028, -0.40699539374653587,], [ 0.7326092503947341, -0.40653705323562506, -0.5459041221520134,],], [ [ 0.15055820395307382, -0.6597141207231095, 0.7362808609090413,], [ -0.6591974050109844, -0.6220251021728763, -0.42254414384015176,], [ 0.7367435160550846, -0.4217369454830311, -0.5285328186266527,],], [ [ 0.11943335414792676, -0.6625070797597393, 0.739472814365206,], [ -0.6617496566026879, -0.6083604105724966, -0.43816093257419475,], [ 0.7401507048589501, -0.43701485113927857, -0.5110723568933402,],], [ [ 0.08819063808296165, -0.6646548702201087, 0.7419274323323074,], [ -0.6636488412216002, -0.5946496705790993, -0.45383034806565753,], [ 0.74282745432553, -0.4523556927605301, -0.4935399683180619,],], [ [ 0.05686088854044709, -0.6661553724980562, 0.7436422924002958,], [ -0.6648930846041375, -0.5809064130330608, -0.46953692649530593,], [ 0.7447711228290113, -0.46774433079305083, -0.47595295524975456,],], [ [ 0.025475024193919622, -0.6670071057820561, 0.7446157022105862,], [ -0.6654811588342201, -0.5671442008655322, -0.48526516736858466,], [ 0.7459797922055146, -0.4831655785140763, -0.45832867394499255,],], [ [ -0.005935980904750272, -0.66720922951658, 0.7448467011262049,], [ -0.6654124835550655, -0.5533766157135082, -0.5009995488127149,], [ 0.7464522696460759, -0.4986042170192264, -0.44068451743947856,],], [ [ -0.037341127892947704, -0.6667615442316107, 0.744335061179816,], [ -0.6646871265419222, -0.5396172445164331, -0.5167245428948917,], [ 0.7461880888737942, -0.5140450102416807, -0.4230378983832359,],], [ [ -0.0687094236893851, -0.6656644917394864, 0.7430812872986937,], [ -0.6633058036351782, -0.5258796661075759, -0.5324246309464606,], [ 0.745187510603984, -0.5294727199882877, -0.4054062318564447,],], [ [ -0.10000991158046657, -0.6639191546988842, 0.7410866168064205,], [ -0.661269878033914, -0.512177437813404, -0.5480843188779525,], [ 0.7434515222868804, -0.5448721209777719, -0.3878069181828819,],], [ [ -0.13121170177076447, -0.6615272555463706, 0.7383530182017995,], [ -0.6585813589505916, -0.49852408207418336, -0.5636881524698607,], [ 0.7409818371331459, -0.5602280158662006, -0.3702573257579221,],], [ [ -0.16228400186745576, -0.6584911547965759, 0.734883189216188,], [ -0.6552428996282129, -0.4849330730990025, -0.5792207326240741,], [ 0.7377808924231471, -0.575525250244878, -0.3527747739080492,],], [ [ -0.19319614726863632, -0.6548138487126672, 0.7306805541511691,], [ -0.6512577947218997, -0.4714178235683971, -0.5946667305609112,], [ 0.7338518471016635, -0.5907487275958704, -0.3353765157987913,],], [ [ -0.22391763142552043, -0.6504989663494205, 0.7257492604991895,], [ -0.6466299770474823, -0.4579916713976926, -0.6100109029467593,], [ 0.7291985786604067, -0.6058834241903995, -0.31807972140795016,],], [ [ -0.2544181359486659, -0.6455507659718103, 0.7200941748504951,], [ -0.6413640137003026, -0.44466786657412893, -0.6252381069373898,], [ 0.7238256793114239, -0.6209144039154043, -0.30090146058092504,],], [ [ -0.28466756052850944, -0.6399741308526484, 0.7137208780904092,], [ -0.6354651015480653, -0.43145955808075853, -0.6403333151221039,], [ 0.7177384514551622, -0.6358268330136388, -0.28385868618485494,],], [ [ -0.3146360526406886, -0.6337745644534225, 0.7066356598916874,], [ -0.6289390621021816, -0.4183797809200201, -0.6552816303539603,], [ 0.7109429024476677, -0.6506059947227589, -0.266968217378203,],], [ [ -0.34429403700683514, -0.6269581849930848, 0.6988455125073874,], [ -0.6217923357726672, -0.405441443249793, -0.6700683004514506,], [ 0.7034457386720788, -0.6652373037989541, -0.2502467230122932,],], [ [ -0.37361224478175825, -0.619531719410157, 0.6903581238703794,], [ -0.6140319755122672, -0.3926573136446322, -0.684678732757111,], [ 0.6952543589202718, -0.6797063209107853, -0.23371070518118425,],], [ [ -0.4025617424382254, -0.6115024967241044, 0.6811818700063049,], [ -0.6056656398560756, -0.3800400084947494, -0.6990985085387047,], [ 0.686376847091181, -0.6939987668890324, -0.21737648293610817,],], [ [ -0.43111396032082966, -0.6028784408025321, 0.6713258067674726,], [ -0.5967015853635205, -0.36760197955517715, -0.7133133972187655,], [ 0.6768219642130058, -0.7081005368184825, -0.20126017618054912,],], [ [ -0.45924072084076, -0.5936680625413407, 0.6607996608958497,], [ -0.5871486584701742, -0.3553555016574083, -0.727309370418453,], [ 0.6665991397971753, -0.7219977139577538, -0.18537768976185756,],], [ [ -0.4869142662836609, -0.5838804514655586, 0.6496138204239652,], [ -0.5770162867574266, -0.34331266059562837, -0.7410726158018675,], [ 0.655718462532599, -0.7356765834734217, -0.16974469777509452,],], [ [ -0.5141072862031263, -0.5735252667591388, 0.6377793244232015,], [ -0.5663144696486406, -0.3314853411995062, -0.7545895507071548,], [ 0.6441906703293953, -0.7491236459748855, -0.15437662809460143,],], [ [ -0.540792944372802, -0.5626127277325734, 0.6253078521095898,], [ -0.555053768540969, -0.3198852156053049, -0.7678468355509553,], [ 0.6320271397219139, -0.7623256308366266, -0.13928864714855763,],], [ [ -0.5669449052704996, -0.5511536037377273, 0.6122117113178582,], [ -0.543245296382569, -0.30852373173689185, -0.7808313869929648,], [ 0.619239874641515, -0.7752695092947088, -0.12449564495154955,],], [ [ -0.5925373600681737, -0.5391592035398538, 0.5985038263551119,], [ -0.5309007067055062, -0.2974121020080168, -0.7935303908476141,], [ 0.6058414945701833, -0.7879425073045898, -0.1100122204099295,],], [ [ -0.6175450521021314, -0.5266413641572673, 0.5841977252461262,], [ -0.5180321821251632, -0.2865612922570035, -0.8059313147301312,], [ 0.5918452220866681, -0.8003321181475654, -0.09585266691445664,],], [ [ -0.6419433017983159, -0.5136124391796992, 0.5693075263828469,], [ -0.5046524223175111, -0.2759820109247811, -0.8180219204244972,], [ 0.5772648698174389, -0.812426114773395, -0.08203095823444768,],], [ [ -0.6657080310280895, -0.5000852865768531, 0.5538479245912643,], [ -0.4907746314860979, -0.2656846984869277, -0.829790275961098,], [ 0.5621148268053325, -0.8242125618669354, -0.06856073472735048,],], [ [ -0.6888157868704614, -0.4860732560091981, 0.5378341766294176,], [ -0.47641250533113066, -0.2556795171501624, -0.841224767392149,], [ 0.5464100443093468, -0.8356798276268708, -0.055455289877353334,],], [ [ -0.7112437647573155, -0.47159017565352124, 0.5212820861308408,], [ -0.4615802175335097, -0.24597634082345166, -0.8523141102532699,], [ 0.5301660210495939, -0.8468165952449126, -0.042727557176318036,],], [ [ -0.7329698309788029, -0.45665033855623544, 0.5042079880083028,], [ -0.44629240576714596, -0.23658474537362456, -0.8630473606999041,], [ 0.5133987879119685, -0.8576118740741484, -0.030390097359975263,],], [ [ -0.7539725445266745, -0.4412684885279177, 0.4866287323332427,], [ -0.4305641572533779, -0.22751399917512155, -0.8734139263075849,], [ 0.4961248921276379, -0.8680550104755054, -0.01845508601198859,],], [ [ -0.7742311782540126, -0.42545980559299074, 0.46856166770680047,], [ -0.41441099387173125, -0.21877305396319313, -0.8834035765253964,], [ 0.4783613809429515, -0.8781356983316373, -0.006934301548113161,],], [ [ -0.7937257393304671, -0.40923989100890934, 0.450024624138857,], [ -0.39784885684172216, -0.21037053599958358, -0.8930064527723094,], [ 0.4601257847958952, -0.8878439892178489, 0.004160886407690509,],], [ [ -0.8124369889728128, -0.39262475186963963, 0.4310358954519839,], [ -0.38089409099082217, -0.20231473755941534, -0.9022130781664275,], [ 0.4414361000156931, -0.8971703022200238, 0.014819528243712753,],], [ [ -0.8303464614313609, -0.37563078530861477, 0.41161422122765723,], [ -0.3635634286241013, -0.1946136087476744, -0.9110143668775456,], [ 0.4223107710626209, -0.906105433389868, 0.025031105166455098,],], [ [ -0.8474364822134745, -0.3582747623167722, 0.3917787683125671,], [ -0.3458739730114822, -0.18727474965337734, -0.9194016330937842,], [ 0.40276867232557223, -0.9146405648281324, 0.034785539581420714,],], [ [ -0.8636901855262162, -0.34057381119162633, 0.3715491119032589,], [ -0.3278431815088865, -0.18030540284915833, -0.9273665995934585,], [ 0.3828290894953272, -0.9227672733868562, 0.044073205038499146,],], [ [ -0.8790915309209097, -0.3225454006337183, 0.35094521622778274,], [ -0.3094888483299394, -0.17371244624368185, -0.9349014059137165,], [ 0.3625117005319122, -0.9304775389820381, 0.05288493573212614,],], [ [ -0.8936253191231794, -0.3042073225071271, 0.32998741484341554,], [ -0.29082908698523535, -0.16750238629393463, -0.9419986161078857,], [ 0.3418365562448377, -0.9377637525085314, 0.06121203554684064,],], [ [ -0.9072772070328614, -0.2855776742810457, 0.30869639056989184,], [ -0.27188231240648675, -0.16168135158409488, -0.9486512260838764,], [ 0.32082406050536755, -0.9446187233493573, 0.06904628663931854,],], [ [ -0.9200337218789677, -0.26667484116976126, 0.2870931550779592,], [ -0.25266722277320924, -0.1562550867773169, -0.9548526705163926,], [ 0.2994949501103616, -0.9510356864720145, 0.07637995754840565,],], [ [ -0.9318822745157416, -0.24751747798865725, 0.2651990281533899,], [ -0.23320278105986716, -0.15122894694640068, -0.9605968293261364,], [ 0.2778702743175519, -0.9570083091047942, 0.08320581082515295,],], [ [ -0.9428111718466828, -0.2281244907441455, 0.24303561665691897,], [ -0.2135081963216957, -0.1466078922889403, -0.9658780337196051,], [ 0.25597137407245524, -0.9625306969865007, 0.08951711017532019,],], [ [ -0.9528096283642733, -0.20851501797570055, 0.2206247932008745,], [ -0.1936029047376699, -0.1423964832321688, -0.9706910717835244,], [ 0.23381986094742266, -0.9675974001834151, 0.09530762710729916,],], [ [ -0.961867776794025, -0.18870841186840182, 0.19798867456353492,], [ -0.1735065504293214, -0.13859887593232914, -0.9750311936283947,], [ 0.21143759581360427, -0.9722034184677609, 0.10057164707889833,],], [ [ -0.9699766778323352, -0.16872421915463517, 0.17514959986253031,], [ -0.153238966074345, -0.13521881817301512, -0.9788941160760742,], [ 0.18884666726689023, -0.9763442062523604, 0.10530397513691832,],], [ [ -0.9771283289685475, -0.14858216182378872, 0.1521301085088128,], [ -0.13282015333411434, -0.1322596456665281, -0.9822760268867743,], [ 0.16606936982910495, -0.9800156770766139, 0.10949994104395698,],], [ [ -0.9833156723825045, -0.12830211765898927, 0.1289529179629611,], [ -0.11227026311442881, -0.12972427876190176, -0.9851735885212927,], [ 0.1431281819459754, -0.9832142076393747, 0.11315540388738171,],], [ [ -0.9885326019098009, -0.10790410062008747, 0.10564090131577436,], [ -0.09160957567897604, -0.12761521956284305, -0.9875839414347751,], [ 0.1200457438035897, -0.9859366413747372, 0.11626675616592,],], [ [ -0.9927739690678667, -0.08740824109224339, 0.08221706471526843,], [ -0.07085848063512486, -0.12593454945843408, -0.9895047068987508,], [ 0.09684483498522792, -0.9881802915672127, 0.1188309273498381,],], [ [ -0.996035588136924, -0.06683476601961938, 0.05870452466236854,], [ -0.050037456811814464, -0.12468392706903278, -0.9909339893486598,], [ 0.07354835199063067, -0.9899429440032123, 0.12084538691119096,],], [ [ -0.9983142402908115, -0.04620397894377171, 0.03512648519768908,], [ -0.029167052049385953, -0.12386458660939681, -0.9918703782545538,], [ 0.05017928563987714, -0.9912228591562277, 0.12230814682115368,],], [ [ -0.9996076767735957, -0.02553623996644972, 0.011506215001923073,], [ -0.008267862921307344, -0.12347733667065144, -0.9923129495131248,], [ 0.026760698384180014, -0.992018773903548, 0.12321776351197282,],], [ [ -0.9999146211188346, -0.004851945656577744, -0.012132975567557814,], [ 0.01263948559219281, -0.12352255942229762, -0.9922612663596869,], [ 0.0033157015459912703, -0.9923299027728182, 0.12357333930159588,],], [ [ -0.9992347704093032, 0.015828491078757972, -0.03576775748123982,], [ 0.03353436045853227, -0.12400021023505224, -0.9917153797992144,], [ -0.02013256748912904, -0.9921559387172122, 0.12337452327957804,],], [ [ -0.997568795575938, 0.036484661139439635, -0.05937480606042287,], [ 0.05439614095512163, -0.12490981772489144, -0.9906758285560039,], [ -0.04356096810635761, -0.991497053418453, 0.1226215116533891,],], [ [ -0.9949183407357055, 0.05709617937369685, -0.08293082399588918,], [ 0.07520423901956817, -0.12625048421825258, -0.989143638542019,], [ -0.06694637929864596, -0.9903538971173806, 0.12131504755477959,],], [ [ -0.9912860215690484, 0.0776427046958496, -0.10641256433955983,], [ 0.09593811956764627, -0.12802088663793684, -0.9871203218444348,], [ -0.09026572248440638, -0.9887275979722371, 0.1194564203063967,],], [ [ -0.9866754227385098, 0.09810396016055865, -0.1297968534464465,], [ 0.11657732075898043, -0.13021927780883802, -0.9846078752333857,], [ -0.11349598428332422, -0.9866197609452997, 0.11704746414937499,],], [ [ -0.9810910943510833, 0.1184597529737819, -0.1530606138442685,], [ 0.13710147419045088, -0.13284348818220837, -0.9816087781913875,], [ -0.13661423922783025, -0.9840324662189628, 0.11409055643315585,],], [ [ -0.9745385474677825, 0.13868999442067345, -0.17618088700814935,], [ 0.15749032499737853, -0.13589092797676033, -0.978125990466379,], [ -0.159597672387804, -0.9809682671428308, 0.1105886152693246,],], [ [ -0.9670242486648585, 0.15877471969077275, -0.19913485601793218,], [ 0.17772375184266548, -0.13935858973449006, -0.9741629491507982,], [ -0.18242360188619425, -0.9774301877138494, 0.10654509665177783,],], [ [ -0.9585556136520349, 0.17869410758090942, -0.22189986807574552,], [ 0.1977817867741563, -0.14324305128870138, -0.969723565289575,], [ -0.20506950128332846, -0.9734217195919581, 0.10196399104606547,],], [ [ -0.9491409999540592, 0.19842850005637985, -0.244453456861595,], [ 0.21764463493062158, -0.14754047914129928, -0.9648122200203895,], [ -0.22751302180781846, -0.9689468186542185, 0.0968498194512722,],], [ [ -0.938789698662791, 0.2179584216510962, -0.26677336470492924,], [ 0.23729269407692438, -0.1522466322460226, -0.9594337602500026,], [ -0.24973201441213222, -0.964009901090807, 0.09120762893832544,],], [ [ -0.9275119252679692, 0.23726459868755254, -0.2888375645502841,], [ 0.25670657394907886, -0.15735686619387743, -0.9535934938709305,], [ -0.27170455163105184, -0.9586158390467356, 0.08504298766913275,],], [ [ -0.9153188095757094, 0.2563279782976488, -0.3106242816953408,], [ 0.27586711539012054, -0.16286613779664594, -0.9472971845231769,], [ -0.29340894922145827, -0.9527699558135971, 0.07836197940146562,],], [ [ -0.9022223847246728, 0.2751297472255976, -0.33211201527994016,], [ 0.29475540925789706, -0.1687690100639423, -0.9405510459061999,], [ -0.3148237875620806, -0.9464780205760804, 0.07117119748500957,],], [ [ -0.8882355753107603, 0.2936513503943543, -0.3532795595048415,], [ 0.3133528150861199, -0.1750596575689055, -0.9333617356467221,], [ -0.3359279327920896, -0.9397462427184424, 0.06347773835450998,],], [ [ -0.8733721846320379, 0.3118745092172533, -0.3741060245592937,], [ 0.3316409794802637, -0.18173187219723416, -0.9257363487284376,], [ -0.35670055766767844, -0.9325812656965534, 0.05528919452643233,],], [ [ -0.8576468810664909, 0.32978123963677575, -0.39457085723676033,], [ 0.34960185423015644, -0.18877906927388857, -0.9176824104901002,], [ -0.3771211621160457, -0.9249901604815675, 0.04661364710604919,],], [ [ -0.8410751835960503, 0.3473538698726418, -0.41465386121845066,], [ 0.3672177141213821, -0.19619429406141087, -0.9092078691989042,], [ -0.39716959346649017, -0.9169804185816862, 0.037459657812351076,],], [ [ -0.8236734464911674, 0.3645750578617286, -0.43433521700465333,], [ 0.3844711744279309, -0.20397022862345718, -0.900321088206481,], [ -0.4168260663386703, -0.9085599446488997, 0.02783626052864468,],], [ [ -0.8054588431710726, 0.38142780837257534, -0.4535955014741783,], [ 0.4013452080688113, -0.21209919904675653, -0.8910308376952658,], [ -0.43607118216837015, -0.8997370486780114, 0.017752952387189675,],], [ [ -0.7864493492556223, 0.397895489777617, -0.4724157070526323,], [ 0.4178231624117196, -0.22057318301438122, -0.8813462860233621,], [ -0.454885948351538, -0.8905204378056321, 0.0072196843966573845,],], [ [ -0.7666637248254777, 0.4139618504665702, -0.4907772604705897,], [ 0.4338887757071614, -0.22938381772284513, -0.8712769906764628,], [ -0.4732517969876762, -0.880919207717249, -0.0037531483783263112,],], [ [ -0.7461214959081209, 0.42961103488478286, -0.5086620410931543,], [ 0.4495261931368169, -0.2385224081352199, -0.8608328888357466,], [ -0.49115060320409754, -0.8709428336708452, -0.015154717075867052,],], [ [ -0.7248429352079654, 0.4448275991807269, -0.5260523988028302,], [ 0.46471998246031654, -0.24797993556212675, -0.8500242875710591,], [ -0.50856470304297, -0.8606011611459248, -0.026973769723598065,],], [ [ -0.7028490420996043, 0.45959652644717297, -0.5429311714180368,], [ 0.47945514924497, -0.2577470665621272, -0.8388618536690663,], [ -0.525476910893478, -0.8499043961271829, -0.03919864234302501,],], [ [ -0.6801615219039141, 0.47390324154102886, -0.5592817016300967,], [ 0.49371715166343794, -0.2678141621527375, -0.8273566031064048,], [ -0.5418705364519214, -0.8388630950323971, -0.051817270460479486,],], [ [ -0.6568027644674839, 0.4877336254672001, -0.5750878534419692,], [ 0.5074919148447309, -0.27817128732297197, -0.8155198901782279,], [ -0.5577294011929972, -0.8274881542944899, -0.06481720101330549,],], [ [ -0.6327958220665065, 0.5010740293122832, -0.590334028092509,], [ 0.5207658447643735, -0.2888082208380251, -0.8033633962928749,], [ -0.5730378543360137, -0.8157907996080415, -0.07818560463953628,],], [ [ -0.6081643866569293, 0.5139112877143468, -0.6050051794505424,], [ 0.5335258416600349, -0.2997144653264235, -0.7908991184437163,], [ -0.5877807882902881, -0.8037825748508598, -0.09190928833893543,],], [ [ -0.5829327664933301, 0.526232731855496, -0.6190868288635563,], [ 0.5457593129593744, -0.31087925763968305, -0.7781393573695596,], [ -0.6019436535644714, -0.7914753306915518, -0.10597470849289706,],], [ [ -0.5571258621395864, 0.5380262019644095, -0.6325650794463564,], [ 0.5574541857073525, -0.32229157947425413, -0.765096705415298,], [ -0.6155124731250987, -0.7788812128943302, -0.12036798423036664,],], [ [ -0.5307691418950018, 0.5492800593165073, -0.6454266297955932,], [ 0.5685989184807441, -0.33394016824527356, -0.751784034104773,], [ -0.6284738561901931, -0.7660126503325989, -0.1350749111265886,],], [ [ -0.5038886166601675, 0.5599831977199038, -0.6576587871166125,], [ 0.5791825127780872, -0.34581352820138195, -0.7382144814381338,], [ -0.6408150114443042, -0.7528823427231529, -0.15008097522115607,],], [ [ -0.47651081426733316, 0.5701250544758182, -0.6692494797496884,], [ 0.589194523873838, -0.3578999417696514, -0.7244014389262087,], [ -0.6525237596619488, -0.7395032480930869, -0.16537136734153784,],], [ [ -0.44866275330064, 0.5796956208026207, -0.6801872690832675,], [ 0.5986250711260142, -0.37018748111941574, -0.7103585383746978,], [ -0.6635885457269917, -0.7258885699917904, -0.18093099771794197,],], [ [ -0.4203719164320542, 0.5886854517132272, -0.6904613608424702,], [ 0.6074648477271531, -0.38266401993359583, -0.6960996384312286,], [ -0.6739984500361027, -0.7120517444606497, -0.19674451087508643,],], [ [ -0.3916662232992915, 0.5970856753361027, -0.7000616157417142,], [ 0.6157051298889716, -0.39531724537590635, -0.6816388109085412,], [ -0.6837431992750451, -0.6980064267733037, -0.21279630078619896,],], [ [ -0.3625740029525316, 0.6048880016706664, -0.7089785594909379,], [ 0.6233377854516495, -0.4081346702421259, -0.6669903268973131,], [ -0.6928131765571517, -0.6837664779595581, -0.22907052627426777,],], [ [ -0.33312396589708404, 0.6120847307684631, -0.7172033921455587,], [ 0.6303552819092549, -0.42110364528344746, -0.6521686426823173,], [ -0.701199430913989, -0.6693459511262396, -0.24555112664536416,],], [ [ -0.3033451757596146, 0.6186687603320292, -0.7247279967909331,], [ 0.636750693843383, -0.4342113716897421, -0.6371883854758206,], [ -0.7088936861288432, -0.6547590775884995, -0.26222183753859707,],], [ [ -0.2732670206058958, 0.624633592723947, -0.7315449475527469,], [ 0.6425177097576714, -0.4474449137204147, -0.6220643389823012,], [ -0.7158883489043061, -0.6400202528252562, -0.2790662069770567,],], [ [ -0.2429191839383641, 0.6299733413791819, -0.7376475169254404,], [ 0.6476506383064572, -0.4607912114703969, -0.6068114288087219,], [ -0.72217651635591, -0.6251440222726221, -0.29606761160391987,],], [ [ -0.21233161540213766, 0.6346827366143654, -0.7430296824114221,], [ 0.6521444139114164, -0.474237093758665, -0.5914447077347724,], [ -0.7277519828244056, -0.6101450669693521, -0.31320927308767693,],], [ [ -0.18153450122837494, 0.6387571308282955, -0.7476861324645315,], [ 0.6559946017606544, -0.4877692911265765, -0.5759793408576018,], [ -0.7326092459999706, -0.5950381890684672, -0.3304742746803049,],], [ [ -0.1505582344441594, 0.6421925030885222, -0.7516122717318791,], [ 0.6591974021853062, -0.5013744489331899, -0.5604305906257115,], [ -0.7367435123522984, -0.5798382972293556, -0.34784557791203846,],], [ [ -0.11943338487831301, 0.64498546309949, -0.7548042255888908,], [ 0.6617496544093302, -0.5150391405346441, -0.5448138017767787,], [ -0.7401507018612093, -0.5645603919047735, -0.3653060394062597,],], [ [ -0.08819066899271381, 0.6471332545483267, -0.7572588439630852,], [ 0.6636488396687988, -0.5287498805345996, -0.5291443861942631,], [ -0.7428274520431204, -0.5492195505372486, -0.3828384277979267,],], [ [ -0.056860919568923515, 0.6486337578249698, -0.7589737044428054,], [ 0.6648930836976, -0.5424931380926538, -0.5134378076977592,], [ -0.7447711212693955, -0.5338309126795144, -0.4004254407388272,],], [ [ -0.02547505528001124, 0.6494854921139518, -0.7599471146678421,], [ 0.6654811585771037, -0.5562553502776075, -0.49770956678208633,], [ -0.7459797913733026, -0.5184096650536467, -0.41804972197288887,],], [ [ 0.005935949822383348, 0.6496876168557784, -0.7601781139995847,], [ 0.6654124839479644, -0.5700229354523989, -0.481975185320189,], [ -0.7464522695430073, -0.5029710265636479, -0.4356938784646898,],], [ [ 0.03734109687562838, 0.6492399325764567, -0.7596664744690547,], [ 0.6646871275828646, -0.5837823066774926, -0.46625019124494366,], [ -0.7461880894987305, -0.4875302332762798, -0.4533404975642598,],], [ [ 0.0687093927981804, 0.6481428810843565, -0.7584127010018853,], [ 0.6633058053196357, -0.59751988511951, -0.4505501032249766,], [ -0.7451875119529143, -0.47210252338494996, -0.47097216419124804,],], [ [ 0.10000988087594441, 0.6463975450342079, -0.7564180309200255,], [ 0.661269880354818, -0.6112221134518515, -0.43489041534963324,], [ -0.7434515243529358, -0.4567031221715054, -0.4885714780214815,],], [ [ 0.13121167131275585, 0.6440056468586689, -0.7536844327206585,], [ 0.6585813618983622, -0.6248754692341011, -0.41928658183819845,], [ -0.7409818399066279, -0.44134722698076334, -0.5061210706589669,],], [ [ 0.16228397171482226, 0.6409695470685136, -0.750214604133542,], [ 0.6552429031907958, -0.6384664782570015, -0.4037540017884642,], [ -0.7377808958915649, -0.4260499922226103, -0.5236036227763837,],], [ [ 0.19319611747903087, 0.6372922419231224, -0.746011969458687,], [ 0.6512577988848145, -0.6519817278398273, -0.3883080039797015,], [ -0.7338518512497839, -0.41082651441647966, -0.5410018812071462,],], [ [ 0.2239176020551654, 0.632977360473567, -0.7410806761869996,], [ 0.6466299817938791, -0.6654078800670479, -0.37296383174501646,], [ -0.729198583470314, -0.3956918172929449, -0.5582986759721846,],], [ [ 0.2544181070521267, 0.6280291609812163, -0.7354255909072257,], [ 0.6413640190110289, -0.6787316849511993, -0.3577366279280421,], [ -0.7238256847625907, -0.3806608369671557, -0.5754769372246218,],], [ [ 0.2846675321584822, 0.6224525267153886, -0.7290522945032324,], [ 0.6354651074017418, -0.6919399935089902, -0.3426414199387918,], [ -0.7177384575245305, -0.3657484071987289, -0.5925197120956402,],], [ [ 0.3146360248477945, 0.6162529611342028, -0.7219670766463695,], [ 0.6289390684752852, -0.7050197707377288, -0.3276931049234339,], [ -0.7109429091097389, -0.35096924475265207, -0.6094101814249041,],], [ [ 0.3442940098394141, 0.6094365824533837, -0.7141769295883462,], [ 0.621792342639626, -0.7179581084792663, -0.31290643506262394,], [ -0.7034457458990162, -0.33633793487564595, -0.6261316763590247,],], [ [ 0.3736122182856835, 0.6020101176083761, -0.7056895412607445,], [ 0.6140319828455597, -0.7307422381587666, -0.29829600301289105,], [ -0.6952543666820088, -0.32186891690230923, -0.6426676948017017,],], [ [ 0.40256171665671997, 0.5939808956157336, -0.6965132876879849,], [ 0.60566564762634, -0.7433595433857247, -0.2838762275054624,], [ -0.6863768553555407, -0.30757647000526217, -0.6590019176992895,],], [ [ 0.4311139352942956, 0.5853568403403243, -0.6866572247212273,], [ 0.596701593539671, -0.755797572404803, -0.2696613391167223,], [ -0.6768219729458282, -0.29347469910334456, -0.6751182251457281,],], [ [ 0.4592406966066232, 0.5761464626754983, -0.6761310791013634,], [ 0.5871486670195215, -0.7680440503841971, -0.25566536622436,], [ -0.6665991489624498, -0.2795775209417738, -0.6910007122909423,],], [ [ 0.48691424287621654, 0.5663588521439311, -0.6649452388599302,], [ 0.5770162956458105, -0.7800868915293967, -0.24190212116306423,], [ -0.6557184720926102, -0.26589865035801136, -0.706633705037002,],], [ [ 0.5141072636534088, 0.556003667927428, -0.6531107430673996,], [ 0.566314478840562, -0.7919142110104055, -0.22838518659341653,], [ -0.644190680244869, -0.25245158674687207, -0.7220017755065697,],], [ [ 0.5407929227084598, 0.5450911293345467, -0.6406392709389818,], [ 0.5550537779997308, -0.8035143366906246, -0.2151279020974527,], [ -0.6320271499521736, -0.23924960073825416, -0.7370897572683522,],], [ [ 0.566944884515686, 0.5336320057154422, -0.627543130308674,], [ 0.5432453060704217, -0.8148758206458467, -0.20214335101410472,], [ -0.6192398851446417, -0.22630572110062078, -0.7518827603045429,],], [ [ 0.5925373402434566, 0.5216376058338827, -0.613835245482943,], [ 0.5309007165837946, -0.8259874504619813, -0.18944434752752434,], [ -0.6058415053031804, -0.2136327218831676, -0.7663661857054795,],], [ [ 0.6175450332244032, 0.5091197667069363, -0.5995291444860252,], [ 0.5180321921544825, -0.8368382603003582, -0.1770434240210328,], [ -0.5918452330056329, -0.20124310980936636, -0.7805257400770094,],], [ [ 0.6419432838807351, 0.4960908419233243, -0.5846389457094227,], [ 0.504652432457859, -0.847417541719705, -0.16495281870916415,], [ -0.5772648808777336, -0.18914911193431394, -0.7943474496463598,],], [ [ 0.6657080140800233, 0.48256368945198513, -0.5691793439787846,], [ 0.49077464169703444, -0.8577148542440985, -0.15318446356002324,], [ -0.5621148379617628, -0.17736266357808433, -0.8078176740525725,],], [ [ 0.6888157708974506, 0.46855165895286954, -0.55316559605191,], [ 0.47641251557193826, -0.8677200356664787, -0.14174997251986585,], [ -0.5464100555163391, -0.16589539654697724, -0.8209231198079101,],], [ [ 0.7112437497610555, 0.4540685786024924, -0.5366135055621926,], [ 0.4615802277633502, -0.8774232120775421, -0.13066063005152834,], [ -0.5301660322613725, -0.15475862765429557, -0.8336508534169401,],], [ [ 0.7329698169571311, 0.4391287414472475, -0.5195394074223688,], [ 0.44629241594522745, -0.8868148076101249, -0.1199273799980187,], [ -0.513398799082742, -0.14396334755198473, -0.845988314140346,],], [ [ 0.7539725314735841, 0.4237468912979397, -0.5019601517039448,], [ 0.4305641673391112, -0.8958855538894615, -0.10956081478225123,], [ -0.496124903211775, -0.13352020988414046, -0.8579233263908856,],], [ [ 0.7742311661596732, 0.40793820817946946, -0.48389308700823186,], [ 0.4144110038248919, -0.9046264991799817, -0.09957116495359547,], [ -0.47836139189516313, -0.12343952077310769, -0.8694441117492415,],], [ [ 0.7937257281812643, 0.39171829335001673, -0.4653560433453853,], [ 0.39784886662260976, -0.9130290172196309, -0.08996828909154515,], [ -0.46012579557141403, -0.11373122864853441, -0.8805393005879226,],], [ [ 0.8124369787514045, 0.3751031539045134, -0.44636731453834855,], [ 0.3808941005604138, -0.9210848157329876, -0.08076166407647635,], [ -0.4414361105704464, -0.10440491442942329, -0.8911979432917367,],], [ [ 0.8303464521167406, 0.3581091869776041, -0.42694564016907477,], [ 0.36356343794421064, -0.9287859446147759, -0.07196037573710005,], [ -0.42231078135341016, -0.09546978206887206, -0.9014095210637584,],], [ [ 0.8474364737810581, 0.34075316356166846, -0.4071101870848244,], [ 0.34587398204490577, -0.9361248037757033, -0.06357310988382744,], [ -0.40276868231023877, -0.08693464947082831, -0.9111639563061404,],], [ [ 0.8636901779479385, 0.3230522119558957, -0.3868805304828113,], [ 0.3278431902195533, -0.9430941506428723, -0.05560814373691148,], [ -0.3828290991329214, -0.07880793978783039, -0.9204516225655064,],], [ [ 0.8790915241653331, 0.3050238008627238, -0.3662766345918467,], [ 0.30948885668305254, -0.9496871073073702, -0.04807333775781199,], [ -0.3625117097828548, -0.07109767310831705, -0.9292633540331255,],], [ [ 0.8936253131556213, 0.28668572214834226, -0.3453188329700553,], [ 0.2908290949474065, -0.9558971673119776, -0.04097612789185432,], [ -0.3418365650710728, -0.06381145854171272, -0.9375904545904835,],],] +bottomCenter = [ -0.20884407019847792, 2.309308385183359, 2.474480521496192,] +bottomNormal = [ -0.004063338506966829, -0.7440664172172546, -0.6680933237075806,] +cameraTracks = [ [ -3.64477515488826, 1.203530790525775, -8.388511130591327,], [ -3.4124145705233575, 1.2718222494051066, -8.46598165605266,], [ -3.1769249068890915, 1.335193962118933, -8.537992011107777,], [ -2.938538563852459, 1.393583388437765, -8.604471130230152,], [ -2.6974907999533047, 1.4469329050472677, -8.665353406555335,], [ -2.454019500232548, 1.4951898624155133, -8.720578756627,], [ -2.208364941468367, 1.5383066367517106, -8.77009267969206,], [ -1.9607695550520268, 1.5762406770051431, -8.813846311486344,], [ -1.711477687737368, 1.6089545468579103, -8.851796472457702,], [ -1.4607353605000581, 1.636415961670063, -8.883905710379041,], [ -1.208790025744592, 1.658597820340637, -8.910142337309125,], [ -0.9558903230986452, 1.6754782320531754, -8.930480460864766,], [ -0.7022858340357774, 1.6870405378793099, -8.944900009773457,], [ -0.4482268355686537, 1.6932733272191294, -8.953386753681322,], [ -0.19396405325584473, 1.6941704490620466, -8.955932317196744,], [ 0.0602515862340228, 1.6897310180571135, -8.95253418815586,], [ 0.31416920275660065, 1.6799594153867523, -8.943195720101773,], [ 0.5675382102802236, 1.6648652844430607, -8.927926128975004,], [ 0.8201085641840786, 1.6444635213109415, -8.906740484018478,], [ 1.0716310080220497, 1.6187742600674733, -8.87965969290599,], [ 1.3218573195087433, 1.587822852912, -8.846710481108866,], [ 1.570540555484908, 1.551639845146576, -8.807925365521143,], [ 1.8174352956205306, 1.5102609450314373, -8.763342622369322,], [ 2.062297884615056, 1.4637269885452642, -8.713006249438356,], [ 2.304886672655768, 1.4120838990849947, -8.656965922651144,], [ 2.5449622538969674, 1.3553826421449808, -8.59527694704439,], [ 2.7822877027246466, 1.293679175020196, -8.52800020218922,], [ 3.016628807573464, 1.2270343915831419, -8.455202082110388,], [ 3.2477543020652733, 1.1555140621889506, -8.376954429763387,], [ 3.4754360932411337, 1.0791887687679795, -8.29333446613413,], [ 3.699449486661508, 0.9981338351699708, -8.204424714031157,], [ 3.9195734081525555, 0.9124292528285036, -8.110312916645592,], [ 4.1355906219796505, 0.8221596018191115, -8.011091950959196,], [ 4.347287945232817, 0.7274139673889523, -7.906859736086013,], [ 4.5544564582125355, 0.6282858520404286, -7.797719136638011,], [ 4.756891710608246, 0.52487308325551, -7.683777861210146,], [ 4.954393923266144, 0.41727771695180943, -7.565148356084964,], [ 5.146768185347062, 0.30560593676572434, -7.441947694261711,], [ 5.33382464667996, 0.18996794926200017, -7.314297459919411,], [ 5.515378705121097, 0.07047787517315943, -7.182323628427959,], [ 5.691251188734077, -0.05274636322388247, -7.046156442025645,], [ 5.8612685326109215, -0.17958315848287085, -6.9059302812857855,], [ 6.025262950159663, -0.3099073380000765, -6.761783532499318,], [ 6.183072598689471, -0.44359028754454705, -6.613858451104248,], [ 6.334541739129831, -0.5805000781848179, -6.462301021296701,], [ 6.479520889726222, -0.7205015964868458, -6.3072608119621485,], [ 6.617866973560551, -0.8634566778546579, -6.14889082906897,], [ 6.749443459750797, -1.0092242428821168, -5.987347364670042,], [ 6.874120498190513, -1.157660436581275, -5.822789842661347,], [ 6.991775047695201, -1.3086187703498682, -5.655380661449838,], [ 7.102290997429104, -1.461950266537887, -5.485285033685817,], [ 7.2055592814925875, -1.6175036054705314, -5.31267082321799,], [ 7.301477986557011, -1.7751252747824553, -5.137708379432125,], [ 7.389952452440886, -1.9346597209159455, -4.960570369136763,], [ 7.4708953655280315, -2.0959495026334922, -4.781431606161938,], [ 7.544226844935588, -2.2588354463932916, -4.600468878839022,], [ 7.609874521346799, -2.423156803434313, -4.4178607755319845,], [ 7.667773608430785, -2.588751408415913, -4.2337875083922505,], [ 7.717866966778836, -2.7554558394554567, -4.048430735511045,], [ 7.760105160294107, -2.9231055794059753, -3.8619733816448134,], [ 7.794446504979077, -3.091535178214735, -3.674599457690552,], [ 7.820857110072624, -3.2605784162024665, -3.4864938790892728,], [ 7.839310911496109, -3.4300684681021103, -3.2978422833367964,], [ 7.849789697575486, -3.5998380676952277, -3.1088308467819434,], [ 7.852283127014009, -3.7697196728835487, -2.9196461008929706,], [ 7.8467887390978595, -3.939545631032806, -2.730474748173519,], [ 7.833311956124565, -4.1091483444256465, -2.5415034779097865,], [ 7.811866078051852, -4.278360435660335, -2.352918781930743,], [ 7.782472269372179, -4.447014912832045, -2.1649067705632166,], [ 7.745159538225961, -4.614945334333707, -1.9776529889634646,], [ 7.699964707774015, -4.781985973113787, -1.7913422340065,], [ 7.646932379857563, -4.9479719802288695, -1.6061583719138957,], [ 7.586114890981584, -5.112739547529669, -1.4222841568000144,], [ 7.517572260665016, -5.2761260693198855, -1.239901050315775,], [ 7.4413721322087305, -5.4379703028284005, -1.0591890425679025,], [ 7.35758970593976, -5.598112527336444, -0.8803264744904078,], [ 7.2663076649976555, -5.756394701802624, -0.7034898618436508,], [ 7.167616093736214, -5.912660620830382, -0.5288537210145718,], [ 7.061612388821093, -6.066756068823851, -0.3565903967900888,], [ 6.948401163111064, -6.218528972180027, -0.18686989227361347,], [ 6.828094142417739, -6.36782954936707, -0.01985970111249184,], [ 6.700810055245703, -6.514510458740569, 0.14427535779798342,], [ 6.566674515621803, -6.658426943951971, 0.3053733029709279,], [ 6.425819899129264, -6.799436976805625, 0.4632751501840534,], [ 6.278385212268986, -6.937401397423444, 0.6178250693778736,], [ 6.124515955276888, -7.072184051578934, 0.7688705384411917,], [ 5.964363978532763, -7.203651925064947, 0.9162624937319771,], [ 5.798087332702278, -7.3316752749626595, 1.0598554771852038,], [ 5.625850112760038, -7.45612775768217, 1.199507779862396,], [ 5.447822296047687, -7.576886553648362, 1.3350815818012358,], [ 5.264179574526746, -7.693832488509009, 1.4664430880272383,], [ 5.07510318139191, -7.806850150745452, 1.5934626605932216,], [ 4.880779712215734, -7.915828005569853, 1.7160149465163217,], [ 4.681400940801334, -8.020658504996558, 1.83397900148625,], [ 4.477163629924815, -8.12123819397897, 1.9472384092227222,], [ 4.268269337154129, -8.217467812507197, 2.0556813963642813,], [ 4.054924215936133, -8.309252393565695, 2.1592009427750947,], [ 3.8373388121480043, -8.396501356854243, 2.257694887160923,], [ 3.615727856313872, -8.479128598179777, 2.351066027889974,], [ 3.3903100516917375, -8.557052574430807, 2.4392222189191832,], [ 3.1613078584397294, -8.63019638405066, 2.5220764607312334,], [ 2.928947274074825, -8.69848784292999, 2.5995469861925664,], [ 2.6934576104405603, -8.761859555643817, 2.671557341247682,], [ 2.4550712674039255, -8.82024898196265, 2.738036460370059,], [ 2.214023503504776, -8.87359849857215, 2.798918736695241,], [ 1.970552203784017, -8.921855455940396, 2.8541440867669055,], [ 1.7248976450198334, -8.964972230276594, 2.9036580098319664,], [ 1.477302258603495, -9.002906270530026, 2.947411641626247,], [ 1.2280103912888343, -9.035620140382793, 2.985361802597608,], [ 0.9772680640515292, -9.063081555194946, 3.017471040518946,], [ 0.7253227292960615, -9.08526341386552, 3.0437076674490315,], [ 0.4724230266501127, -9.102143825578057, 3.064045791004671,], [ 0.21881853758724631, -9.113706131404193, 3.078465339913361,], [ -0.035240460879880475, -9.119938920744014, 3.0869520838212283,], [ -0.28950324319268417, -9.12083604258693, 3.08949764733665,], [ -0.5437188826825543, -9.116396611581996, 3.0860995182957653,], [ -0.7976364992051336, -9.106625008911635, 3.0767610502416782,], [ -1.0510055067287547, -9.091530877967944, 3.0614914591149085,], [ -1.303575860632612, -9.071129114835825, 3.040305814158383,], [ -1.5550983044705782, -9.045439853592358, 3.0132250230458952,], [ -1.805324615957274, -9.014488446436884, 2.9802758112487715,], [ -2.054007851933442, -8.978305438671459, 2.9414906956610496,], [ -2.300902592069061, -8.936926538556321, 2.89690795250923,], [ -2.54576518106359, -8.890392582070149, 2.8465715795782627,], [ -2.7883539691042962, -8.838749492609878, 2.790531252791049,], [ -3.0284295503454985, -8.782048235669864, 2.728842277184296,], [ -3.2657549991731796, -8.720344768545079, 2.6615655323291265,], [ -3.5000961040219942, -8.653699985108025, 2.588767412250295,], [ -3.7312215985138066, -8.582179655713833, 2.5105197599032927,], [ -3.9589033896896653, -8.505854362292862, 2.4268997962740353,], [ -4.182916783110039, -8.424799428694854, 2.3379900441710637,], [ -4.403040704601093, -8.339094846353385, 2.243878246785495,], [ -4.6190579184281795, -8.248825195343995, 2.144657281099104,], [ -4.830755241681352, -8.154079560913836, 2.040425066225917,], [ -5.037923754661066, -8.054951445565314, 1.9312844667779179,], [ -5.240359007056777, -7.951538676780395, 1.8173431913500524,], [ -5.43786121971468, -7.843943310476691, 1.6987136862248677,], [ -5.630235481795593, -7.7322715302906095, 1.5755130244016187,], [ -5.817291943128493, -7.616633542786882, 1.4478627900593153,], [ -5.998846001569628, -7.4971434686980425, 1.3158889585678644,], [ -6.174718485182609, -7.373919230301003, 1.1797217721655529,], [ -6.344735829059457, -7.247082435042009, 1.039495611425688,], [ -6.508730246608193, -7.116758255524808, 0.895348862639226,], [ -6.666539895137999, -6.98307530598034, 0.7474237812441572,], [ -6.818009035578363, -6.846165515340067, 0.5958663514366075,], [ -6.962988186174754, -6.706163997038037, 0.4408261421020541,], [ -7.101334270009085, -6.563208915670224, 0.28245615920887224,], [ -7.232910756199331, -6.417441350642765, 0.12091269480994489,], [ -7.357587794639043, -6.269005156943612, -0.04364482719874292,], [ -7.475242344143734, -6.118046823175016, -0.21105400841025554,], [ -7.585758293877635, -5.964715326986997, -0.3811496361742769,], [ -7.689026577941121, -5.809161988054349, -0.5537638466421075,], [ -7.784945283005546, -5.651540318742426, -0.7287262904279723,], [ -7.873419748889416, -5.492005872608942, -0.9058643007233267,], [ -7.954362661976564, -5.330716090891392, -1.085003063698155,], [ -8.02769414138412, -5.167830147131593, -1.2659657910210713,], [ -8.093341817795332, -5.003508790090568, -1.4485738943281121,], [ -8.151240904879318, -4.837914185108967, -1.632647161467848,], [ -8.201334263227366, -4.67120975406943, -1.8180039343490448,], [ -8.243572456742637, -4.503560014118909, -2.0044612882152806,], [ -8.277913801427609, -4.335130415310149, -2.191835212169542,], [ -8.304324406521157, -4.166087177322414, -2.379940790770825,], [ -8.32277820794464, -3.9965971254227695, -2.5685923865233016,], [ -8.333256994024017, -3.82682752582966, -2.757603823078146,], [ -8.33575042346254, -3.6569459206413355, -2.9467885689671225,], [ -8.330256035546391, -3.4871199624920775, -3.1359599216865752,], [ -8.316779252573097, -3.3175172490992333, -3.324931191950313,], [ -8.295333374500382, -3.148305157864547, -3.5135158879293535,], [ -8.265939565820712, -2.9796506806928442, -3.7015278992968716,], [ -8.228626834674493, -2.8117202591911767, -3.888781680896629,], [ -8.183432004222547, -2.644679620411097, -4.075092435853593,], [ -8.130399676306094, -2.4786936132960085, -4.260276297946204,], [ -8.069582187430115, -2.3139260459952125, -4.444150513060082,], [ -8.00103955711355, -2.150539524205003, -4.626533619544314,], [ -7.924839428657263, -1.9886952906964808, -4.807245627292193,], [ -7.841057002388292, -1.8285530661884402, -4.986108195369685,], [ -7.749774961446186, -1.6702708917222568, -5.162944808016445,], [ -7.651083390184746, -1.5140049726945006, -5.337580948845523,], [ -7.54507968526963, -1.3599095247010373, -5.50984427307,], [ -7.4318684595595945, -1.2081366213448541, -5.679564777586482,], [ -7.311561438866272, -1.058836044157814, -5.8465749687476025,], [ -7.1842773516942335, -0.9121551347843134, -6.010710027658078,], [ -7.050141812070334, -0.7682386495729103, -6.171807972831025,], [ -6.909287195577801, -0.6272286167192643, -6.329709820044141,], [ -6.761852508717518, -0.48926419610143834, -6.484259739237969,], [ -6.607983251725421, -0.3544815419459493, -6.635305208301285,], [ -6.447831274981294, -0.22301366845993498, -6.782697163592073,], [ -6.281554629150809, -0.09499031856222315, -6.926290147045299,], [ -6.109317409208578, 0.029462164157282724, -7.065942449722487,], [ -5.931289592496217, 0.15022096012347996, -7.201516251661332,], [ -5.747646870975279, 0.26716689498412505, -7.332877757887332,], [ -5.558570477840441, 0.38018455722057065, -7.459897330453318,], [ -5.364247008664264, 0.48916241204497174, -7.582449616376417,], [ -5.164868237249873, 0.5939929114716728, -7.700413671346341,], [ -4.960630926373345, 0.6945726004540872, -7.813673079082818,], [ -4.751736633602662, 0.7908022189823136, -7.922116066224375,], [ -4.5383915123846625, 0.8825868000408129, -8.025635612635192,], [ -4.320806108596534, 0.9698357633293617, -8.124129557021018,], [ -4.0991951527624115, 1.0524630046548906, -8.217500697750067,], [ -3.873777348140267, 1.130386980905926, -8.305656888779279,],] +cameraAngle = [ [ [ 0.907316638843423, 0.2737960605402484, -0.31908029414320516,], [ 0.27814679303383744, -0.9599778494549059, -0.03281600342707142,], [ -0.3152949070360404, -0.058976654606501366, -0.9471593719161311,],], [ [ 0.9200749069446937, 0.25489239320382, -0.2974761057590044,], [ 0.2589289739751303, -0.9655336930726527, -0.026466468930907414,], [ -0.2939693045998161, -0.05267404890753709, -0.9543623486521181,],], [ [ 0.9319251721805938, 0.23573415996441943, -0.27558098497908046,], [ 0.23945562325829306, -0.9706892913274586, -0.020574357637085507,], [ -0.2723535899270525, -0.046815654732854, -0.9610576551517506,],], [ [ 0.9428557397670867, 0.2163402676866328, -0.2534165396447826,], [ 0.21974595873034103, -0.9754395562645226, -0.015145484348628743,], [ -0.2504690951194236, -0.041407253612711054, -0.967238683954643,],], [ [ 0.9528558225508154, 0.1967298558023417, -0.2310046433883934,], [ 0.19981943145166894, -0.9797797999441689, -0.010185206708557043,], [ -0.22833741753234568, -0.036454182988432095, -0.9728993351304672,],], [ [ 0.9619155516547439, 0.17692227742240108, -0.20836741404648887,], [ 0.17969570650019367, -0.9837057390682932, -0.005698419912534687,], [ -0.20598039846098518, -0.03196133094497602, -0.9780340222988563,],], [ [ 0.9700259862175701, 0.1569370802374386, -0.18552719183229738,], [ 0.15939464356428593, -0.9872134992074745, -0.0016895518778979484,], [ -0.18342010158552566, -0.027933131386968235, -0.982637678142495,],], [ [ 0.9771791222172997, 0.13679398722662578, -0.16250651728859855,], [ 0.1389362773436433, -0.9902996186245849, 0.0018374411261705202,], [ -0.16067879119696563, -0.02437355966295557, -0.9867057594079596,],], [ [ 0.9833679003702664, 0.1165128771934581, -0.1393281090429207,], [ 0.11834079777744717, -0.9929610516911175, 0.00487907838300564,], [ -0.13777891022493682, -0.0212861286422006, -0.9902342513893653,],], [ [ 0.9885862130978129, 0.09611376514775331, -0.11601484138698857,], [ 0.09762853011931567, -0.995195171892866, 0.007432358163512172,], [ -0.11474305808922589, -0.01867388524789036, -0.9932196718904037,],], [ [ 0.992828910553748, 0.07561678255322968, -0.0925897217025497,], [ 0.07681991487871688, -0.9969997744219877, 0.009494760688511883,], [ -0.09159396839685853, -0.016539407450177755, -0.9956590746608561,],], [ [ 0.9960918057066362, 0.05504215746015624, -0.06907586775585557,], [ 0.05593548764863717, -0.9983730783528907, 0.011064250615465357,], [ -0.06835448650675566, -0.014884801722026204, -0.9975500523041907,],], [ [ 0.998371678471904, 0.03441019454268283, -0.04549648488320652,], [ 0.034995858839413134, -0.9993137283997995, 0.012139279047110957,], [ -0.04504754698410322, -0.013711700960365171, -0.9988907386533767,],], [ [ 0.999666278889683, 0.013741255060550673, -0.021874843090075043,], [ 0.014021693338727065, -0.9998207962542643, 0.01271878506004302,], [ -0.021696150966685545, -0.013021262874612706, -0.9996798106125686,],], [ [ 0.9999743293452542, -0.006944263235041116, 0.0017657459135920776,], [ -0.006966309882160844, -0.9998937815012934, 0.012802196751715018,], [ 0.0016766565344813412, -0.012814168844149461, -0.9999164894628445,],], [ [ 0.9992955258299036, -0.027625946231581506, 0.025401951719228277,], [ -0.02794743819581611, -0.9995326121132038, 0.012389431804840105,], [ 0.025047809377813368, -0.013090623245877661, -0.9996005416307092,],], [ [ 0.9976305382409425, -0.04828338360154145, 0.04901044824395641,], [ -0.04890098575951194, -0.9987376445207052, 0.01148089756862822,], [ 0.04839424305467688, -0.013850353252524707, -0.9987322789186025,],], [ [ 0.9949810097205982, -0.06889618894493098, 0.07256793675062741,], [ -0.069806273949414, -0.9975096632611444, 0.010077490656781388,], [ 0.07169291745129397, -0.015092609101892284, -0.997312558197188,],], [ [ 0.9913495550344267, -0.08944401990824417, 0.09605116884087367,], [ -0.09064267176790494, -0.9958498802042584, 0.008180596062642593,], [ 0.09492083958657474, -0.016816164836784046, -0.9953427805597235,],], [ [ 0.9867397579908471, -0.1099065982599332, 0.1194369693984822,], [ -0.11138961620390549, -0.9937599333562007, 0.005792085792373542,], [ 0.11805508630343277, -0.01901931951488343, -0.9928248899393487,],], [ [ 0.9811561679043477, -0.13026372990260265, 0.14270225946044826,], [ -0.1320266325261022, -0.9912418852430214, 0.0029143170175076486,], [ 0.1410728268911943, -0.02169989888738533, -0.9897613711906544,],], [ [ 0.9746042951058483, -0.15049532480217065, 0.16582407899313545,], [ -0.15253335448905114, -0.9882982208751944, -0.0004498702512961756,], [ 0.1639513456167711, -0.02485525754472675, -0.9861552476374272,],], [ [ 0.9670906055046552, -0.1705814168143335, 0.18877960955106848,], [ -0.17288954443222085, -0.9849318452952034, -0.0042971559670049505,], [ 0.18666806414236575, -0.028482281527298, -0.9820100780889885,],], [ [ 0.9586225142073738, -0.19050218338876068, 0.21154619679599185,], [ -0.19307511325213308, -0.9811460807106045, -0.008623743322700739,], [ 0.20920056380758034, -0.03257739139855771, -0.9773299533280743,],], [ [ 0.9492083782000739, -0.2102379651315832, 0.23410137285397742,], [ -0.21307014022789872, -0.976944663215397, -0.013425362498575769,], [ 0.2315266077539455, -0.03713654577751936, -0.9721194920737187,],], [ [ 0.9388574881009341, -0.22976928520685946, 0.25642287848851036,], [ -0.2328548926805754, -0.9723317391029354, -0.01869727487573353,], [ 0.2536241628700274, -0.042155245327122406, -0.9663838364231306,],], [ [ 0.9275800589915014, -0.2490768685578801, 0.27848868506767605,], [ -0.25240984544695155, -0.9673118607740255, -0.024434277712639108,], [ 0.275471421535463, -0.047628537194552366, -0.9601286467770547,],], [ [ 0.915387220335615, -0.26814166092933706, 0.3002770163037671,], [ -0.2717157001485354, -0.9618899822442376, -0.030630709279602465,], [ 0.2970468231424594, -0.05355101989912762, -0.9533600962536327,],], [ [ 0.9022910049959447, -0.2869448476715856, 0.3217663697438542,], [ -0.2907534042367319, -0.9560714542548765, -0.03728045444622784,], [ 0.3183290753735193, -0.05991684866292813, -0.9460848645962708,],], [ [ 0.8883043373589822, -0.30546787230844447, 0.3429355379901179,], [ -0.30950416979541673, -0.9498620189924278, -0.04437695071631578,], [ 0.33929717521439756, -0.06671974117890693, -0.9383101315815311,],], [ [ 0.8734410205802052, -0.3236924548502043, 0.3637636296289911,], [ -0.3279494920823448, -0.9432678044216974, -0.05191319470426067,], [ 0.3599304296815447, -0.07395298381078952, -0.9300435699335488,],], [ [ 0.8577157229620028, -0.3416006098337774, 0.38423008984846596,], [ -0.34607116779110186, -0.9362953182382301, -0.05988174904655338,], [ 0.38020847624358906, -0.08160943821864484, -0.92129333775197,],], [ [ 0.8411439634778028, -0.35917466407218, 0.4043147207232123,], [ -0.3638513130155706, -0.9289514414459842, -0.06827474974156719,], [ 0.4001113029166981, -0.0896815484035876, -0.9120680704608825,],], [ [ 0.8237420964566926, -0.376397274095836, 0.42399770114749097,], [ -0.38127238089918797, -0.9212434215665917, -0.07708391391038513,], [ 0.41961926801399074, -0.0981613481646584, -0.9023768722866845,],], [ [ 0.8055272954436405, -0.3932514432684842, 0.4432596063961928,], [ -0.3983171789515726, -0.9131788654869125, -0.08630054797100742,], [ 0.43871311952951053, -0.10704046896052617, -0.8922293072733019,],], [ [ 0.7865175362512565, -0.40972053856080126, 0.4620814272946927,], [ -0.41496888601543247, -0.9047657319519384, -0.0959155562178733,], [ 0.45737401413762496, -0.11631014816824911, -0.8816353898436221,],], [ [ 0.7667315792198043, -0.4257883069651863, 0.48044458897860975,], [ -0.43121106886701355, -0.8960123237104541, -0.10591944979823119,], [ 0.475583535789111, -0.12596123773094872, -0.8706055749164572,],], [ [ 0.7461889507029881, -0.4414388915355067, 0.4983309692249487,], [ -0.4470276984336984, -0.8869272793212115, -0.11630235607649557,], [ 0.4933237138855621, -0.1359842131858575, -0.8591507475887915,],], [ [ 0.7249099237977715, -0.45665684703597714, 0.5157229163365433,], [ -0.46240316561275974, -0.8775195646276985, -0.12705402837735244,], [ 0.5105770410141919, -0.14636918306383565, -0.8472822123934962,],], [ [ 0.7029154983372565, -0.4714271551837269, 0.5326032665621423,], [ -0.4773222966756486, -0.86779846390992, -0.13816385609799559,], [ 0.5273264902255247, -0.15710589865107494, -0.8350116821431108,],], [ [ 0.6802273801663608, -0.4857352394700153, 0.5489553610349536,], [ -0.491770368242622, -0.8577735707219195, -0.149620875179515,], [ 0.5435555318369276, -0.16818376410336103, -0.8223512663707035,],], [ [ 0.6568679597207473, -0.49956697954546675, 0.5647630622129265,], [ -0.5057331218129295, -0.8474547784240885, -0.16141377892710373,], [ 0.5592481497453982, -0.17959184690291063, -0.8093134593792136,],], [ [ 0.6328602899301512, -0.5129087251551295, 0.5800107698045485,], [ -0.5191967778362166, -0.8368522704196006, -0.17353092916840412,], [ 0.5743888572335079, -0.19131888864746044, -0.7959111279110788,],], [ [ 0.608228063467903, -0.5257473096096063, 0.5946834361644399,], [ -0.5321480493112641, -0.8259765101046149, -0.18596036773898186,], [ 0.5889627122529073, -0.20335331616096633, -0.7821574984503039,],], [ [ 0.5829955893691074, -0.5380700627789624, 0.6087665811435533,], [ -0.5445741548986365, -0.8148382305421563, -0.1986898282835927,], [ 0.602955332170305, -0.2156832529149429, -0.7680661441695148,],], [ [ 0.5571877690405471, -0.5498648235965897, 0.6222463063793222,], [ -0.5564628315343058, -0.8034484238698727, -0.21170674836159634,], [ 0.6163529079613731, -0.22829653074917447, -0.753650971534868,],], [ [ 0.5308300716859903, -0.561119952060684, 0.6351093090116551,], [ -0.5678023465317974, -0.7918183304521157, -0.22499828184457005,], [ 0.629142217838567, -0.24118070188022842, -0.7389262065820439,],], [ [ 0.5039485091711564, -0.5718243407214932, 0.6473428948112417,], [ -0.5785815091609171, -0.7799594277870562, -0.23855131159388596,], [ 0.641310640299414, -0.2543230511859223, -0.7239063808768633,],], [ [ 0.47656961035313733, -0.5819674256430029, 0.658934990707213,], [ -0.588789681691633, -0.7678834191797755, -0.2523524624057444,], [ 0.652846166582392, -0.26771060875361874, -0.7086063171743832,],], [ [ 0.4487203948996189, -0.5915391968282347, 0.669874156701792,], [ -0.5984167898922113, -0.7556022221925174, -0.26638811421088304,], [ 0.6637374125181065, -0.28133016267996624, -0.6930411147906252,],], [ [ 0.4204283466237295, -0.6005302080978796, 0.6801495971601795,], [ -0.6074533329712493, -0.7431279568834945, -0.2806444155159404,], [ 0.6739736297640716, -0.29516827210945384, -0.6772261347013726,],], [ [ 0.3917213863608378, -0.6089315864125054, 0.6897511714645308,], [ -0.6158903929537911, -0.7304729338458561, -0.29510729707320443,], [ 0.6835447164120049, -0.3092112804989124, -0.6611769843827405,],], [ [ 0.3626278444140652, -0.616735040629149, 0.6986694040215089,], [ -0.6237196434822734, -0.7176496420586256, -0.3097624857652591,], [ 0.6924412269571724, -0.32344532909486945, -0.6449095024084831,],], [ [ 0.33317643259570406, -0.623932869683646, 0.7068954936135402,], [ -0.6309333580336185, -0.7046707365615918, -0.32459551869082426,], [ 0.700654381619941, -0.3378563706104623, -0.6284397428192332,],], [ [ 0.30339621589213794, -0.6305179701906244, 0.7144213220845429,], [ -0.6375244175443622, -0.6915490259663215, -0.33959175743788855,], [ 0.7081760750103417, -0.35243018308840507, -0.6117839592791071,],], [ [ 0.2733165837802189, -0.6364838434536643, 0.7212394623515562,], [ -0.6434863174362933, -0.6782974598156152, -0.35473640253005045,], [ 0.7149988841270932, -0.36715238393633715, -0.5949585890353009,],], [ [ 0.2429672212234189, -0.6418246018787019, 0.7273431857343657,], [ -0.648813174035673, -0.6649291158038829, -0.37001450803180963,], [ 0.7211160756831912, -0.3820084441206926, -0.577980236696517,],], [ [ 0.2123780793763717, -0.6465349747843524, 0.7327264685958877,], [ -0.6534997303796943, -0.651457186871053, -0.3854109962983942,], [ 0.7265216127508324, -0.3969837025050913, -0.560865657846225,],], [ [ 0.18157934602671666, -0.6506103136034153, 0.7373839982867648,], [ -0.6575413614044583, -0.6378949681827449, -0.4009106728555706,], [ 0.73121016071912, -0.4120633803190966, -0.5436317425069274,],], [ [ 0.15060141580342135, -0.6540465964704308, 0.7413111783883003,], [ -0.6609340785093405, -0.624255844009563, -0.416498241394747,], [ 0.7351770925586664, -0.42723259574306055, -0.5262954984717547,],], [ [ 0.11947486018097045, -0.6568404321907594, 0.7445041332485629,], [ -0.6636745334932483, -0.6105532745184518, -0.4321583188685776,], [ 0.7384184933879003, -0.44247637859466876, -0.5088740345198316,],], [ [ 0.0882303973090375, -0.658989063587266, 0.7469597118071816,], [ -0.6657600218588823, -0.5968007824891532, -0.4478754506721652,], [ 0.7409311643365731, -0.4577796851026842, -0.491384543531985,],], [ [ 0.05689886169740457, -0.6604903702213111, 0.748675490705055,], [ -0.6671884854817395, -0.5830119399688747, -0.46363412589488256,], [ 0.7427126257026484, -0.4731274127533139, -0.4738442855234545,],], [ [ 0.02551117378604798, -0.6613428704853566, 0.7496497766759135,], [ -0.6679585146412303, -0.5692003548783331, -0.4794187926277618,], [ 0.743761119399461, -0.488504415194549, -0.45627057061034776,],], [ [ -0.005901690569573455, -0.6615457230651284, 0.7498816082173623,], [ -0.6680693494118961, -0.5553796575824005, -0.49521387331134153,], [ 0.7440756106907326, -0.5038955171837631, -0.4386807419266558,],], [ [ -0.03730873066792333, -0.6610987277698862, 0.7493707565397695,], [ -0.6675208804133625, -0.541563487438597, -0.5110037801088306,], [ 0.7436557892117277, -0.5192855295638256, -0.4210921585086804,],], [ [ -0.06867895155531001, -0.6600023257299875, 0.7481177257920513,], [ -0.6663136489182829, -0.5277654793367103, -0.5267729302894137,], [ 0.7425020692755452, -0.5346592642529444, -0.4035221781637702,],], [ [ -0.09998139461413583, -0.6582575989615455, 0.7461237525641398,], [ -0.6644488463181693, -0.5139992502428257, -0.542505761606517,], [ 0.7406155894642418, -0.5500015492334492, -0.38598814034026907,],], [ [ -0.13118516811528724, -0.6558662692986141, 0.7433908046666179,], [ -0.6619283129476344, -0.5002783857610413, -0.5581867476558586,], [ 0.7379982115051921, -0.565297243524718, -0.36850734901558385,],], [ [ -0.16225947770451635, -0.6528306966939518, 0.739921579188732,], [ -0.6587545362682089, -0.4866164267261373, -0.5738004131981284,], [ 0.734652518433793, -0.580531252125478, -0.3510970556192549,],], [ [ -0.19317365679272563, -0.6491538768900419, 0.7357194998366936,], [ -0.654930648413522, -0.47302685584042126, -0.5893313494311744,], [ 0.7305818120443254, -0.5956885409107293, -0.33377444200788714,],], [ [ -0.22389719682016265, -0.6448394384626679, 0.7307887135548993,], [ -0.6504604230982715, -0.4595230843679476, -0.6047642291966232,], [ 0.7257901096314905, -0.6107541514685915, -0.3165566035087402,],], [ [ -0.2543997773646631, -0.6398916392399611, 0.7251340864334026,], [ -0.6453482718940322, -0.44611843889923386, -0.6200838221059286,], [ 0.7202821400258348, -0.6257132158624317, -0.2994605320487122,],], [ [ -0.2846512960642223, -0.6343153621004545, 0.7187611989056782,], [ -0.6395992398755775, -0.43282614819954024, -0.6352750095709204,], [ 0.7140633389269763, -0.6405509713037043, -0.28250309938536816,],], [ [ -0.31462189832437193, -0.6281161101542888, 0.7116763402414146,], [ -0.6332190006420121, -0.4196593301536891, -0.6503227997240203,], [ 0.7071398435392393, -0.6552527747210249, -0.26570104045655873,],], [ [ -0.34428200678104587, -0.621300001312327, 0.7038865023397723,], [ -0.6262138507176263, -0.4066309788203067, -0.6652123422134031,], [ 0.6995184865149873, -0.6698041172111006, -0.24907093686506232,],], [ [ -0.3736023504898432, -0.6138737622485371, 0.6953993728292331,], [ -0.618590703338002, -0.3937539516082696, -0.6799289428584934,], [ 0.6912067892116368, -0.6841906383572482, -0.23262920051455457,],], [ [ -0.40255399381290624, -0.6058447217616006, 0.686223327480848,], [ -0.610357081627499, -0.3810409565880023, -0.6944580781513471,], [ 0.6822129542690032, -0.6983981404013822, -0.2163920574130442,],], [ [ -0.4311083649748892, -0.5972208035422963, 0.6763674219423726,], [ -0.6015211111748546, -0.36850453995015325, -0.7087854095895979,], [ 0.6725458575143005, -0.7124126022554765, -0.2003755316597674,],], [ [ -0.4592372842598367, -0.5880105183538017, 0.6658413828014472,], [ -0.592091512014226, -0.3561570736240274, -0.7228967978268245,], [ 0.6622150392027936, -0.7262201933386753, -0.18459542963134223,],], [ [ -0.48691299182115827, -0.5782229556326215, 0.6546555979866392,], [ -0.5820775900195861, -0.344010743067987, -0.7367783166263798,], [ 0.6512306946027339, -0.7398072872264012, -0.16906732438278502,],], [ [ -0.5141081750772359, -0.5678677745184406, 0.6428211065158236,], [ -0.5714892277209674, -0.3320775352438811, -0.7504162666049032,], [ 0.6396036639338822, -0.7531604750979849, -0.15380654027878984,],], [ [ -0.5407959956656418, -0.5569551943217463, 0.630349587602017,], [ -0.5603368745516161, -0.32036922678736046, -0.7637971887519588,], [ 0.6273454216695404, -0.7662665789695481, -0.1388281378704329,],], [ [ -0.566950115929365, -0.5454959844386299, 0.6172533491274145,], [ -0.5486315365356802, -0.3088973723857589, -0.776907877712456,], [ 0.6144680652126505, -0.7791126646990819, -0.12414689903222681,],], [ [ -0.5925447249088958, -0.5335014537227213, 0.603545315497009,], [ -0.536384765426612, -0.29767329337501, -0.7897353948187414,], [ 0.6009843029571399, -0.7916860547508832, -0.10977731237419804,],], [ [ -0.6175545638145368, -0.5209834393247422, 0.5892390148837736,], [ -0.5236086473069974, -0.2867080665668496, -0.8022670808595073,], [ 0.5869074417462891, -0.8039743407067551, -0.09573355894337554,],], [ [ -0.641954950953781, -0.5079542950106959, 0.5743485658780002,], [ -0.5103157906610714, -0.2760125133173344, -0.8144905685729049,], [ 0.5722513737405043, -0.8159653955116205, -0.08202949822881116,],], [ [ -0.6657218060891743, -0.49442687897021653, 0.5588886635539664,], [ -0.4965193139316814, -0.2655971888474624, -0.8263937948515452,], [ 0.5570305627074515, -0.8276473854414671, -0.06867865448393422,],], [ [ -0.6888316742026153, -0.4804145411271127, 0.54287456496768,], [ -0.48223283257398497, -0.2554723718264328, -0.8379650126473348,], [ 0.5412600297480805, -0.8390087817818135, -0.055694203379744005,],], [ [ -0.711261748642637, -0.46593110996462966, 0.5263220741000194,], [ -0.4674704456186547, -0.24564805422783165, -0.8491928025643981,], [ 0.5249553384726311, -0.850038372205166, -0.04308895900201091,],], [ [ -0.7329898936318401, -0.4509908788784259, 0.5092475262601173,], [ -0.4522467217578495, -0.23613393146874462, -0.8600660841286514,], [ 0.5081325796412409, -0.8607252718362458, -0.03087536120531618,],], [ [ -0.753994666112244, -0.43560859207074, 0.491667771964396,], [ -0.43657668496769125, -0.22693939284153994, -0.8705741267228968,], [ 0.4908083552843277, -0.8710589339940559, -0.019065463336414686,],], [ [ -0.7742553369070216, -0.41979942999965986, 0.4736001603071468,], [ -0.4204757996814228, -0.21807351224775304, -0.8807065601766556,], [ 0.4729997623183996, -0.8810291606001981, -0.007670920339030915,],], [ [ -0.793751911177713, -0.403578994397861, 0.4550625218390755,], [ -0.40395995552789127, -0.20954503924322582, -0.8904533850002813,], [ 0.4547243756734752, -0.8906261122431602, 0.00329702274816837,],], [ [ -0.8124651481567404, -0.38696329287559394, 0.43607315097070914,], [ -0.38704545165041304, -0.20136239040333423, -0.8998049822532563,], [ 0.43600023094876145, -0.8998403178886422, 0.013827541889075066,],], [ [ -0.8303765801357481, -0.3699687231231167, 0.41665078791802385,], [ -0.3697489806214921, -0.19353364101682552, -0.9087521230369358,], [ 0.4168458066137008, -0.9086626842263421, 0.023910244732163674,],], [ [ -0.8474685306910233, -0.35261205672816576, 0.3968146002081209,], [ -0.35208761196927574, -0.18606651711646552, -0.9172859776023619,], [ 0.3972800057719628, -0.9170845046439727, 0.033535180866492494,],], [ [ -0.8637241321280203, -0.3349104226244299, 0.3765841637631936,], [ -0.33407877533199376, -0.17896838785435779, -0.9253981240641713,], [ 0.3773221375063664, -0.9250974678196553, 0.04269285164156613,],], [ [ -0.879127342127765, -0.3168812901873643, 0.3559794435814558,], [ -0.3157402432570125, -0.17224625822945935, -0.9330805567119876,], [ 0.35699189782314944, -0.9326936659242099, 0.05137421954136289,],], [ [ -0.8936629595787119, -0.2985424519940304, 0.33502077403410313,], [ -0.29709011366147936, -0.16590676217447486, -0.9403256939111,], [ 0.33630935021439223, -0.939865602425248, 0.059570717103279464,],], [ [ -0.9073166395784348, -0.2799120062639668, 0.313728838797739,], [ -0.27814679197185993, -0.15995615600894408, -0.94712638558463,], [ 0.3152949058577691, -0.9466061994853632, 0.06727425537318948,],], [ [ -0.9200749075903378, -0.26100833899843134, 0.2921246504420863,], [ -0.25892897296000567, -0.15440031226499198, -0.953475920269804,], [ 0.29396930347318206, -0.9529088049471223, 0.074477231888271,],], [ [ -0.9319251727414243, -0.24185010583563024, 0.2702295296931126,], [ -0.23945562229366488, -0.14924471389182875, -0.9593680317413645,], [ 0.2723535888561413, -0.9587671988979601, 0.08117253817972743,],], [ [ -0.942855740247993, -0.22245621363984658, 0.24806508439204428,], [ -0.21974595781965292, -0.1444944488447222, -0.9647969051955874,], [ 0.2504690941081003, -0.9641755998085011, 0.08735356678799489,],], [ [ -0.9528558229570017, -0.2028458018426393, 0.2256531881710339,], [ -0.19981943059815283, -0.14015420506378254, -0.9697571829887981,], [ 0.22833741658424125, -0.9691286702382486, 0.09301421778351296,],], [ [ -0.9619155519917094, -0.18303822355451854, 0.20301595886651652,], [ -0.17969570570685447, -0.13622826584751407, -0.9742439699247282,], [ 0.20598039757947983, -0.9736215221030117, 0.09814890478662662,],], [ [ -0.9700259864910878, -0.16305302646575015, 0.18017573669157347,], [ -0.1593946428338917, -0.1327205056257008, -0.9782528380854892,], [ 0.18342010077373724, -0.9776497214988699, 0.10275256048067306,],], [ [ -0.9771791224333921, -0.1429099335551263, 0.15715506218882994,], [ -0.138936276678714, -0.1296343861357973, -0.9817798312014007,], [ 0.16067879045773728, -0.9812092930779165, 0.10682064161281826,],], [ [ -0.9833679005351835, -0.12262882362574638, 0.13397665398565187,], [ -0.11834079718024376, -0.12697295300659764, -0.9848214685553563,], [ 0.1377789095608247, -0.9842967239714606, 0.1103491334777041,],], [ [ -0.988586213218006, -0.10222971168701947, 0.11066338637359734,], [ -0.09762852959183274, -0.1247388327525551, -0.9873747484178774,], [ 0.11474305750249056, -0.9869089672568179, 0.11333455387948192,],], [ [ -0.9928289106358451, -0.0817327292022406, 0.08723826673423939,], [ -0.0768199144226727, -0.12293423018171915, -0.9894371510094622,], [ 0.09159396788945401, -0.9890434449642651, 0.11577395656832484,],], [ [ -0.996091805757416, -0.06115810422124619, 0.06372441283365227,], [ -0.05593548726546871, -0.1215609262198465, -0.9910066409873082,], [ 0.06835448608032355, -0.9906980506211952, 0.11766493414802316,],], [ [ -0.9983716784982682, -0.040526141417743966, 0.040145030007954566,], [ -0.03499585853026993, -0.12062027615283431, -0.9920816694539534,], [ 0.04504754663996574, -0.9918711513309595, 0.11900562045179673,],], [ [ -0.99966627889863, -0.019857202051024786, 0.01652338826243281,], [ -0.014021693104465894, -0.12011320828921207, -0.9926611754858535,], [ 0.021696150705839478, -0.992561589384345, 0.11979469238397988,],], [ [ -0.9999743293438513, 0.0008283161281666834, -0.007117200693152892,], [ 0.006966310040977645, -0.12004022304400773, -0.9927445871803875,], [ -0.0016766567113667304, -0.9927686834020989, 0.12003137122575722,],], [ [ -0.9992955258252587, 0.021509999007780122, -0.030753406450427272,], [ 0.027947438278925305, -0.12040139244489663, -0.9923318222202571,], [ -0.02504780947040168, -0.9924922290073688, 0.11971542340366662,],], [ [ -0.9976305382401761, 0.0421674362607472, -0.0543619029267032,], [ 0.04890098576694832, -0.12119636006111884, -0.9914232879547245,], [ -0.048394243062963554, -0.9917324990273997, 0.11884716072010867,],], [ [ -0.9949810097308159, 0.06278024148753952, -0.07791939138502262,], [ 0.06980627388151087, -0.12242434135523383, -0.9900198809976073,], [ -0.07169291737560701, -0.9904902432242851, 0.11742744004563405,],], [ [ -0.9913495550626903, 0.08332807233511182, -0.10140262342720943,], [ 0.09064267162529342, -0.1240841244573688, -0.9881229863424276,], [ -0.09492083942757407, -0.9887666875550383, 0.11545766247331578,],], [ [ -0.9867397580441479, 0.10379065057237226, -0.12478842393723931,], [ 0.11138961598751078, -0.12617407136119071, -0.9857344759955878,], [ -0.11805508606210628, -0.986563532961717, 0.11293977193603592,],], [ [ -0.9811561679895774, 0.12414778210237808, -0.14805371395229655,], [ 0.1320266322371417, -0.1286921195404301, -0.9828567071289235,], [ -0.14107282656885597, -0.9838829536927917, 0.1098762532880576,],], [ [ -0.9746042952297729, 0.14437937689149166, -0.17117553343892938,], [ 0.15253335412902835, -0.13163578398435222, -0.9794925197534554,], [ -0.16395134521505414, -0.9807275951574165, 0.10627012985276987,],], [ [ -0.9670906056738884, 0.16446546879584437, -0.19413106395184349,], [ 0.1728895440029188, -0.13500215965017276, -0.9756452339166384,], [ -0.18666806366321584, -0.9771005713147201, 0.10212496043902874,],], [ [ -0.9586225144283498, 0.18438623526553263, -0.21689765115296233,], [ 0.19307511275560968, -0.13878792432999706, -0.9713186464258675,], [ -0.2092005632532502, -0.9730054616006915, 0.09744483582903823,],], [ [ -0.9492083784790231, 0.20412201690709914, -0.23945282716852923,], [ 0.21307013966647548, -0.1429893419294501, -0.9665170271014843,], [ -0.23152660712698273, -0.9684463073956969, 0.09223437474123762,],], [ [ -0.938857488443858, 0.22365333688500358, -0.2617743327621982,], [ 0.2328548920568316, -0.14760226615476596, -0.9612451145629709,], [ -0.2536241621732682, -0.9634276080361102, 0.08649871927217774,],], [ [ -0.9275800594041492, 0.24296092014291998, -0.2838401393022152,], [ 0.25240984476371175, -0.1526221446046935, -0.955508111552499,], [ -0.2754714207720181, -0.9579543163739959, 0.08024352982188725,],], [ [ -0.9153872208234602, 0.2620257124259074, -0.3056284705010269,], [ 0.2717156994088584, -0.15804402326318467, -0.9493116798004441,], [ -0.29704682231570206, -0.9520318338892254, 0.07347497950773509,],], [ [ -0.9022910055641646, 0.2808288990846711, -0.3271178239058522,], [ 0.2907534034439003, -0.16386255138842684, -0.9426619344379318,], [ -0.3183290744870739, -0.9456660053588511, 0.06619974807230147,],], [ [ -0.8883043380124367, 0.29935192364335883, -0.34828699211900976,], [ 0.3095041689529221, -0.17007198679339786, -0.9355654379619351,], [ -0.33929717427212314, -0.9388631130889993, 0.058425015291272815,],], [ [ -0.8734410213234183, 0.31757650611256955, -0.3691150837270636,], [ 0.32794949119387495, -0.17666620151272988, -0.928029193758872,], [ -0.359930428687521, -0.9316298707149726, 0.05015845388786189,],], [ [ -0.8577157237991427, 0.3354846610295027, -0.3895815439181281,], [ 0.34607116686052647, -0.18363868785029136, -0.9200606391931007,], [ -0.3802084752021006, -0.9239734165756843, 0.04140822196074934,],], [ [ -0.8411439644126694, 0.3530587152074359, -0.40966617476698325,], [ 0.363851312046924, -0.19098256480151568, -0.9116676382671302,], [ -0.40011130183221477, -0.9159013066689606, 0.03218295493301957,],], [ [ -0.8237420974926976, 0.3702813251770339, -0.4293491551679948,], [ 0.38127237989665713, -0.1986905848441438, -0.9028584738607881,], [ -0.4196192668911549, -0.9074215071946619, 0.022491757030030125,],], [ [ -0.8055272965837987, 0.38713549430224686, -0.448611060396143,], [ 0.3983171779194761, -0.20675514109067109, -0.8936418395570125,], [ -0.4387131183731133, -0.8985423866929884, 0.012344192294637773,],], [ [ -0.7865175374981699, 0.4036045895539396, -0.4674328812768854,], [ 0.41496888495820666, -0.21516827479544787, -0.884026831062323,], [ -0.45737401295259167, -0.8892727077857201, 0.0017502751486321703,],], [ [ -0.766731580575654, 0.4196723579246719, -0.485796042945911,], [ 0.4312110677891941, -0.2239216832090192, -0.8740229372304497,], [ -0.47558353458047975, -0.8796216185285498, -0.009279539490294461,],], [ [ -0.7461889521695269, 0.4353229424684427, -0.503682423180282,], [ 0.4470276973399011, -0.23300672777195333, -0.8636400306979712,], [ -0.4933237126584628, -0.86959864338304, -0.02073436652629416,],], [ [ -0.7249099253763126, 0.4505408979495729, -0.5210743702828813,], [ 0.46240316450766483, -0.24241444264007792, -0.8528883581412035,], [ -0.510577039773829, -0.8592136738171087, -0.0326029014276481,],], [ [ -0.7029155000286735, 0.46531120608526705, -0.5379547205024917,], [ 0.47732229556397987, -0.25213554353269824, -0.8417785301639639,], [ -0.527326488977154, -0.8484769585433329, -0.04487343138297581,],], [ [ -0.6802273819710803, 0.47961929036683254, -0.5543068149723452,], [ 0.4917703671291298, -0.26216043689508095, -0.8303215108261746,], [ -0.5435555305858369, -0.8373990934046898, -0.057533846860374376,],], [ [ -0.6568679616387489, 0.49345103044491284, -0.5701145161504035,], [ 0.5057331207023715, -0.27247922936614694, -0.8185286068236536,], [ -0.5592481484968864, -0.8259910109177244, -0.0705716535580686,],], [ [ -0.6328602919609693, 0.5067927760645443, -0.585362223745152,], [ 0.5191967767333379, -0.2830817375420373, -0.8064114563297657,], [ -0.5743888559928624, -0.8142639694834678, -0.08397398473477946,],], [ [ -0.6082280656106249, 0.5196313605362914, -0.6000348901112001,], [ 0.53214804822078, -0.293957498025918, -0.7939820175099415,], [ -0.5889627110253854, -0.8022295422767384, -0.09772761390765285,],], [ [ -0.5829955916223781, 0.531954113730152, -0.6141180350994764,], [ 0.5445741538252142, -0.3050957777540975, -0.7812525567204078,], [ -0.6029553309611129, -0.7898996058248102, -0.11181896790519967,],], [ [ -0.5571877714025768, 0.5437488745794203, -0.6275977603473771,], [ 0.5564628304825443, -0.3164855845882734, -0.7682356364027733,], [ -0.6163529067756435, -0.7772863282867084, -0.1262341402623805,],], [ [ -0.5308300741545593, 0.5550040030821674, -0.6404607629947635,], [ 0.5678023455062107, -0.3281156781634552, -0.7549441026864052,], [ -0.6291422166813406, -0.7644021574446958, -0.14095890494461039,],], [ [ -0.5039485117436249, 0.5657083917884884, -0.6526943488122656,], [ 0.5785815081659155, -0.339974580980851, -0.7413910727108531,], [ -0.6413106391756186, -0.7512598084198149, -0.1559787303871359,],], [ [ -0.47656961302645684, 0.575851476762189, -0.6642864447289432,], [ 0.5887896807315053, -0.35205058973477743, -0.7275899216808102,], [ -0.652846165496823, -0.7378722511235949, -0.17127879383593628,],], [ [ -0.4487203976703396, 0.5854232480060864, -0.6752256107469389,], [ 0.5984167889711104, -0.36433178686241335, -0.7135542696663979,], [ -0.66373741147541, -0.724252697458315, -0.18684399597599266,],], [ [ -0.4204283494880198, 0.5944142593406383, -0.6855010512313602,], [ 0.6074533320931731, -0.3768060523049912, -0.6992979681618053,], [ -0.6739736287687231, -0.7104145882784565, -0.2026589758324823,],], [ [ -0.39172138931449524, 0.6028156377261574, -0.69510262556426,], [ 0.6158903921225679, -0.38946107546883507, -0.684835086415531,], [ -0.6835447154682941, -0.6963715801262027, -0.21870812593020936,],], [ [ -0.36262784745253623, 0.6106190920194002, -0.7040208581521881,], [ 0.6237196427015466, -0.4022843673744228, -0.6701798975457377,], [ -0.6924412260691842, -0.6821375317540912, -0.2349756076962908,],], [ [ -0.33317643571410077, 0.6178169211559, -0.7122469477774489,], [ 0.6309333573068318, -0.4152632729814987, -0.655346864454407,], [ -0.7006543807915407, -0.6677264904481008, -0.2514453670909148,],], [ [ -0.303396219085254, 0.6244020217499622, -0.71977277628383,], [ 0.637524416874747, -0.42838498367806255, -0.6403506255542035,], [ -0.7081760742451599, -0.653152678164689, -0.2681011504507353,],], [ [ -0.27331658704255546, 0.6303678951048219, -0.7265909165882307,], [ 0.6434863168268554, -0.4416365499209135, -0.6252059803221337,], [ -0.7149988834285107, -0.6384304774954503, -0.2849265205292661,],], [ [ -0.2429672245492029, 0.635708653626054, -0.732694640010289,], [ 0.6488131734891802, -0.45500489401527777, -0.6099278746942501,], [ -0.721116075054326, -0.6235744174732439, -0.3019048727184579,],], [ [ -0.21237808275958053, 0.6404190266318932, -0.7380779229127661,], [ 0.6534997298986664, -0.4684768230209009, -0.5945313863158224,], [ -0.7265216121945272, -0.6085991592338111, -0.3190194514354308,],], [ [ -0.1815793494611025, 0.644494365554744, -0.7427354526461429,], [ 0.6575413609911563, -0.4820390417718754, -0.5790317096615263,], [ -0.731210160237931, -0.5935194815470173, -0.3362533666582079,],], [ [ -0.15060141928253032, 0.6479306485287373, -0.7466626327915556,], [ 0.6609340781657588, -0.49567816599735137, -0.5634441410403349,], [ -0.7351770921548537, -0.5783502662320059, -0.35358961059412036,],], [ [ -0.1194748636981755, 0.6507244843588105, -0.7498555876968994,], [ 0.6636745332211056, -0.5093807355301768, -0.5477840634999194,], [ -0.7384184930634187, -0.563106483470663, -0.3710110744644338,],], [ [ -0.08823040085755923, 0.6528731158673963, -0.7523111663016253,], [ 0.6657600216596152, -0.5231332275904456, -0.5320669316454386,], [ -0.7409311640930641, -0.547803177033869, -0.38850056538864436,],], [ [ -0.05689886527034177, 0.6543744226154126, -0.75402694524645,], [ 0.6671884853564976, -0.5369220701308273, -0.5163082563877219,], [ -0.7427126255414338, -0.5324554494351358, -0.4060408233517628,],], [ [ -0.025511177376403703, 0.6552269229948713, -0.7550012312649184,], [ 0.6679585145908706, -0.5507336552305258, -0.5005235896358753,], [ -0.743761119321538, -0.5170784470262685, -0.42361453823785994,],], [ [ 0.005901686968868277, 0.6554297756910428, -0.755233062854448,], [ 0.6680693494369805, -0.564554352524634, -0.48472850894943326,], [ -0.7440756106967699, -0.5016873450497635, -0.4412043669130534,],], [ [ 0.03730872706397622, 0.6549827805127278, -0.7547222112252173,], [ 0.6675208805141547, -0.5783705226556384, -0.46893860216519967,], [ -0.7436557893020624, -0.4862973326627029, -0.4587929503410738,],], [ [ 0.06867894795524235, 0.6538863785898221, -0.7534691805259516,], [ 0.6663136490947479, -0.5921685307338016, -0.4531694520139368,], [ -0.7425020694501816, -0.4709235979469053, -0.4763629307145333,],], [ [ 0.09998139102505184, 0.6521416519379771, -0.7514752073463914,], [ 0.6644488465699736, -0.6059347597931319, -0.4374366207421038,], [ -0.7406155897228516, -0.4555813129201479, -0.4938969685849741,],], [ [ 0.13118516454424783, 0.649750322390787, -0.7487422594969293,], [ 0.6619283132741475, -0.6196556242296667, -0.42175563475380395,], [ -0.737998211847116, -0.440285618563235, -0.5113777599748046,],], [ [ 0.16225947415851483, 0.6467147499005527, -0.7452730340666216,], [ 0.6587545366685047, -0.6333175832088068, -0.4061419692881046,], [ -0.7346525188580422, -0.4250516098776964, -0.528788053454229,],], [ [ 0.19317365327865302, 0.6430379302093067, -0.7410709547614922,], [ 0.6549306488863836, -0.6469071540284629, -0.3906110331468572,], [ -0.7305818125495867, -0.4098943209888685, -0.5461106671663127,],], [ [ 0.2238971933447862, 0.6387234918923871, -0.7361401685257524,], [ 0.6504604236421957, -0.6604109254248419, -0.37517815348807176,], [ -0.7257901102161305, -0.39482871030903954, -0.5633285057833997,],], [ [ 0.2543997739345947, 0.6337756927774904, -0.7304855414492742,], [ 0.6453482725072354, -0.673815570807726, -0.359858560699875,], [ -0.7202821406879074, -0.3798696457753248, -0.5804245773781249,],], [ [ 0.28465129268589534, 0.6281994157427232, -0.7241126539653551,], [ 0.6395992405560026, -0.6871078614121935, -0.34466737336995884,], [ -0.7140633396642299, -0.3650318901768217, -0.5973820101923922,],], [ [ 0.31462189500401944, 0.6220001638978129, -0.7170277953435096,], [ 0.6332190013873364, -0.7002746793537994, -0.32961958336536656,], [ -0.7071398443491247, -0.3503300865855336, -0.614184069287757,],], [ [ 0.3442820035246676, 0.6151840551532232, -0.7092379574827316,], [ 0.6262138515252712, -0.7133030305743275, -0.31473004103733976,], [ -0.6995184873946694, -0.3357787439054417, -0.6308141730607815,],], [ [ 0.3736023473031891, 0.6077578161825377, -0.700750828011341,], [ 0.6185907042051432, -0.7261800576653472, -0.30001344056581536,], [ -0.6912067901580049, -0.3213922225539782, -0.6472559096070749,],], [ [ 0.4025539907014498, 0.5997287757840704, -0.691574782700235,], [ 0.6103570825510771, -0.7388930525569113, -0.2854843054580534,], [ -0.6822129552786833, -0.3071847202900394, -0.663493052917855,],], [ [ 0.4311083619438061, 0.5911048576482514, -0.6817188771970221,], [ 0.601521112151588, -0.7514294690588786, -0.27115697421569,], [ -0.6725458585836693, -0.2931702582025196, -0.6795095788930594,],], [ [ 0.4592372813139895, 0.5818945725379275, -0.6711928380892024,], [ 0.592091513040622, -0.7637769352424828, -0.2570455861843716,], [ -0.6622150403279908, -0.2793626668731935, -0.6952896811551964,],], [ [ 0.486912988965069, 0.5721070098892964, -0.6600070533052136,], [ 0.5820775910919573, -0.7759232656499214, -0.24316406759993456,], [ -0.6512306957796805, -0.2657755727276116, -0.7108177866483247,],], [ [ 0.5141081723150742, 0.5617518288417558, -0.6481725618628088,], [ 0.5714892288354444, -0.7878564733199335, -0.2295261178448896,], [ -0.6396036651582939, -0.2524223845874604, -0.7260785710067865,],], [ [ 0.5407959930012065, 0.5508392487055301, -0.6357010429748924,], [ 0.5603368757041635, -0.7995647816174756, -0.21614519592879097,], [ -0.6273454229369462, -0.23931628043767855, -0.7410569736785009,],], [ [ 0.5669501133660672, 0.5393800388764728, -0.6226048045235583,], [ 0.548631537722113, -0.811036635855841, -0.20303450720581842,], [ -0.6144680665184101, -0.22647019442137295, -0.7557382127879153,],], [ [ 0.5925447224497516, 0.5273855082079988, -0.6088967709137056,], [ 0.5363847666426097, -0.8222607146997419, -0.1902069903426857,], [ -0.6009843042964599, -0.21389680407537723, -0.7701077997239347,],], [ [ 0.6175545614621477, 0.514867493850644, -0.5945904703182278,], [ 0.5236086485481245, -0.8332259413380999, -0.17767530454974337,], [ -0.5869074431142453, -0.2016085178190507, -0.784151553438431,],], [ [ 0.6419549487103292, 0.5018383495702506, -0.5797000213273461,], [ 0.5103157919227922, -0.8439214944155283, -0.16545181708786097,], [ -0.5722513751320586, -0.18961746270865562, -0.7978556144412343,],], [ [ 0.6657218039564109, 0.48831093355632044, -0.5642401190152796,], [ 0.49651931520937975, -0.8543368187117085, -0.1535485910634352,], [ -0.5570305641174734, -0.17793547246941022, -0.8112064584777768,],], [ [ 0.6888316721818537, 0.4742985957325576, -0.5482260204379897,], [ 0.4822328338629817, -0.8644616355581262, -0.14197737352355674,], [ -0.541260031171367, -0.16657407581701747, -0.8241909098759082,],], [ [ 0.711261746734752, 0.4598151645821296, -0.5316735295763168,], [ 0.46747044691422435, -0.8742859529818858, -0.1307495838630895,], [ -0.5249553399039244, -0.15554448508020088, -0.8367961545486992,],], [ [ 0.7329898918372574, 0.4448749335006489, -0.5145989817393726,], [ 0.4522467230552431, -0.8838000755665905, -0.11987630255510631,], [ -0.5081325810752546, -0.14485758513547842, -0.8490097526404026,],], [ [ 0.7539946644309443, 0.4294926466903342, -0.49701922744356614,], [ 0.4365766862621506, -0.8929946140205608, -0.10936826021579261,], [ -0.49080835671576256, -0.1345239226650835, -0.8608196508031002,],], [ [ 0.7742553353385375, 0.41368348460928495, -0.4789516157831898,], [ 0.4204758009682026, -0.9018604944429446, -0.09923582701462173,], [ -0.4729997637419677, -0.12455369574864848, -0.8722141940919076,],], [ [ 0.7937519097211315, 0.397463048990216, -0.46041397730896233,], [ 0.4039599568022768, -0.9103889672785763, -0.08948900244024335,], [ -0.4547243770839201, -0.11495674379891072, -0.8831821374670077,],], [ [ 0.812465146810709, 0.38084734744344423, -0.44142460643143283,], [ 0.3870454529077363, -0.9185716159527476, -0.08013740543219003,], [ -0.43600023234087626, -0.1057425378513796, -0.8937126568911573,],], [ [ 0.8303765788984756, 0.36385277765932633, -0.42200224336661585,], [ 0.3697489818571548, -0.926400365177364, -0.07119026488814179,], [ -0.41684580798235354, -0.09692017121755003, -0.9037953600117117,],], [ [ 0.8474685295602907, 0.34649611122572266, -0.4021660556416593,], [ 0.35208761317876364, -0.9338674889202995, -0.06265641055610961,], [ -0.3972800071121121, -0.08849835051087762, -0.9134202964166352,],], [ [ 0.8637241311011875, 0.3287944770764749, -0.3819356191788166,], [ 0.33407877651089685, -0.9409656180300711, -0.0545442643205363,], [ -0.3773221388130848, -0.08048538705438216, -0.9225779674543639,],], [ [ 0.8791273412017814, 0.3107653445872188, -0.361330898976373,], [ 0.3157402444010419, -0.947687747508323, -0.04686183189090538,], [ -0.35699189909164175, -0.0728891886783517, -0.9312593356078396,],], [ [ 0.8936629587501306, 0.29242650633521905, -0.3403722294056029,], [ 0.2970901147664814, -0.9540272434229301, -0.03961669490106608,], [ -0.3363093514400116, -0.06571725191624578, -0.9394558334134583,],],] fx = "1563.540461099237" fy = "1592.8295679063556" cam_width = 720 cam_height = 1280 +center = [ -0.21295526657858652, 1.5564783566494236, 1.7985183713992987,] [settings.debug] validation = true diff --git a/data/environments/brown_photostudio_02_4k_hdr16f_cube.ktx b/data/environments/brown_photostudio_02_4k_hdr16f_cube.ktx deleted file mode 100644 index 33a6b1e..0000000 Binary files a/data/environments/brown_photostudio_02_4k_hdr16f_cube.ktx and /dev/null differ diff --git a/src/render/glTFModel.cpp b/src/render/glTFModel.cpp index 671fc70..76be1ca 100644 --- a/src/render/glTFModel.cpp +++ b/src/render/glTFModel.cpp @@ -1283,4 +1283,12 @@ return nodeFound; } + void glTFModel::Model::setModelPosition(glm::vec3 position) + { + + this->position = position; + + + } + diff --git a/src/render/glTFModel.h b/src/render/glTFModel.h index 078106d..2af9981 100644 --- a/src/render/glTFModel.h +++ b/src/render/glTFModel.h @@ -236,6 +236,9 @@ namespace glTFModel std::vector animations; std::vector extensions; + glm::vec3 position = glm::vec3(); + glm::vec3 rotation = glm::vec3(); + struct Dimensions { glm::vec3 min = glm::vec3(FLT_MAX); glm::vec3 max = glm::vec3(-FLT_MAX); @@ -266,6 +269,8 @@ namespace glTFModel void updateAnimation(uint32_t index, float time); Node* findNode(Node* parent, uint32_t index); Node* nodeFromIndex(uint32_t index); + void setModelPosition(glm::vec3 position); + void setModelRotation(glm::vec3 rotation); }; diff --git a/src/render/render.cpp b/src/render/render.cpp index ca6a91b..f0a2484 100644 --- a/src/render/render.cpp +++ b/src/render/render.cpp @@ -1032,10 +1032,11 @@ PlumageRender::PlumageRender() renderPassBeginInfo.pClearValues = clearValues; std::vector matrices = { + // posi glm::rotate(glm::rotate(glm::mat4(1.0f), glm::radians(90.0f), glm::vec3(0.0f, 1.0f, 0.0f)), glm::radians(180.0f), glm::vec3(1.0f, 0.0f, 0.0f)), glm::rotate(glm::rotate(glm::mat4(1.0f), glm::radians(-90.0f), glm::vec3(0.0f, 1.0f, 0.0f)), glm::radians(180.0f), glm::vec3(1.0f, 0.0f, 0.0f)), - glm::rotate(glm::mat4(1.0f), glm::radians(-90.0f), glm::vec3(1.0f, 0.0f, 0.0f)), glm::rotate(glm::mat4(1.0f), glm::radians(90.0f), glm::vec3(1.0f, 0.0f, 0.0f)), + glm::rotate(glm::mat4(1.0f), glm::radians(-90.0f), glm::vec3(1.0f, 0.0f, 0.0f)), glm::rotate(glm::mat4(1.0f), glm::radians(180.0f), glm::vec3(1.0f, 0.0f, 0.0f)), glm::rotate(glm::mat4(1.0f), glm::radians(180.0f), glm::vec3(0.0f, 0.0f, 1.0f)), }; @@ -1047,7 +1048,7 @@ PlumageRender::PlumageRender() viewport.height = (float)dim; viewport.minDepth = 0.0f; viewport.maxDepth = 1.0f; - viewport.x = 0; + @@ -1445,9 +1446,11 @@ PlumageRender::PlumageRender() VkViewport viewport{}; viewport.width = (float)dim; - viewport.height = (float)dim; + viewport.height = -(float)dim; viewport.minDepth = 0.0f; viewport.maxDepth = 1.0f; + viewport.x = 0; + viewport.y = -viewport.height; VkRect2D scissor{}; scissor.extent.width = dim; @@ -1497,24 +1500,35 @@ PlumageRender::PlumageRender() float modelSize = std::max(models.scene.aabb[0][0], std::max(models.scene.aabb[1][1], models.scene.aabb[2][2])); // Center and scale model - float scale = (1.0f / modelSize ) * 2.0f; - glm::vec3 translate = -glm::vec3(models.scene.aabb[3][0], models.scene.aabb[3][1], models.scene.aabb[3][2]); - translate += -2.0f * glm::vec3(models.scene.aabb[0][0], models.scene.aabb[1][1], models.scene.aabb[2][2]); - translate += -2.0f * settings.bottomCenter; + float scale = (1.0f / modelSize ) * 5.0f; + //glm::vec3 translate = -glm::vec3(models.scene.aabb[3][0], models.scene.aabb[3][1], models.scene.aabb[3][2]); + //translate += -glm::vec3(models.scene.aabb[0][0], models.scene.aabb[1][1], models.scene.aabb[2][2]); + //translate += -2.0f * settings.bottomCenter; //camera.setPosition(glm::vec3(0, 0, -modelSize - 2)); - - shaderDataScene.model = glm::mat4(1.0f); - shaderDataScene.model[0][0] = scale; - shaderDataScene.model[1][1] = scale; - shaderDataScene.model[2][2] = scale; + glm::vec3 aabbMax = glm::vec3(models.scene.aabb[0][0], models.scene.aabb[1][1], models.scene.aabb[2][2]); + glm::vec3 aabbMin = glm::vec3(models.scene.aabb[3][0], models.scene.aabb[3][1], models.scene.aabb[3][2]); + glm::vec3 modelCenter = 0.5f * (aabbMin + aabbMax); + + + glm::vec3 translate = settings.cameraFixation - modelCenter; + //translate = modelCenter + translate ; + //shaderDataScene.model = glm::translate(glm::mat4(1.0f), translate); + //glm::vec3 translate = settings.cameraFixation; + shaderDataScene.model = glm::scale(glm::mat4(1.0f), glm::vec3(scale, scale, scale)); + //glm::mat4 scaleModelMatrix = glm::scale(glm::mat4(1.0f),glm::vec3(scale,scale,scale)); + //glm::mat4 translateMatrix = glm::translate(glm::mat4(1.0f), translate); + shaderDataScene.model = glm::translate(glm::mat4(1.0f), modelCenter); shaderDataScene.model = glm::translate(shaderDataScene.model, translate); - - if (settings.rotateModel) - { - shaderDataScene.model = glm::mat4(1.0f); - shaderDataScene.model = glm::rotate(shaderDataScene.model, glm::radians(modelrot), glm::vec3(0, 1, 0)); - } - + //shaderDataScene.model = glm::scale() + + glm::mat4 rotationMatrix = glm::mat4(1.0f); + glm::vec4 topNormal = glm::vec4(0,1,0,0); + glm::vec4 modelTopNormal4 = glm::transpose(glm::inverse(shaderDataScene.model)) * topNormal; + glm::vec3 modelTopNormal3 = glm::vec3(modelTopNormal4[0], modelTopNormal4[1], modelTopNormal4[2]); + glm::vec3 rotationAxis = glm::normalize(glm::cross(settings.bottomNormal, modelTopNormal3)); + float cosTheta = glm::dot(settings.bottomNormal, modelTopNormal3); + float angle = acos(cosTheta); + shaderDataScene.model = glm::rotate(glm::mat4(1.0f), angle, rotationAxis); /* shaderDataScene.camPos = glm::vec3( -camera.position.z * sin(glm::radians(camera.rotation.y)) * cos(glm::radians(camera.rotation.x)), @@ -1522,9 +1536,19 @@ PlumageRender::PlumageRender() camera.position.z * cos(glm::radians(camera.rotation.y)) * cos(glm::radians(camera.rotation.x)) ); */ + glm::mat4 selfRotationMatrix = glm::mat4(1.0f); + + if (settings.rotateModel) + { + + selfRotationMatrix = glm::rotate(shaderDataScene.model, glm::radians(modelrot), glm::vec3(0, 1, 0)); + } + + //shaderDataScene.model = translateMatrix * rotationMatrix * scaleModelMatrix + //shaderDataScene.model = rotationMatrix * scaleModelMatrix; shaderDataScene.camPos = settings.cameraTracks[currentFrame]; - + shaderDataScene.model = selfRotationMatrix; // Skybox shaderDataSkybox.projection = camera.matrices.perspective; shaderDataSkybox.view = camera.matrices.view; @@ -1552,7 +1576,7 @@ PlumageRender::PlumageRender() camera.setProjectionMatrix(settings.fX,settings.fY,settings.cX,settings.cY,1.f, 256.f,settings.calibrationWidth,settings.calibrationHeight,false,true); //camera.setPerspective(settings.fX, settings.fY, settings.cX, settings.cY, 1.0f, 256.0f); - camera.setTo(settings.bottomCenter); + camera.setTo(settings.cameraFixation); camera.setUp(settings.bottomNormal); camera.rotationSpeed = 0.25f; camera.movementSpeed = 0.1f; @@ -1923,7 +1947,7 @@ PlumageRender::PlumageRender() std::string commandLineFrameRate = std::to_string(settings.videoFrameRate); std::filesystem::path image2videoBatFilePath = filePath.image2videoBatFilePath; - filePath.image2videoBatFilePath = image2videoBatFilePath.lexically_proximate(image2videoBatFilePath.root_path()).generic_string(); + //filePath.image2videoBatFilePath = image2videoBatFilePath.lexically_proximate(image2videoBatFilePath.root_path()).generic_string(); #if defined(_WIN32) std::string commandLine = filePath.image2videoBatFilePath + " " + commandLineFrameRate + " " + commandLineImageSequencePath + " " + resultVideoPath; #else