OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <meta charset="UTF-8"> | 2 <meta charset="UTF-8"> |
3 <style> | 3 <style> |
4 .target { | 4 .target { |
5 color: white; | 5 color: white; |
6 width: 100px; | 6 width: 100px; |
7 height: 100px; | 7 height: 100px; |
8 background-color: black; | 8 background-color: black; |
9 display: inline-block; | 9 display: inline-block; |
10 overflow: hidden; | 10 overflow: hidden; |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
124 {at: -1, is: 'matrix3d(-0.6413028394192518, -1.0702420910513302, -0.5807595966
791961, -18.02447171345163, 0.8211815704840004, 1.0980679097347057, 0.9399408862
655454, 22.460730852026064, 0.28421009261178104, -0.5408346238741739, 0.51947913
63698213, 3.075163035391172, -2.6875, 2, -1.875, -14.881239394516232)'}, | 124 {at: -1, is: 'matrix3d(-0.6413028394192518, -1.0702420910513302, -0.5807595966
791961, -18.02447171345163, 0.8211815704840004, 1.0980679097347057, 0.9399408862
655454, 22.460730852026064, 0.28421009261178104, -0.5408346238741739, 0.51947913
63698213, 3.075163035391172, -2.6875, 2, -1.875, -14.881239394516232)'}, |
125 {at: 0, is: 'matrix3d(0.571428571428571, -0.625, -0.8333333333333346, -0.66666
666666669, 0.5, -0.1875, -0.8125, 0.3125, 0.34375, -1, 0.8333333333333327, 1.343
75, -1.34375, 1, -0.9375, 1)'}, | 125 {at: 0, is: 'matrix3d(0.571428571428571, -0.625, -0.8333333333333346, -0.66666
666666669, 0.5, -0.1875, -0.8125, 0.3125, 0.34375, -1, 0.8333333333333327, 1.343
75, -1.34375, 1, -0.9375, 1)'}, |
126 {at: 0.25, is: 'matrix3d(0.7912976716694541, -0.4517927901159618, -0.686874597
4719376, 1.2522201536338506, 0.7952183069582651, 0.06340410955800829, -0.7956629
784232128, 2.2561737435012983, 0.345639443327071, -0.8934490945546473, 0.8301314
43385676, 1.2606901484983566, -1.0078125, 0.75, -0.703125, 2.4888661932358946)'}
, | 126 {at: 0.25, is: 'matrix3d(0.7912976716694541, -0.4517927901159618, -0.686874597
4719376, 1.2522201536338506, 0.7952183069582651, 0.06340410955800829, -0.7956629
784232128, 2.2561737435012983, 0.345639443327071, -0.8934490945546473, 0.8301314
43385676, 1.2606901484983566, -1.0078125, 0.75, -0.703125, 2.4888661932358946)'}
, |
127 {at: 0.75, is: 'matrix3d(1.0093457700315165, -0.12746048375025829, -0.24746788
943106088, 1.3202120308857304, 0.6128364656690982, 0.7600694601651116, -0.222333
59857303325, 1.4081483224940277, 0.21669805381113447, -0.3786082265932788, 0.908
354523914928, 0.6747509193960347, -0.3359375, 0.25, -0.234375, 2.488866193235896
4)'}, | 127 {at: 0.75, is: 'matrix3d(1.0093457700315165, -0.12746048375025829, -0.24746788
943106088, 1.3202120308857304, 0.6128364656690982, 0.7600694601651116, -0.222333
59857303325, 1.4081483224940277, 0.21669805381113447, -0.3786082265932788, 0.908
354523914928, 0.6747509193960347, -0.3359375, 0.25, -0.234375, 2.488866193235896
4)'}, |
128 {at: 1, is: 'matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)'}, | 128 {at: 1, is: 'matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)'}, |
129 {at: 2, is: 'matrix3d(0.39048513570444376, 0.14780794797065988, 0.696306810021
7401, -4.857907861239344, -2.967682789284791, 0.6004978769584385, -3.54723760168
72444, 26.675324787979896, -2.5953724498995308, 1.6280843851961373, 0.8163834310
586356, 9.001735256585825, 1.34375, -1, 0.9375, -14.881239394516227)'}, | 129 {at: 2, is: 'matrix3d(0.39048513570444376, 0.14780794797065988, 0.696306810021
7401, -4.857907861239344, -2.967682789284791, 0.6004978769584385, -3.54723760168
72444, 26.675324787979896, -2.5953724498995308, 1.6280843851961373, 0.8163834310
586356, 9.001735256585825, 1.34375, -1, 0.9375, -14.881239394516227)'}, |
130 ]); | 130 ]); |
131 | 131 |
132 </script> | 132 </script> |
133 </body> | 133 </body> |
OLD | NEW |