├── .idea ├── modules.xml ├── threejs_.iml ├── vcs.xml └── workspace.xml ├── README.md ├── VT-Test ├── ajax_test.html ├── demo-svg.html ├── general-test.html ├── src │ ├── 512 │ │ ├── Pannorama_001_1_low.jpg │ │ ├── Pannorama_001_2_low.jpg │ │ ├── Pannorama_001_3_low.jpg │ │ ├── Pannorama_001_4_low.jpg │ │ ├── Pannorama_001_5_low.jpg │ │ ├── Pannorama_001_6_low.jpg │ │ ├── Pannorama_002_1_low.jpg │ │ ├── Pannorama_002_3_low.jpg │ │ ├── Pannorama_002_4_low.jpg │ │ ├── Pannorama_002_5_low.jpg │ │ ├── Pannorama_002_6_low.jpg │ │ ├── Pannorama_003_1_low.jpg │ │ ├── Pannorama_003_2_low.jpg │ │ ├── Pannorama_003_4_low.jpg │ │ ├── Pannorama_003_5_low.jpg │ │ ├── Pannorama_003_6_low.jpg │ │ ├── Pannorama_004_1_low.jpg │ │ ├── Pannorama_004_2_low.jpg │ │ ├── Pannorama_004_3_low.jpg │ │ ├── Pannorama_004_4_low.jpg │ │ ├── Pannorama_004_5_low.jpg │ │ ├── Pannorama_004_6_low.jpg │ │ ├── Pannorama_005_1_low.jpg │ │ ├── Pannorama_005_2_low.jpg │ │ ├── Pannorama_005_3_low.jpg │ │ ├── Pannorama_005_4_low.jpg │ │ ├── Pannorama_005_5_low.jpg │ │ ├── Pannorama_005_6_low.jpg │ │ ├── Pannorama_006_1_low.jpg │ │ ├── Pannorama_006_2_low.jpg │ │ ├── Pannorama_006_3_low.jpg │ │ ├── Pannorama_006_4_low.jpg │ │ ├── Pannorama_006_5_low.jpg │ │ ├── Pannorama_006_6_low.jpg │ │ ├── Pannorama_007_1_low.jpg │ │ ├── Pannorama_007_2_low.jpg │ │ ├── Pannorama_007_3_low.jpg │ │ ├── Pannorama_007_4_low.jpg │ │ ├── Pannorama_007_5_low.jpg │ │ ├── Pannorama_007_6_low.jpg │ │ ├── Pannorama_008_1_low.jpg │ │ ├── Pannorama_008_2_low.jpg │ │ ├── Pannorama_008_3_low.jpg │ │ ├── Pannorama_008_4_low.jpg │ │ ├── Pannorama_008_5_low.jpg │ │ ├── Pannorama_008_6_low.jpg │ │ ├── Pannorama_009_1_low.jpg │ │ ├── Pannorama_009_2_low.jpg │ │ ├── Pannorama_009_3_low.jpg │ │ ├── Pannorama_009_4_low.jpg │ │ ├── Pannorama_009_5_low.jpg │ │ ├── Pannorama_009_6_low.jpg │ │ ├── Pannorama_010_1_low.jpg │ │ ├── Pannorama_010_2_low.jpg │ │ ├── Pannorama_010_3_low.jpg │ │ ├── Pannorama_010_4_low.jpg │ │ ├── Pannorama_010_5_low.jpg │ │ ├── Pannorama_010_6_low.jpg │ │ ├── Pannorama_011_1_low.jpg │ │ ├── Pannorama_011_2_low.jpg │ │ ├── Pannorama_011_3_low.jpg │ │ ├── Pannorama_011_4_low.jpg │ │ ├── Pannorama_011_5_low.jpg │ │ └── Pannorama_011_6_low.jpg │ ├── 1k │ │ ├── Pannorama_001_1_mob.jpg │ │ ├── Pannorama_001_3_mob.jpg │ │ ├── Pannorama_001_4_mob.jpg │ │ ├── Pannorama_001_5_mob.jpg │ │ ├── Pannorama_001_6_mob.jpg │ │ ├── Pannorama_002_1_mob.jpg │ │ ├── Pannorama_002_2_mob.jpg │ │ ├── Pannorama_002_3_mob.jpg │ │ ├── Pannorama_002_4_mob.jpg │ │ ├── Pannorama_002_5_mob.jpg │ │ ├── Pannorama_002_6_mob.jpg │ │ ├── Pannorama_003_1_mob.jpg │ │ ├── Pannorama_003_2_mob.jpg │ │ ├── Pannorama_003_3_mob.jpg │ │ ├── Pannorama_003_4_mob.jpg │ │ ├── Pannorama_003_5_mob.jpg │ │ ├── Pannorama_003_6_mob.jpg │ │ ├── Pannorama_004_1_mob.jpg │ │ ├── Pannorama_004_2_mob.jpg │ │ ├── Pannorama_004_3_mob.jpg │ │ ├── Pannorama_004_4_mob.jpg │ │ ├── Pannorama_004_5_mob.jpg │ │ ├── Pannorama_004_6_mob.jpg │ │ ├── Pannorama_005_1_mob.jpg │ │ ├── Pannorama_005_2_mob.jpg │ │ ├── Pannorama_005_3_mob.jpg │ │ ├── Pannorama_005_4_mob.jpg │ │ ├── Pannorama_005_5_mob.jpg │ │ ├── Pannorama_005_6_mob.jpg │ │ ├── Pannorama_006_1_mob.jpg │ │ ├── Pannorama_006_2_mob.jpg │ │ ├── Pannorama_006_3_mob.jpg │ │ ├── Pannorama_006_4_mob.jpg │ │ ├── Pannorama_006_5_mob.jpg │ │ ├── Pannorama_006_6_mob.jpg │ │ ├── Pannorama_007_1_mob.jpg │ │ ├── Pannorama_007_2_mob.jpg │ │ ├── Pannorama_007_3_mob.jpg │ │ ├── Pannorama_007_4_mob.jpg │ │ ├── Pannorama_007_5_mob.jpg │ │ ├── Pannorama_007_6_mob.jpg │ │ ├── Pannorama_008_1_mob.jpg │ │ ├── Pannorama_008_2_mob.jpg │ │ ├── Pannorama_008_3_mob.jpg │ │ ├── Pannorama_008_4_mob.jpg │ │ ├── Pannorama_008_5_mob.jpg │ │ ├── Pannorama_008_6_mob.jpg │ │ ├── Pannorama_009_1_mob.jpg │ │ ├── Pannorama_009_2_mob.jpg │ │ ├── Pannorama_009_3_mob.jpg │ │ ├── Pannorama_009_4_mob.jpg │ │ ├── Pannorama_009_5_mob.jpg │ │ ├── Pannorama_009_6_mob.jpg │ │ ├── Pannorama_010_1_mob.jpg │ │ ├── Pannorama_010_2_mob.jpg │ │ ├── Pannorama_010_3_mob.jpg │ │ ├── Pannorama_010_4_mob.jpg │ │ ├── Pannorama_010_5_mob.jpg │ │ ├── Pannorama_010_6_mob.jpg │ │ ├── Pannorama_011_1_mob.jpg │ │ ├── Pannorama_011_2_mob.jpg │ │ ├── Pannorama_011_3_mob.jpg │ │ ├── Pannorama_011_4_mob.jpg │ │ ├── Pannorama_011_5_mob.jpg │ │ └── Pannorama_011_6_mob.jpg │ ├── 2k │ │ ├── Pannorama_001_1_high.jpg │ │ ├── Pannorama_001_3_high.jpg │ │ ├── Pannorama_001_4_high.jpg │ │ ├── Pannorama_001_5_high.jpg │ │ ├── Pannorama_001_6_high.jpg │ │ ├── Pannorama_002_1_high.jpg │ │ ├── Pannorama_002_2_high.jpg │ │ ├── Pannorama_002_3_high.jpg │ │ ├── Pannorama_002_4_high.jpg │ │ ├── Pannorama_002_5_high.jpg │ │ ├── Pannorama_002_6_high.jpg │ │ ├── Pannorama_003_1_high.jpg │ │ ├── Pannorama_003_2_high.jpg │ │ ├── Pannorama_003_3_high.jpg │ │ ├── Pannorama_003_4_high.jpg │ │ ├── Pannorama_003_5_high.jpg │ │ ├── Pannorama_003_6_high.jpg │ │ ├── Pannorama_004_1_high.jpg │ │ ├── Pannorama_004_2_high.jpg │ │ ├── Pannorama_004_3_high.jpg │ │ ├── Pannorama_004_4_high.jpg │ │ ├── Pannorama_004_5_high.jpg │ │ ├── Pannorama_004_6_high.jpg │ │ ├── Pannorama_005_1_high.jpg │ │ ├── Pannorama_005_2_high.jpg │ │ ├── Pannorama_005_3_high.jpg │ │ ├── Pannorama_005_4_high.jpg │ │ ├── Pannorama_005_5_high.jpg │ │ ├── Pannorama_005_6_high.jpg │ │ ├── Pannorama_006_1_high.jpg │ │ ├── Pannorama_006_2_high.jpg │ │ ├── Pannorama_006_3_high.jpg │ │ ├── Pannorama_006_4_high.jpg │ │ ├── Pannorama_006_5_high.jpg │ │ ├── Pannorama_006_6_high.jpg │ │ ├── Pannorama_007_1_high.jpg │ │ ├── Pannorama_007_2_high.jpg │ │ ├── Pannorama_007_3_high.jpg │ │ ├── Pannorama_007_4_high.jpg │ │ ├── Pannorama_007_5_high.jpg │ │ ├── Pannorama_007_6_high.jpg │ │ ├── Pannorama_008_1_high.jpg │ │ ├── Pannorama_008_2_high.jpg │ │ ├── Pannorama_008_3_high.jpg │ │ ├── Pannorama_008_4_high.jpg │ │ ├── Pannorama_008_5_high.jpg │ │ ├── Pannorama_008_6_high.jpg │ │ ├── Pannorama_009_1_high.jpg │ │ ├── Pannorama_009_2_high.jpg │ │ ├── Pannorama_009_3_high.jpg │ │ ├── Pannorama_009_4_high.jpg │ │ ├── Pannorama_009_5_high.jpg │ │ ├── Pannorama_009_6_high.jpg │ │ ├── Pannorama_010_1_high.jpg │ │ ├── Pannorama_010_2_high.jpg │ │ ├── Pannorama_010_3_high.jpg │ │ ├── Pannorama_010_4_high.jpg │ │ ├── Pannorama_010_5_high.jpg │ │ ├── Pannorama_010_6_high.jpg │ │ ├── Pannorama_011_1_high.jpg │ │ ├── Pannorama_011_2_high.jpg │ │ ├── Pannorama_011_3_high.jpg │ │ ├── Pannorama_011_4_high.jpg │ │ ├── Pannorama_011_5_high.jpg │ │ └── Pannorama_011_6_high.jpg │ ├── VT_Model_info.json │ ├── floor3 │ │ ├── VT_Model.mtl │ │ ├── VT_Model.obj │ │ ├── VT_Model_material0000_map_Kd.jpg │ │ ├── VT_Model_material0001_map_Kd.jpg │ │ ├── VT_Model_material0002_map_Kd.jpg │ │ ├── VT_Model_material0003_map_Kd.jpg │ │ ├── VT_Model_material0004_map_Kd.jpg │ │ ├── VT_Model_material0005_map_Kd.jpg │ │ ├── VT_Model_material0006_map_Kd.jpg │ │ ├── VT_Model_material0007_map_Kd.jpg │ │ ├── VT_Model_material0008_map_Kd.jpg │ │ ├── VT_Model_material0009_map_Kd.jpg │ │ └── VT_Model_material0010_map_Kd.jpg │ └── svgtest │ │ ├── VT_Model.mtl │ │ ├── VT_Model.obj │ │ ├── VT_Model_material0000_map_Kd.jpg │ │ ├── VT_Model_material0001_map_Kd.jpg │ │ ├── VT_Model_material0002_map_Kd.jpg │ │ ├── VT_Model_material0003_map_Kd.jpg │ │ ├── VT_Model_material0004_map_Kd.jpg │ │ ├── VT_Model_material0005_map_Kd.jpg │ │ ├── VT_Model_material0006_map_Kd.jpg │ │ ├── VT_Model_material0007_map_Kd.jpg │ │ ├── VT_Model_material0008_map_Kd.jpg │ │ ├── VT_Model_material0009_map_Kd.jpg │ │ ├── VT_Model_material0010_map_Kd.jpg │ │ ├── VT_Model_material0011_map_Kd.jpg │ │ ├── VT_Model_material0012_map_Kd.jpg │ │ ├── VT_Model_material0013_map_Kd.jpg │ │ ├── VT_Model_material0014_map_Kd.jpg │ │ ├── VT_Model_material0015_map_Kd.jpg │ │ ├── VT_Model_material0016_map_Kd.jpg │ │ ├── VT_Model_material0017_map_Kd.jpg │ │ ├── VT_Model_material0018_map_Kd.jpg │ │ ├── VT_Model_material0019_map_Kd.jpg │ │ ├── readme.md │ │ ├── test.html │ │ ├── test.svg │ │ └── test1.html └── svg-test.html ├── blog ├── 2018-04 │ └── readme.md └── 2018-3 │ ├── 3.26_canvas-panorama.docx │ ├── cube-textures.pdf │ ├── plane-panorama.pdf │ └── readme.md ├── demo └── FBX │ ├── animationmixer.html │ └── js │ └── kicker.js ├── josdirksen ├── chapter-01 │ ├── P10-1.5.html │ ├── P14-1.6.html │ ├── P18-1.7.html │ ├── P19-1.8.html │ ├── P22-1.9.html │ └── readme.md ├── chapter-04 │ └── P69-4.1.html └── readme.md ├── lib ├── js │ ├── Detector.js │ ├── ImprovedNoise.js │ ├── TypedArrayUtils.js │ ├── controls │ │ ├── OrbitControls.js │ │ └── readme.md │ ├── libs │ │ ├── ammo.js │ │ ├── dat.gui.js │ │ ├── dat.gui.min.js │ │ ├── gunzip.min.js │ │ ├── inflate.min.js │ │ ├── jszip.min.js │ │ ├── mmdparser.min.js │ │ ├── msgpack-js.js │ │ ├── o3dgc.js │ │ ├── opentype.min.js │ │ ├── readme.md │ │ ├── stats.min.js │ │ ├── system.min.js │ │ ├── timeliner_gui.min.js │ │ ├── tween.min.js │ │ ├── tweenjs-NEXT.js │ │ └── tweenjs.js │ ├── loaders │ │ ├── ColladaLoader.js │ │ ├── DDSLoader.js │ │ ├── FBXLoader.js │ │ ├── MTLLoader.js │ │ ├── OBJLoader.js │ │ └── readme.md │ ├── objects │ │ ├── Refractor.js │ │ └── readme.md │ └── renderers │ │ ├── CSS3DRenderer.js │ │ ├── CanvasRenderer.js │ │ └── Projector.js └── readme.md ├── main ├── readme.md └── three.js └── test ├── test1-panorama ├── canvas_panorama.html ├── cube_mapping.html ├── cube_panorama.html ├── dynamic-envmap.html ├── index.html ├── index2.html ├── plane-panorama.html ├── readme.md ├── textures │ ├── negx.jpg │ ├── negy.jpg │ ├── negz.jpg │ ├── posx.jpg │ ├── posy.jpg │ ├── posz.jpg │ └── readme.md ├── textures2 │ ├── negx.jpg │ ├── negy.jpg │ ├── negz.jpg │ ├── posx.jpg │ ├── posy.jpg │ ├── posz.jpg │ ├── readme.md │ └── readme.txt └── textures3 │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ └── readme.md ├── test2- uv ├── index.html ├── readme.md ├── shaderMaterial.html ├── textures │ ├── ash_01.jpg │ ├── negx.jpg │ ├── negy.jpg │ ├── negz.jpg │ ├── posx.jpg │ ├── posy.jpg │ ├── posz.jpg │ ├── readme.md │ ├── test.jpg │ └── test1.jpg ├── uv-mapping.html └── uvPlane.html ├── test4- glsl ├── Material_Shader.html ├── Pannorama_001_1_low.jpg ├── Pannorama_001_2_low.jpg ├── Pannorama_001_3_low.jpg ├── Pannorama_001_4_low.jpg ├── Pannorama_001_5_low.jpg ├── Pannorama_001_6_low.jpg ├── samplerCube.html └── test1.jpg └── test5-projectorMatrix ├── 512_001_1_00.jpg ├── 512_001_2_00.jpg ├── 512_001_3_00.jpg ├── 512_001_4_00.jpg ├── 512_001_5_00.jpg ├── 512_001_6_00.jpg ├── Material_Shader.html ├── Pannorama_001_1_low.jpg ├── Pannorama_001_2_low.jpg ├── Pannorama_001_3_low.jpg ├── Pannorama_001_4_low.jpg ├── Pannorama_001_5_low.jpg ├── Pannorama_001_6_low.jpg ├── readme.md └── samplerCube.html /.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /.idea/threejs_.iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # threejs_ 2 | 仅供学习交流参考,有疑问或者有谬误之处还请指正,感谢您的阅读; --Thinkia
3 | three学习(一 )
4 | 全景实现  :https://github.com/Thinkia/threejs_/tree/master/test/test1-panorama
5 | 6 | three学习 (二)
7 | UV映射   :https://github.com/Thinkia/threejs_/blob/master/test/test2-%20uv/readme.md 8 | -------------------------------------------------------------------------------- /VT-Test/ajax_test.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | test 6 | 7 | 8 | 9 | 40 | 41 | 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_001_1_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_001_1_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_001_3_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_001_3_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_001_4_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_001_4_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_001_5_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_001_5_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_001_6_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_001_6_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_002_1_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_002_1_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_002_2_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_002_2_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_002_3_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_002_3_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_002_4_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_002_4_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_002_5_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_002_5_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_002_6_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_002_6_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_003_1_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_003_1_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_003_2_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_003_2_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_003_3_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_003_3_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_003_4_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_003_4_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_003_5_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_003_5_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_003_6_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_003_6_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_004_1_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_004_1_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_004_2_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_004_2_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_004_3_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_004_3_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_004_4_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_004_4_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_004_5_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_004_5_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_004_6_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_004_6_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_005_1_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_005_1_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_005_2_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_005_2_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_005_3_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_005_3_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_005_4_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_005_4_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_005_5_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_005_5_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_005_6_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_005_6_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_006_1_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_006_1_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_006_2_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_006_2_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_006_3_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_006_3_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_006_4_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_006_4_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_006_5_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_006_5_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_006_6_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_006_6_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_007_1_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_007_1_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_007_2_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_007_2_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_007_3_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_007_3_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_007_4_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_007_4_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_007_5_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_007_5_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_007_6_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_007_6_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_008_1_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_008_1_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_008_2_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_008_2_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_008_3_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_008_3_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_008_4_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_008_4_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_008_5_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_008_5_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_008_6_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_008_6_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_009_1_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_009_1_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_009_2_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_009_2_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_009_3_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_009_3_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_009_4_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_009_4_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_009_5_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_009_5_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_009_6_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_009_6_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_010_1_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_010_1_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_010_2_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_010_2_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_010_3_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_010_3_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_010_4_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_010_4_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_010_5_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_010_5_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_010_6_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_010_6_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_011_1_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_011_1_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_011_2_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_011_2_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_011_3_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_011_3_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_011_4_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_011_4_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_011_5_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_011_5_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/1k/Pannorama_011_6_mob.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/1k/Pannorama_011_6_mob.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_001_1_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_001_1_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_001_3_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_001_3_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_001_4_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_001_4_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_001_5_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_001_5_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_001_6_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_001_6_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_002_1_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_002_1_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_002_2_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_002_2_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_002_3_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_002_3_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_002_4_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_002_4_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_002_5_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_002_5_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_002_6_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_002_6_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_003_1_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_003_1_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_003_2_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_003_2_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_003_3_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_003_3_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_003_4_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_003_4_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_003_5_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_003_5_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_003_6_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_003_6_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_004_1_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_004_1_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_004_2_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_004_2_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_004_3_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_004_3_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_004_4_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_004_4_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_004_5_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_004_5_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_004_6_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_004_6_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_005_1_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_005_1_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_005_2_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_005_2_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_005_3_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_005_3_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_005_4_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_005_4_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_005_5_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_005_5_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_005_6_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_005_6_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_006_1_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_006_1_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_006_2_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_006_2_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_006_3_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_006_3_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_006_4_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_006_4_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_006_5_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_006_5_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_006_6_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_006_6_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_007_1_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_007_1_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_007_2_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_007_2_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_007_3_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_007_3_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_007_4_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_007_4_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_007_5_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_007_5_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_007_6_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_007_6_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_008_1_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_008_1_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_008_2_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_008_2_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_008_3_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_008_3_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_008_4_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_008_4_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_008_5_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_008_5_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_008_6_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_008_6_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_009_1_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_009_1_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_009_2_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_009_2_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_009_3_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_009_3_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_009_4_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_009_4_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_009_5_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_009_5_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_009_6_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_009_6_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_010_1_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_010_1_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_010_2_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_010_2_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_010_3_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_010_3_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_010_4_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_010_4_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_010_5_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_010_5_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_010_6_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_010_6_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_011_1_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_011_1_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_011_2_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_011_2_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_011_3_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_011_3_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_011_4_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_011_4_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_011_5_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_011_5_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/2k/Pannorama_011_6_high.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/2k/Pannorama_011_6_high.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_001_1_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_001_1_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_001_2_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_001_2_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_001_3_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_001_3_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_001_4_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_001_4_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_001_5_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_001_5_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_001_6_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_001_6_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_002_1_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_002_1_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_002_3_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_002_3_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_002_4_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_002_4_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_002_5_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_002_5_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_002_6_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_002_6_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_003_1_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_003_1_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_003_2_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_003_2_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_003_4_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_003_4_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_003_5_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_003_5_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_003_6_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_003_6_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_004_1_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_004_1_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_004_2_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_004_2_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_004_3_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_004_3_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_004_4_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_004_4_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_004_5_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_004_5_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_004_6_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_004_6_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_005_1_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_005_1_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_005_2_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_005_2_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_005_3_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_005_3_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_005_4_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_005_4_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_005_5_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_005_5_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_005_6_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_005_6_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_006_1_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_006_1_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_006_2_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_006_2_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_006_3_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_006_3_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_006_4_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_006_4_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_006_5_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_006_5_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_006_6_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_006_6_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_007_1_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_007_1_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_007_2_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_007_2_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_007_3_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_007_3_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_007_4_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_007_4_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_007_5_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_007_5_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_007_6_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_007_6_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_008_1_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_008_1_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_008_2_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_008_2_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_008_3_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_008_3_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_008_4_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_008_4_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_008_5_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_008_5_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_008_6_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_008_6_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_009_1_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_009_1_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_009_2_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_009_2_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_009_3_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_009_3_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_009_4_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_009_4_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_009_5_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_009_5_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_009_6_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_009_6_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_010_1_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_010_1_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_010_2_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_010_2_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_010_3_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_010_3_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_010_4_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_010_4_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_010_5_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_010_5_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_010_6_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_010_6_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_011_1_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_011_1_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_011_2_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_011_2_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_011_3_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_011_3_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_011_4_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_011_4_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_011_5_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_011_5_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/512/Pannorama_011_6_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/512/Pannorama_011_6_low.jpg -------------------------------------------------------------------------------- /VT-Test/src/VT_Model_info.json: -------------------------------------------------------------------------------- 1 | { 2 | "address": "", 3 | "modelFile": [ 4 | { 5 | "floorName": "一楼", 6 | "objName": "VT_Model.obj", 7 | "mtlName": "VT_Model.mtl", 8 | "objMobName": "VT_Model_mob_floor1.obj", 9 | "mtlMobName": "VT_Model_mob_floor1.mtl", 10 | "dirName": "floor3" 11 | } 12 | ], 13 | "name": "里约荟", 14 | "panorama": { 15 | "inside": [ 16 | "panorama001", 17 | "panorama002", 18 | "panorama003", 19 | "panorama004", 20 | "panorama005", 21 | "panorama006", 22 | "panorama007", 23 | "panorama008" 24 | ], 25 | "outside": [ 26 | "panorama009", 27 | "panorama010", 28 | "panorama011" 29 | ] 30 | }, 31 | "transform": [ 32 | [ 33 | { 34 | "matrix": [ 35 | 0.810834, 36 | 0.585276, 37 | 0, 38 | 0, 39 | -0.585276, 40 | 0.810834, 41 | 0, 42 | 0, 43 | 0, 44 | 0, 45 | 1, 46 | 0, 47 | 0, 48 | 0, 49 | 0, 50 | 1 51 | ], 52 | "name": "transform001" 53 | }, 54 | { 55 | "matrix": [ 56 | -0.92220978, 57 | 0.3852369, 58 | 0.03349248, 59 | 1.94033704, 60 | -0.38603922, 61 | -0.92222119, 62 | -0.02195962, 63 | -1.58214352, 64 | 0.02242777, 65 | -0.03318086, 66 | 0.99919752, 67 | -0.01368903, 68 | 0, 69 | 0, 70 | 0, 71 | 1 72 | ], 73 | "name": "transform002" 74 | }, 75 | { 76 | "matrix": [ 77 | -0.81369098, 78 | -0.58216501, 79 | 0.00781511, 80 | 0.6081698, 81 | 0.5820001, 82 | -0.81284799, 83 | -0.02962826, 84 | -2.01151265, 85 | 0.0236138, 86 | -0.01954277, 87 | 0.99953022, 88 | -0.0031997, 89 | 0, 90 | 0, 91 | 0, 92 | 1 93 | ], 94 | "name": "transform003" 95 | }, 96 | { 97 | "matrix": [ 98 | 0.36396591, 99 | 0.93134002, 100 | 0.01462218, 101 | 0.33762399, 102 | -0.93170002, 103 | 0.36399186, 104 | -0.01054897, 105 | -3.10953284, 106 | -0.01515631, 107 | -0.00978295, 108 | 0.99983712, 109 | -0.01843795, 110 | 0, 111 | 0, 112 | 0, 113 | 1 114 | ], 115 | "name": "transform004" 116 | }, 117 | { 118 | "matrix": [ 119 | 0.60106848, 120 | 0.79935834, 121 | -0.00669146, 122 | -0.3110966, 123 | -0.7992976, 124 | 0.6007775, 125 | -0.01432976, 126 | -3.62309581, 127 | -0.00744199, 128 | 0.01395953, 129 | 0.99987483, 130 | -0.02014523, 131 | 0, 132 | 0, 133 | 0, 134 | 1 135 | ], 136 | "name": "transform005" 137 | }, 138 | { 139 | "matrix": [ 140 | -0.16064806, 141 | 0.98701175, 142 | 0.00405418, 143 | 0.33397397, 144 | -0.98617429, 145 | -0.16033804, 146 | -0.04183721, 147 | -5.17050188, 148 | -0.04064978, 149 | -0.01072506, 150 | 0.99911578, 151 | -0.06581026, 152 | 0, 153 | 0, 154 | 0, 155 | 1 156 | ], 157 | "name": "transform006" 158 | }, 159 | { 160 | "matrix": [ 161 | -0.85833048, 162 | 0.51311058, 163 | 0.0000222, 164 | -0.90300273, 165 | -0.51286437, 166 | -0.85800793, 167 | -0.03087861, 168 | -2.60329744, 169 | -0.01582514, 170 | -0.02652671, 171 | 0.99952335, 172 | 0.00410904, 173 | 0, 174 | 0, 175 | 0, 176 | 1 177 | ], 178 | "name": "transform007" 179 | }, 180 | { 181 | "matrix": [ 182 | -0.66901168, 183 | 0.74334043, 184 | -0.00646897, 185 | -1.59214977, 186 | -0.74309215, 187 | -0.66901735, 188 | -0.01608658, 189 | -1.97565539, 190 | -0.01628761, 191 | -0.0059641, 192 | 0.99985033, 193 | 0.00897411, 194 | 0, 195 | 0, 196 | 0, 197 | 1 198 | ], 199 | "name": "transform008" 200 | } 201 | ] 202 | ] 203 | } -------------------------------------------------------------------------------- /VT-Test/src/floor3/VT_Model.mtl: -------------------------------------------------------------------------------- 1 | newmtl material0000 2 | Ka 1.000000 1.000000 1.000000 3 | Kd 1.000000 1.000000 1.000000 4 | Ks 0.000000 0.000000 0.000000 5 | Tr 1.000000 6 | illum 1 7 | Ns 1.000000 8 | map_Kd VT_Model_material0000_map_Kd.jpg 9 | newmtl material0001 10 | Ka 1.000000 1.000000 1.000000 11 | Kd 1.000000 1.000000 1.000000 12 | Ks 0.000000 0.000000 0.000000 13 | Tr 1.000000 14 | illum 1 15 | Ns 1.000000 16 | map_Kd VT_Model_material0001_map_Kd.jpg 17 | newmtl material0002 18 | Ka 1.000000 1.000000 1.000000 19 | Kd 1.000000 1.000000 1.000000 20 | Ks 0.000000 0.000000 0.000000 21 | Tr 1.000000 22 | illum 1 23 | Ns 1.000000 24 | map_Kd VT_Model_material0002_map_Kd.jpg 25 | newmtl material0003 26 | Ka 1.000000 1.000000 1.000000 27 | Kd 1.000000 1.000000 1.000000 28 | Ks 0.000000 0.000000 0.000000 29 | Tr 1.000000 30 | illum 1 31 | Ns 1.000000 32 | map_Kd VT_Model_material0003_map_Kd.jpg 33 | newmtl material0004 34 | Ka 1.000000 1.000000 1.000000 35 | Kd 1.000000 1.000000 1.000000 36 | Ks 0.000000 0.000000 0.000000 37 | Tr 1.000000 38 | illum 1 39 | Ns 1.000000 40 | map_Kd VT_Model_material0004_map_Kd.jpg 41 | newmtl material0005 42 | Ka 1.000000 1.000000 1.000000 43 | Kd 1.000000 1.000000 1.000000 44 | Ks 0.000000 0.000000 0.000000 45 | Tr 1.000000 46 | illum 1 47 | Ns 1.000000 48 | map_Kd VT_Model_material0005_map_Kd.jpg 49 | newmtl material0006 50 | Ka 1.000000 1.000000 1.000000 51 | Kd 1.000000 1.000000 1.000000 52 | Ks 0.000000 0.000000 0.000000 53 | Tr 1.000000 54 | illum 1 55 | Ns 1.000000 56 | map_Kd VT_Model_material0006_map_Kd.jpg 57 | newmtl material0007 58 | Ka 1.000000 1.000000 1.000000 59 | Kd 1.000000 1.000000 1.000000 60 | Ks 0.000000 0.000000 0.000000 61 | Tr 1.000000 62 | illum 1 63 | Ns 1.000000 64 | map_Kd VT_Model_material0007_map_Kd.jpg 65 | newmtl material0008 66 | Ka 1.000000 1.000000 1.000000 67 | Kd 1.000000 1.000000 1.000000 68 | Ks 0.000000 0.000000 0.000000 69 | Tr 1.000000 70 | illum 1 71 | Ns 1.000000 72 | map_Kd VT_Model_material0008_map_Kd.jpg 73 | newmtl material0009 74 | Ka 1.000000 1.000000 1.000000 75 | Kd 1.000000 1.000000 1.000000 76 | Ks 0.000000 0.000000 0.000000 77 | Tr 1.000000 78 | illum 1 79 | Ns 1.000000 80 | map_Kd VT_Model_material0009_map_Kd.jpg 81 | newmtl material0010 82 | Ka 1.000000 1.000000 1.000000 83 | Kd 1.000000 1.000000 1.000000 84 | Ks 0.000000 0.000000 0.000000 85 | Tr 1.000000 86 | illum 1 87 | Ns 1.000000 88 | map_Kd VT_Model_material0010_map_Kd.jpg 89 | -------------------------------------------------------------------------------- /VT-Test/src/floor3/VT_Model_material0000_map_Kd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/floor3/VT_Model_material0000_map_Kd.jpg -------------------------------------------------------------------------------- /VT-Test/src/floor3/VT_Model_material0001_map_Kd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/floor3/VT_Model_material0001_map_Kd.jpg -------------------------------------------------------------------------------- /VT-Test/src/floor3/VT_Model_material0002_map_Kd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/floor3/VT_Model_material0002_map_Kd.jpg -------------------------------------------------------------------------------- /VT-Test/src/floor3/VT_Model_material0003_map_Kd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/floor3/VT_Model_material0003_map_Kd.jpg -------------------------------------------------------------------------------- /VT-Test/src/floor3/VT_Model_material0004_map_Kd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/floor3/VT_Model_material0004_map_Kd.jpg -------------------------------------------------------------------------------- /VT-Test/src/floor3/VT_Model_material0005_map_Kd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/floor3/VT_Model_material0005_map_Kd.jpg -------------------------------------------------------------------------------- /VT-Test/src/floor3/VT_Model_material0006_map_Kd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/floor3/VT_Model_material0006_map_Kd.jpg -------------------------------------------------------------------------------- /VT-Test/src/floor3/VT_Model_material0007_map_Kd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/floor3/VT_Model_material0007_map_Kd.jpg -------------------------------------------------------------------------------- /VT-Test/src/floor3/VT_Model_material0008_map_Kd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/floor3/VT_Model_material0008_map_Kd.jpg -------------------------------------------------------------------------------- /VT-Test/src/floor3/VT_Model_material0009_map_Kd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/floor3/VT_Model_material0009_map_Kd.jpg -------------------------------------------------------------------------------- /VT-Test/src/floor3/VT_Model_material0010_map_Kd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/floor3/VT_Model_material0010_map_Kd.jpg -------------------------------------------------------------------------------- /VT-Test/src/svgtest/VT_Model.mtl: -------------------------------------------------------------------------------- 1 | newmtl material0000 2 | Ka 1.000000 1.000000 1.000000 3 | Kd 1.000000 1.000000 1.000000 4 | Ks 0.000000 0.000000 0.000000 5 | Tr 1.000000 6 | illum 1 7 | Ns 1.000000 8 | map_Kd VT_Model_material0000_map_Kd.jpg 9 | newmtl material0001 10 | Ka 1.000000 1.000000 1.000000 11 | Kd 1.000000 1.000000 1.000000 12 | Ks 0.000000 0.000000 0.000000 13 | Tr 1.000000 14 | illum 1 15 | Ns 1.000000 16 | map_Kd VT_Model_material0001_map_Kd.jpg 17 | newmtl material0002 18 | Ka 1.000000 1.000000 1.000000 19 | Kd 1.000000 1.000000 1.000000 20 | Ks 0.000000 0.000000 0.000000 21 | Tr 1.000000 22 | illum 1 23 | Ns 1.000000 24 | map_Kd VT_Model_material0002_map_Kd.jpg 25 | newmtl material0003 26 | Ka 1.000000 1.000000 1.000000 27 | Kd 1.000000 1.000000 1.000000 28 | Ks 0.000000 0.000000 0.000000 29 | Tr 1.000000 30 | illum 1 31 | Ns 1.000000 32 | map_Kd VT_Model_material0003_map_Kd.jpg 33 | newmtl material0004 34 | Ka 1.000000 1.000000 1.000000 35 | Kd 1.000000 1.000000 1.000000 36 | Ks 0.000000 0.000000 0.000000 37 | Tr 1.000000 38 | illum 1 39 | Ns 1.000000 40 | map_Kd VT_Model_material0004_map_Kd.jpg 41 | newmtl material0005 42 | Ka 1.000000 1.000000 1.000000 43 | Kd 1.000000 1.000000 1.000000 44 | Ks 0.000000 0.000000 0.000000 45 | Tr 1.000000 46 | illum 1 47 | Ns 1.000000 48 | map_Kd VT_Model_material0005_map_Kd.jpg 49 | newmtl material0006 50 | Ka 1.000000 1.000000 1.000000 51 | Kd 1.000000 1.000000 1.000000 52 | Ks 0.000000 0.000000 0.000000 53 | Tr 1.000000 54 | illum 1 55 | Ns 1.000000 56 | map_Kd VT_Model_material0006_map_Kd.jpg 57 | newmtl material0007 58 | Ka 1.000000 1.000000 1.000000 59 | Kd 1.000000 1.000000 1.000000 60 | Ks 0.000000 0.000000 0.000000 61 | Tr 1.000000 62 | illum 1 63 | Ns 1.000000 64 | map_Kd VT_Model_material0007_map_Kd.jpg 65 | newmtl material0008 66 | Ka 1.000000 1.000000 1.000000 67 | Kd 1.000000 1.000000 1.000000 68 | Ks 0.000000 0.000000 0.000000 69 | Tr 1.000000 70 | illum 1 71 | Ns 1.000000 72 | map_Kd VT_Model_material0008_map_Kd.jpg 73 | newmtl material0009 74 | Ka 1.000000 1.000000 1.000000 75 | Kd 1.000000 1.000000 1.000000 76 | Ks 0.000000 0.000000 0.000000 77 | Tr 1.000000 78 | illum 1 79 | Ns 1.000000 80 | map_Kd VT_Model_material0009_map_Kd.jpg 81 | newmtl material0010 82 | Ka 1.000000 1.000000 1.000000 83 | Kd 1.000000 1.000000 1.000000 84 | Ks 0.000000 0.000000 0.000000 85 | Tr 1.000000 86 | illum 1 87 | Ns 1.000000 88 | map_Kd VT_Model_material0010_map_Kd.jpg 89 | newmtl material0011 90 | Ka 1.000000 1.000000 1.000000 91 | Kd 1.000000 1.000000 1.000000 92 | Ks 0.000000 0.000000 0.000000 93 | Tr 1.000000 94 | illum 1 95 | Ns 1.000000 96 | map_Kd VT_Model_material0011_map_Kd.jpg 97 | newmtl material0012 98 | Ka 1.000000 1.000000 1.000000 99 | Kd 1.000000 1.000000 1.000000 100 | Ks 0.000000 0.000000 0.000000 101 | Tr 1.000000 102 | illum 1 103 | Ns 1.000000 104 | map_Kd VT_Model_material0012_map_Kd.jpg 105 | newmtl material0013 106 | Ka 1.000000 1.000000 1.000000 107 | Kd 1.000000 1.000000 1.000000 108 | Ks 0.000000 0.000000 0.000000 109 | Tr 1.000000 110 | illum 1 111 | Ns 1.000000 112 | map_Kd VT_Model_material0013_map_Kd.jpg 113 | newmtl material0014 114 | Ka 1.000000 1.000000 1.000000 115 | Kd 1.000000 1.000000 1.000000 116 | Ks 0.000000 0.000000 0.000000 117 | Tr 1.000000 118 | illum 1 119 | Ns 1.000000 120 | map_Kd VT_Model_material0014_map_Kd.jpg 121 | newmtl material0015 122 | Ka 1.000000 1.000000 1.000000 123 | Kd 1.000000 1.000000 1.000000 124 | Ks 0.000000 0.000000 0.000000 125 | Tr 1.000000 126 | illum 1 127 | Ns 1.000000 128 | map_Kd VT_Model_material0015_map_Kd.jpg 129 | newmtl material0016 130 | Ka 1.000000 1.000000 1.000000 131 | Kd 1.000000 1.000000 1.000000 132 | Ks 0.000000 0.000000 0.000000 133 | Tr 1.000000 134 | illum 1 135 | Ns 1.000000 136 | map_Kd VT_Model_material0016_map_Kd.jpg 137 | newmtl material0017 138 | Ka 1.000000 1.000000 1.000000 139 | Kd 1.000000 1.000000 1.000000 140 | Ks 0.000000 0.000000 0.000000 141 | Tr 1.000000 142 | illum 1 143 | Ns 1.000000 144 | map_Kd VT_Model_material0017_map_Kd.jpg 145 | newmtl material0018 146 | Ka 1.000000 1.000000 1.000000 147 | Kd 1.000000 1.000000 1.000000 148 | Ks 0.000000 0.000000 0.000000 149 | Tr 1.000000 150 | illum 1 151 | Ns 1.000000 152 | map_Kd VT_Model_material0018_map_Kd.jpg 153 | -------------------------------------------------------------------------------- /VT-Test/src/svgtest/VT_Model_material0000_map_Kd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/svgtest/VT_Model_material0000_map_Kd.jpg -------------------------------------------------------------------------------- /VT-Test/src/svgtest/VT_Model_material0001_map_Kd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/svgtest/VT_Model_material0001_map_Kd.jpg -------------------------------------------------------------------------------- /VT-Test/src/svgtest/VT_Model_material0002_map_Kd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/svgtest/VT_Model_material0002_map_Kd.jpg -------------------------------------------------------------------------------- /VT-Test/src/svgtest/VT_Model_material0003_map_Kd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/svgtest/VT_Model_material0003_map_Kd.jpg -------------------------------------------------------------------------------- /VT-Test/src/svgtest/VT_Model_material0004_map_Kd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/svgtest/VT_Model_material0004_map_Kd.jpg -------------------------------------------------------------------------------- /VT-Test/src/svgtest/VT_Model_material0005_map_Kd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/svgtest/VT_Model_material0005_map_Kd.jpg -------------------------------------------------------------------------------- /VT-Test/src/svgtest/VT_Model_material0006_map_Kd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/svgtest/VT_Model_material0006_map_Kd.jpg -------------------------------------------------------------------------------- /VT-Test/src/svgtest/VT_Model_material0007_map_Kd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/svgtest/VT_Model_material0007_map_Kd.jpg -------------------------------------------------------------------------------- /VT-Test/src/svgtest/VT_Model_material0008_map_Kd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/svgtest/VT_Model_material0008_map_Kd.jpg -------------------------------------------------------------------------------- /VT-Test/src/svgtest/VT_Model_material0009_map_Kd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/svgtest/VT_Model_material0009_map_Kd.jpg -------------------------------------------------------------------------------- /VT-Test/src/svgtest/VT_Model_material0010_map_Kd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/svgtest/VT_Model_material0010_map_Kd.jpg -------------------------------------------------------------------------------- /VT-Test/src/svgtest/VT_Model_material0011_map_Kd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/svgtest/VT_Model_material0011_map_Kd.jpg -------------------------------------------------------------------------------- /VT-Test/src/svgtest/VT_Model_material0012_map_Kd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/svgtest/VT_Model_material0012_map_Kd.jpg -------------------------------------------------------------------------------- /VT-Test/src/svgtest/VT_Model_material0013_map_Kd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/svgtest/VT_Model_material0013_map_Kd.jpg -------------------------------------------------------------------------------- /VT-Test/src/svgtest/VT_Model_material0014_map_Kd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/svgtest/VT_Model_material0014_map_Kd.jpg -------------------------------------------------------------------------------- /VT-Test/src/svgtest/VT_Model_material0015_map_Kd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/svgtest/VT_Model_material0015_map_Kd.jpg -------------------------------------------------------------------------------- /VT-Test/src/svgtest/VT_Model_material0016_map_Kd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/svgtest/VT_Model_material0016_map_Kd.jpg -------------------------------------------------------------------------------- /VT-Test/src/svgtest/VT_Model_material0017_map_Kd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/svgtest/VT_Model_material0017_map_Kd.jpg -------------------------------------------------------------------------------- /VT-Test/src/svgtest/VT_Model_material0018_map_Kd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/svgtest/VT_Model_material0018_map_Kd.jpg -------------------------------------------------------------------------------- /VT-Test/src/svgtest/VT_Model_material0019_map_Kd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/VT-Test/src/svgtest/VT_Model_material0019_map_Kd.jpg -------------------------------------------------------------------------------- /VT-Test/src/svgtest/readme.md: -------------------------------------------------------------------------------- 1 | src 2 | -------------------------------------------------------------------------------- /VT-Test/svg-test.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SVG 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 |

现在圆心x坐标是: {{ cx }}

27 |

现在圆心y坐标是: {{ cy }}

28 | 29 | 30 |


31 |

现在方向x是: {{ dx }}

32 |

现在方向y是: {{ dy }}

33 | 34 |
35 | 36 | 37 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | -------------------------------------------------------------------------------- /blog/2018-04/readme.md: -------------------------------------------------------------------------------- 1 | 2018-04 2 | -------------------------------------------------------------------------------- /blog/2018-3/3.26_canvas-panorama.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/blog/2018-3/3.26_canvas-panorama.docx -------------------------------------------------------------------------------- /blog/2018-3/cube-textures.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/blog/2018-3/cube-textures.pdf -------------------------------------------------------------------------------- /blog/2018-3/plane-panorama.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/blog/2018-3/plane-panorama.pdf -------------------------------------------------------------------------------- /blog/2018-3/readme.md: -------------------------------------------------------------------------------- 1 | 2018年3月份 学习日志 2 | -------------------------------------------------------------------------------- /demo/FBX/animationmixer.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 两个FBX 模型同时载入一个场景测试 6 | 7 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /josdirksen/chapter-01/P10-1.5.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 渲染并查看三维对象 6 | 7 | 8 | 14 | 15 | 16 | 17 |
18 | 19 | 79 | 80 | -------------------------------------------------------------------------------- /josdirksen/chapter-01/P14-1.6.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 添加材质、光源和阴影效果 6 | 7 | 8 | 9 | 10 | 11 | 17 | 18 | 19 |
20 | 21 | 94 | 95 | 96 | -------------------------------------------------------------------------------- /josdirksen/chapter-01/P18-1.7.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 立方体自旋和球的圆周运动 6 | 7 | 8 | 9 | 15 | 16 | 17 | 18 |
19 |
20 | 21 | 128 | 129 | -------------------------------------------------------------------------------- /josdirksen/chapter-01/P19-1.8.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 使用dat.GUI简化试验流程 Control gui 6 | 12 | 13 | 14 | 15 | 16 |
17 |
18 | 19 | 20 | 21 | 22 | 23 | 145 | 146 | 147 | 148 | -------------------------------------------------------------------------------- /josdirksen/chapter-01/P22-1.9.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 场景对浏览器的自适应 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /josdirksen/chapter-01/readme.md: -------------------------------------------------------------------------------- 1 | 2 | 章节一 知识点 -------------------------------------------------------------------------------- /josdirksen/chapter-04/P69-4.1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | blending 材质的融合属性 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /josdirksen/readme.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | 参考书籍:Three.js 开发指南 第2版 4 | 5 | 参考地址:https://github.com/josdirksen/learning-threejs -------------------------------------------------------------------------------- /lib/js/Detector.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @author alteredq / http://alteredqualia.com/ 3 | * @author mr.doob / http://mrdoob.com/ 4 | */ 5 | 6 | var Detector = { 7 | 8 | canvas: !! window.CanvasRenderingContext2D, 9 | webgl: ( function () { 10 | 11 | try { 12 | 13 | var canvas = document.createElement( 'canvas' ); return !! ( window.WebGLRenderingContext && ( canvas.getContext( 'webgl' ) || canvas.getContext( 'experimental-webgl' ) ) ); 14 | 15 | } catch ( e ) { 16 | 17 | return false; 18 | 19 | } 20 | 21 | } )(), 22 | workers: !! window.Worker, 23 | fileapi: window.File && window.FileReader && window.FileList && window.Blob, 24 | 25 | getWebGLErrorMessage: function () { 26 | 27 | var element = document.createElement( 'div' ); 28 | element.id = 'webgl-error-message'; 29 | element.style.fontFamily = 'monospace'; 30 | element.style.fontSize = '13px'; 31 | element.style.fontWeight = 'normal'; 32 | element.style.textAlign = 'center'; 33 | element.style.background = '#fff'; 34 | element.style.color = '#000'; 35 | element.style.padding = '1.5em'; 36 | element.style.width = '400px'; 37 | element.style.margin = '5em auto 0'; 38 | 39 | if ( ! this.webgl ) { 40 | 41 | element.innerHTML = window.WebGLRenderingContext ? [ 42 | 'Your graphics card does not seem to support WebGL.
', 43 | 'Find out how to get it here.' 44 | ].join( '\n' ) : [ 45 | 'Your browser does not seem to support WebGL.
', 46 | 'Find out how to get it here.' 47 | ].join( '\n' ); 48 | 49 | } 50 | 51 | return element; 52 | 53 | }, 54 | 55 | addGetWebGLMessage: function ( parameters ) { 56 | 57 | var parent, id, element; 58 | 59 | parameters = parameters || {}; 60 | 61 | parent = parameters.parent !== undefined ? parameters.parent : document.body; 62 | id = parameters.id !== undefined ? parameters.id : 'oldie'; 63 | 64 | element = Detector.getWebGLErrorMessage(); 65 | element.id = id; 66 | 67 | parent.appendChild( element ); 68 | 69 | } 70 | 71 | }; 72 | 73 | // browserify support 74 | if ( typeof module === 'object' ) { 75 | 76 | module.exports = Detector; 77 | 78 | } 79 | -------------------------------------------------------------------------------- /lib/js/ImprovedNoise.js: -------------------------------------------------------------------------------- 1 | // http://mrl.nyu.edu/~perlin/noise/ 2 | 3 | var ImprovedNoise = function () { 4 | 5 | var p = [ 151,160,137,91,90,15,131,13,201,95,96,53,194,233,7,225,140,36,103,30,69,142,8,99,37,240,21,10, 6 | 23,190,6,148,247,120,234,75,0,26,197,62,94,252,219,203,117,35,11,32,57,177,33,88,237,149,56,87, 7 | 174,20,125,136,171,168,68,175,74,165,71,134,139,48,27,166,77,146,158,231,83,111,229,122,60,211, 8 | 133,230,220,105,92,41,55,46,245,40,244,102,143,54,65,25,63,161,1,216,80,73,209,76,132,187,208, 9 | 89,18,169,200,196,135,130,116,188,159,86,164,100,109,198,173,186,3,64,52,217,226,250,124,123,5, 10 | 202,38,147,118,126,255,82,85,212,207,206,59,227,47,16,58,17,182,189,28,42,223,183,170,213,119, 11 | 248,152,2,44,154,163,70,221,153,101,155,167,43,172,9,129,22,39,253,19,98,108,110,79,113,224,232, 12 | 178,185,112,104,218,246,97,228,251,34,242,193,238,210,144,12,191,179,162,241,81,51,145,235,249, 13 | 14,239,107,49,192,214,31,181,199,106,157,184,84,204,176,115,121,50,45,127,4,150,254,138,236,205, 14 | 93,222,114,67,29,24,72,243,141,128,195,78,66,215,61,156,180 ]; 15 | 16 | for (var i = 0; i < 256 ; i ++) { 17 | 18 | p[256 + i] = p[i]; 19 | 20 | } 21 | 22 | function fade(t) { 23 | 24 | return t * t * t * (t * (t * 6 - 15) + 10); 25 | 26 | } 27 | 28 | function lerp(t, a, b) { 29 | 30 | return a + t * (b - a); 31 | 32 | } 33 | 34 | function grad(hash, x, y, z) { 35 | 36 | var h = hash & 15; 37 | var u = h < 8 ? x : y, v = h < 4 ? y : h == 12 || h == 14 ? x : z; 38 | return ((h&1) == 0 ? u : -u) + ((h&2) == 0 ? v : -v); 39 | 40 | } 41 | 42 | return { 43 | 44 | noise: function (x, y, z) { 45 | 46 | var floorX = Math.floor(x), floorY = Math.floor(y), floorZ = Math.floor(z); 47 | 48 | var X = floorX & 255, Y = floorY & 255, Z = floorZ & 255; 49 | 50 | x -= floorX; 51 | y -= floorY; 52 | z -= floorZ; 53 | 54 | var xMinus1 = x - 1, yMinus1 = y - 1, zMinus1 = z - 1; 55 | 56 | var u = fade(x), v = fade(y), w = fade(z); 57 | 58 | var A = p[X] + Y, AA = p[A] + Z, AB = p[A + 1] + Z, B = p[X + 1] + Y, BA = p[B] + Z, BB = p[B + 1] + Z; 59 | 60 | return lerp(w, lerp(v, lerp(u, grad(p[AA], x, y, z), 61 | grad(p[BA], xMinus1, y, z)), 62 | lerp(u, grad(p[AB], x, yMinus1, z), 63 | grad(p[BB], xMinus1, yMinus1, z))), 64 | lerp(v, lerp(u, grad(p[AA + 1], x, y, zMinus1), 65 | grad(p[BA + 1], xMinus1, y, z - 1)), 66 | lerp(u, grad(p[AB + 1], x, yMinus1, zMinus1), 67 | grad(p[BB + 1], xMinus1, yMinus1, zMinus1)))); 68 | 69 | } 70 | } 71 | }; 72 | -------------------------------------------------------------------------------- /lib/js/controls/readme.md: -------------------------------------------------------------------------------- 1 | controls 2 | -------------------------------------------------------------------------------- /lib/js/libs/inflate.min.js: -------------------------------------------------------------------------------- 1 | /** @license zlib.js 2012 - imaya [ https://github.com/imaya/zlib.js ] The MIT License */(function() {'use strict';var l=void 0,aa=this;function r(c,d){var a=c.split("."),b=aa;!(a[0]in b)&&b.execScript&&b.execScript("var "+a[0]);for(var e;a.length&&(e=a.shift());)!a.length&&d!==l?b[e]=d:b=b[e]?b[e]:b[e]={}};var t="undefined"!==typeof Uint8Array&&"undefined"!==typeof Uint16Array&&"undefined"!==typeof Uint32Array&&"undefined"!==typeof DataView;function v(c){var d=c.length,a=0,b=Number.POSITIVE_INFINITY,e,f,g,h,k,m,n,p,s,x;for(p=0;pa&&(a=c[p]),c[p]>=1;x=g<<16|p;for(s=m;s>>=1;switch(c){case 0:var d=this.input,a=this.a,b=this.c,e=this.b,f=d.length,g=l,h=l,k=b.length,m=l;this.d=this.f=0;if(a+1>=f)throw Error("invalid uncompressed block header: LEN");g=d[a++]|d[a++]<<8;if(a+1>=f)throw Error("invalid uncompressed block header: NLEN");h=d[a++]|d[a++]<<8;if(g===~h)throw Error("invalid uncompressed block header: length verify");if(a+g>d.length)throw Error("input buffer is broken");switch(this.i){case A:for(;e+ 4 | g>b.length;){m=k-e;g-=m;if(t)b.set(d.subarray(a,a+m),e),e+=m,a+=m;else for(;m--;)b[e++]=d[a++];this.b=e;b=this.e();e=this.b}break;case y:for(;e+g>b.length;)b=this.e({p:2});break;default:throw Error("invalid inflate mode");}if(t)b.set(d.subarray(a,a+g),e),e+=g,a+=g;else for(;g--;)b[e++]=d[a++];this.a=a;this.b=e;this.c=b;break;case 1:this.j(ba,ca);break;case 2:for(var n=C(this,5)+257,p=C(this,5)+1,s=C(this,4)+4,x=new (t?Uint8Array:Array)(D.length),S=l,T=l,U=l,u=l,M=l,F=l,z=l,q=l,V=l,q=0;q=P?8:255>=P?9:279>=P?7:8;var ba=v(O),Q=new (t?Uint8Array:Array)(30),R,ga;R=0;for(ga=Q.length;R=g)throw Error("input buffer is broken");a|=e[f++]<>>d;c.d=b-d;c.a=f;return h} 8 | function E(c,d){for(var a=c.f,b=c.d,e=c.input,f=c.a,g=e.length,h=d[0],k=d[1],m,n;b=g);)a|=e[f++]<>>16;if(n>b)throw Error("invalid code length: "+n);c.f=a>>n;c.d=b-n;c.a=f;return m&65535} 9 | w.prototype.j=function(c,d){var a=this.c,b=this.b;this.o=c;for(var e=a.length-258,f,g,h,k;256!==(f=E(this,c));)if(256>f)b>=e&&(this.b=b,a=this.e(),b=this.b),a[b++]=f;else{g=f-257;k=I[g];0=e&&(this.b=b,a=this.e(),b=this.b);for(;k--;)a[b]=a[b++-h]}for(;8<=this.d;)this.d-=8,this.a--;this.b=b}; 10 | w.prototype.w=function(c,d){var a=this.c,b=this.b;this.o=c;for(var e=a.length,f,g,h,k;256!==(f=E(this,c));)if(256>f)b>=e&&(a=this.e(),e=a.length),a[b++]=f;else{g=f-257;k=I[g];0e&&(a=this.e(),e=a.length);for(;k--;)a[b]=a[b++-h]}for(;8<=this.d;)this.d-=8,this.a--;this.b=b}; 11 | w.prototype.e=function(){var c=new (t?Uint8Array:Array)(this.b-32768),d=this.b-32768,a,b,e=this.c;if(t)c.set(e.subarray(32768,c.length));else{a=0;for(b=c.length;aa;++a)e[a]=e[d+a];this.b=32768;return e}; 12 | w.prototype.z=function(c){var d,a=this.input.length/this.a+1|0,b,e,f,g=this.input,h=this.c;c&&("number"===typeof c.p&&(a=c.p),"number"===typeof c.u&&(a+=c.u));2>a?(b=(g.length-this.a)/this.o[2],f=258*(b/2)|0,e=fd&&(this.c.length=d),c=this.c);return this.buffer=c};function W(c,d){var a,b;this.input=c;this.a=0;if(d||!(d={}))d.index&&(this.a=d.index),d.verify&&(this.A=d.verify);a=c[this.a++];b=c[this.a++];switch(a&15){case ha:this.method=ha;break;default:throw Error("unsupported compression method");}if(0!==((a<<8)+b)%31)throw Error("invalid fcheck flag:"+((a<<8)+b)%31);if(b&32)throw Error("fdict flag is not supported");this.q=new w(c,{index:this.a,bufferSize:d.bufferSize,bufferType:d.bufferType,resize:d.resize})} 15 | W.prototype.k=function(){var c=this.input,d,a;d=this.q.k();this.a=this.q.a;if(this.A){a=(c[this.a++]<<24|c[this.a++]<<16|c[this.a++]<<8|c[this.a++])>>>0;var b=d;if("string"===typeof b){var e=b.split(""),f,g;f=0;for(g=e.length;f>>0;b=e}for(var h=1,k=0,m=b.length,n,p=0;0>>0)throw Error("invalid adler-32 checksum");}return d};var ha=8;r("Zlib.Inflate",W);r("Zlib.Inflate.prototype.decompress",W.prototype.k);var X={ADAPTIVE:B.s,BLOCK:B.t},Y,Z,$,ia;if(Object.keys)Y=Object.keys(X);else for(Z in Y=[],$=0,X)Y[$++]=Z;$=0;for(ia=Y.length;$e+1E3&&(r.update(1E3*a/(c-e),100),e=c,a=0,t)){var d=performance.memory;t.update(d.usedJSHeapSize/1048576,d.jsHeapSizeLimit/1048576)}return c},update:function(){g=this.end()},domElement:c,setMode:k}}; 4 | Stats.Panel=function(h,k,l){var c=Infinity,g=0,e=Math.round,a=e(window.devicePixelRatio||1),r=80*a,f=48*a,t=3*a,u=2*a,d=3*a,m=15*a,n=74*a,p=30*a,q=document.createElement("canvas");q.width=r;q.height=f;q.style.cssText="width:80px;height:48px";var b=q.getContext("2d");b.font="bold "+9*a+"px Helvetica,Arial,sans-serif";b.textBaseline="top";b.fillStyle=l;b.fillRect(0,0,r,f);b.fillStyle=k;b.fillText(h,t,u);b.fillRect(d,m,n,p);b.fillStyle=l;b.globalAlpha=.9;b.fillRect(d,m,n,p);return{dom:q,update:function(f, 5 | v){c=Math.min(c,f);g=Math.max(g,f);b.fillStyle=l;b.globalAlpha=1;b.fillRect(0,0,r,m);b.fillStyle=k;b.fillText(e(f)+" "+h+" ("+e(c)+"-"+e(g)+")",t,u);b.drawImage(q,d+a,m,n-a,p,d,m,n-a,p);b.fillRect(d+n-a,m,a,p);b.fillStyle=l;b.globalAlpha=.9;b.fillRect(d+n-a,m,a,e((1-f/v)*p))}}};"object"===typeof module&&(module.exports=Stats); 6 | -------------------------------------------------------------------------------- /lib/js/libs/system.min.js: -------------------------------------------------------------------------------- 1 | // system.js - http://github.com/mrdoob/system.js 2 | 'use strict';var System={browser:function(){var a=navigator.userAgent;return/Arora/i.test(a)?"Arora":/Chrome/i.test(a)?"Chrome":/Epiphany/i.test(a)?"Epiphany":/Firefox/i.test(a)?"Firefox":/Mobile(\/.*)? Safari/i.test(a)?"Mobile Safari":/MSIE/i.test(a)?"Internet Explorer":/Midori/i.test(a)?"Midori":/Opera/.test(a)?"Opera":/Safari/i.test(a)?"Safari":!1}(),os:function(){var a=navigator.userAgent;return/Android/i.test(a)?"Android":/CrOS/i.test(a)?"Chrome OS":/iP[ao]d|iPhone/i.test(a)?"iOS":/Linux/i.test(a)? 3 | "Linux":/Mac OS/i.test(a)?"Mac OS":/windows/i.test(a)?"Windows":!1}(),support:{canvas:!!window.CanvasRenderingContext2D,localStorage:function(){try{return!!window.localStorage.getItem}catch(a){return!1}}(),file:!!window.File&&!!window.FileReader&&!!window.FileList&&!!window.Blob,fileSystem:!!window.requestFileSystem||!!window.webkitRequestFileSystem,getUserMedia:!!window.navigator.getUserMedia||!!window.navigator.webkitGetUserMedia||!!window.navigator.mozGetUserMedia||!!window.navigator.msGetUserMedia, 4 | requestAnimationFrame:!!window.mozRequestAnimationFrame||!!window.webkitRequestAnimationFrame||!!window.oRequestAnimationFrame||!!window.msRequestAnimationFrame,sessionStorage:function(){try{return!!window.sessionStorage.getItem}catch(a){return!1}}(),webgl:function(){try{return!!window.WebGLRenderingContext&&!!document.createElement("canvas").getContext("experimental-webgl")}catch(a){return!1}}(),worker:!!window.Worker}}; 5 | -------------------------------------------------------------------------------- /lib/js/libs/tween.min.js: -------------------------------------------------------------------------------- 1 | // tween.js - http://github.com/sole/tween.js 2 | 'use strict';var TWEEN=TWEEN||function(){var a=[];return{REVISION:"7",getAll:function(){return a},removeAll:function(){a=[]},add:function(c){a.push(c)},remove:function(c){c=a.indexOf(c);-1!==c&&a.splice(c,1)},update:function(c){if(0===a.length)return!1;for(var b=0,d=a.length,c=void 0!==c?c:Date.now();b(a*=2)?0.5*a*a:-0.5*(--a*(a-2)-1)}},Cubic:{In:function(a){return a*a*a},Out:function(a){return--a*a*a+1},InOut:function(a){return 1>(a*=2)?0.5*a*a*a:0.5*((a-=2)*a*a+2)}},Quartic:{In:function(a){return a*a*a*a},Out:function(a){return 1- --a*a*a*a},InOut:function(a){return 1>(a*=2)?0.5*a*a*a*a:-0.5*((a-=2)*a*a*a-2)}},Quintic:{In:function(a){return a*a*a* 7 | a*a},Out:function(a){return--a*a*a*a*a+1},InOut:function(a){return 1>(a*=2)?0.5*a*a*a*a*a:0.5*((a-=2)*a*a*a*a+2)}},Sinusoidal:{In:function(a){return 1-Math.cos(a*Math.PI/2)},Out:function(a){return Math.sin(a*Math.PI/2)},InOut:function(a){return 0.5*(1-Math.cos(Math.PI*a))}},Exponential:{In:function(a){return 0===a?0:Math.pow(1024,a-1)},Out:function(a){return 1===a?1:1-Math.pow(2,-10*a)},InOut:function(a){return 0===a?0:1===a?1:1>(a*=2)?0.5*Math.pow(1024,a-1):0.5*(-Math.pow(2,-10*(a-1))+2)}},Circular:{In:function(a){return 1- 8 | Math.sqrt(1-a*a)},Out:function(a){return Math.sqrt(1- --a*a)},InOut:function(a){return 1>(a*=2)?-0.5*(Math.sqrt(1-a*a)-1):0.5*(Math.sqrt(1-(a-=2)*a)+1)}},Elastic:{In:function(a){var c,b=0.1;if(0===a)return 0;if(1===a)return 1;!b||1>b?(b=1,c=0.1):c=0.4*Math.asin(1/b)/(2*Math.PI);return-(b*Math.pow(2,10*(a-=1))*Math.sin((a-c)*2*Math.PI/0.4))},Out:function(a){var c,b=0.1;if(0===a)return 0;if(1===a)return 1;!b||1>b?(b=1,c=0.1):c=0.4*Math.asin(1/b)/(2*Math.PI);return b*Math.pow(2,-10*a)*Math.sin((a-c)* 9 | 2*Math.PI/0.4)+1},InOut:function(a){var c,b=0.1;if(0===a)return 0;if(1===a)return 1;!b||1>b?(b=1,c=0.1):c=0.4*Math.asin(1/b)/(2*Math.PI);return 1>(a*=2)?-0.5*b*Math.pow(2,10*(a-=1))*Math.sin((a-c)*2*Math.PI/0.4):0.5*b*Math.pow(2,-10*(a-=1))*Math.sin((a-c)*2*Math.PI/0.4)+1}},Back:{In:function(a){return a*a*(2.70158*a-1.70158)},Out:function(a){return--a*a*(2.70158*a+1.70158)+1},InOut:function(a){return 1>(a*=2)?0.5*a*a*(3.5949095*a-2.5949095):0.5*((a-=2)*a*(3.5949095*a+2.5949095)+2)}},Bounce:{In:function(a){return 1- 10 | TWEEN.Easing.Bounce.Out(1-a)},Out:function(a){return a<1/2.75?7.5625*a*a:a<2/2.75?7.5625*(a-=1.5/2.75)*a+0.75:a<2.5/2.75?7.5625*(a-=2.25/2.75)*a+0.9375:7.5625*(a-=2.625/2.75)*a+0.984375},InOut:function(a){return 0.5>a?0.5*TWEEN.Easing.Bounce.In(2*a):0.5*TWEEN.Easing.Bounce.Out(2*a-1)+0.5}}}; 11 | TWEEN.Interpolation={Linear:function(a,c){var b=a.length-1,d=b*c,e=Math.floor(d),f=TWEEN.Interpolation.Utils.Linear;return 0>c?f(a[0],a[1],d):1b?b:e+1],d-e)},Bezier:function(a,c){var b=0,d=a.length-1,e=Math.pow,f=TWEEN.Interpolation.Utils.Bernstein,h;for(h=0;h<=d;h++)b+=e(1-c,d-h)*e(c,h)*a[h]*f(d,h);return b},CatmullRom:function(a,c){var b=a.length-1,d=b*c,e=Math.floor(d),f=TWEEN.Interpolation.Utils.CatmullRom;return a[0]===a[b]?(0>c&&(e=Math.floor(d=b*(1+c))),f(a[(e- 12 | 1+b)%b],a[e],a[(e+1)%b],a[(e+2)%b],d-e)):0>c?a[0]-(f(a[0],a[0],a[1],a[1],-d)-a[0]):1> 8 ) & 0xff, 69 | ( value >> 16 ) & 0xff, 70 | ( value >> 24 ) & 0xff 71 | ); 72 | 73 | } 74 | 75 | function loadARGBMip( buffer, dataOffset, width, height ) { 76 | 77 | var dataLength = width * height * 4; 78 | var srcBuffer = new Uint8Array( buffer, dataOffset, dataLength ); 79 | var byteArray = new Uint8Array( dataLength ); 80 | var dst = 0; 81 | var src = 0; 82 | for ( var y = 0; y < height; y ++ ) { 83 | 84 | for ( var x = 0; x < width; x ++ ) { 85 | 86 | var b = srcBuffer[ src ]; src ++; 87 | var g = srcBuffer[ src ]; src ++; 88 | var r = srcBuffer[ src ]; src ++; 89 | var a = srcBuffer[ src ]; src ++; 90 | byteArray[ dst ] = r; dst ++; //r 91 | byteArray[ dst ] = g; dst ++; //g 92 | byteArray[ dst ] = b; dst ++; //b 93 | byteArray[ dst ] = a; dst ++; //a 94 | 95 | } 96 | 97 | } 98 | return byteArray; 99 | 100 | } 101 | 102 | var FOURCC_DXT1 = fourCCToInt32( "DXT1" ); 103 | var FOURCC_DXT3 = fourCCToInt32( "DXT3" ); 104 | var FOURCC_DXT5 = fourCCToInt32( "DXT5" ); 105 | var FOURCC_ETC1 = fourCCToInt32( "ETC1" ); 106 | 107 | var headerLengthInt = 31; // The header length in 32 bit ints 108 | 109 | // Offsets into the header array 110 | 111 | var off_magic = 0; 112 | 113 | var off_size = 1; 114 | var off_flags = 2; 115 | var off_height = 3; 116 | var off_width = 4; 117 | 118 | var off_mipmapCount = 7; 119 | 120 | var off_pfFlags = 20; 121 | var off_pfFourCC = 21; 122 | var off_RGBBitCount = 22; 123 | var off_RBitMask = 23; 124 | var off_GBitMask = 24; 125 | var off_BBitMask = 25; 126 | var off_ABitMask = 26; 127 | 128 | var off_caps = 27; 129 | var off_caps2 = 28; 130 | var off_caps3 = 29; 131 | var off_caps4 = 30; 132 | 133 | // Parse header 134 | 135 | var header = new Int32Array( buffer, 0, headerLengthInt ); 136 | 137 | if ( header[ off_magic ] !== DDS_MAGIC ) { 138 | 139 | console.error( 'THREE.DDSLoader.parse: Invalid magic number in DDS header.' ); 140 | return dds; 141 | 142 | } 143 | 144 | if ( ! header[ off_pfFlags ] & DDPF_FOURCC ) { 145 | 146 | console.error( 'THREE.DDSLoader.parse: Unsupported format, must contain a FourCC code.' ); 147 | return dds; 148 | 149 | } 150 | 151 | var blockBytes; 152 | 153 | var fourCC = header[ off_pfFourCC ]; 154 | 155 | var isRGBAUncompressed = false; 156 | 157 | switch ( fourCC ) { 158 | 159 | case FOURCC_DXT1: 160 | 161 | blockBytes = 8; 162 | dds.format = THREE.RGB_S3TC_DXT1_Format; 163 | break; 164 | 165 | case FOURCC_DXT3: 166 | 167 | blockBytes = 16; 168 | dds.format = THREE.RGBA_S3TC_DXT3_Format; 169 | break; 170 | 171 | case FOURCC_DXT5: 172 | 173 | blockBytes = 16; 174 | dds.format = THREE.RGBA_S3TC_DXT5_Format; 175 | break; 176 | 177 | case FOURCC_ETC1: 178 | 179 | blockBytes = 8; 180 | dds.format = THREE.RGB_ETC1_Format; 181 | break; 182 | 183 | default: 184 | 185 | if ( header[ off_RGBBitCount ] === 32 186 | && header[ off_RBitMask ] & 0xff0000 187 | && header[ off_GBitMask ] & 0xff00 188 | && header[ off_BBitMask ] & 0xff 189 | && header[ off_ABitMask ] & 0xff000000 ) { 190 | 191 | isRGBAUncompressed = true; 192 | blockBytes = 64; 193 | dds.format = THREE.RGBAFormat; 194 | 195 | } else { 196 | 197 | console.error( 'THREE.DDSLoader.parse: Unsupported FourCC code ', int32ToFourCC( fourCC ) ); 198 | return dds; 199 | 200 | } 201 | 202 | } 203 | 204 | dds.mipmapCount = 1; 205 | 206 | if ( header[ off_flags ] & DDSD_MIPMAPCOUNT && loadMipmaps !== false ) { 207 | 208 | dds.mipmapCount = Math.max( 1, header[ off_mipmapCount ] ); 209 | 210 | } 211 | 212 | var caps2 = header[ off_caps2 ]; 213 | dds.isCubemap = caps2 & DDSCAPS2_CUBEMAP ? true : false; 214 | if ( dds.isCubemap && ( 215 | ! ( caps2 & DDSCAPS2_CUBEMAP_POSITIVEX ) || 216 | ! ( caps2 & DDSCAPS2_CUBEMAP_NEGATIVEX ) || 217 | ! ( caps2 & DDSCAPS2_CUBEMAP_POSITIVEY ) || 218 | ! ( caps2 & DDSCAPS2_CUBEMAP_NEGATIVEY ) || 219 | ! ( caps2 & DDSCAPS2_CUBEMAP_POSITIVEZ ) || 220 | ! ( caps2 & DDSCAPS2_CUBEMAP_NEGATIVEZ ) 221 | ) ) { 222 | 223 | console.error( 'THREE.DDSLoader.parse: Incomplete cubemap faces' ); 224 | return dds; 225 | 226 | } 227 | 228 | dds.width = header[ off_width ]; 229 | dds.height = header[ off_height ]; 230 | 231 | var dataOffset = header[ off_size ] + 4; 232 | 233 | // Extract mipmaps buffers 234 | 235 | var faces = dds.isCubemap ? 6 : 1; 236 | 237 | for ( var face = 0; face < faces; face ++ ) { 238 | 239 | var width = dds.width; 240 | var height = dds.height; 241 | 242 | for ( var i = 0; i < dds.mipmapCount; i ++ ) { 243 | 244 | if ( isRGBAUncompressed ) { 245 | 246 | var byteArray = loadARGBMip( buffer, dataOffset, width, height ); 247 | var dataLength = byteArray.length; 248 | 249 | } else { 250 | 251 | var dataLength = Math.max( 4, width ) / 4 * Math.max( 4, height ) / 4 * blockBytes; 252 | var byteArray = new Uint8Array( buffer, dataOffset, dataLength ); 253 | 254 | } 255 | 256 | var mipmap = { "data": byteArray, "width": width, "height": height }; 257 | dds.mipmaps.push( mipmap ); 258 | 259 | dataOffset += dataLength; 260 | 261 | width = Math.max( width >> 1, 1 ); 262 | height = Math.max( height >> 1, 1 ); 263 | 264 | } 265 | 266 | } 267 | 268 | return dds; 269 | 270 | }; 271 | -------------------------------------------------------------------------------- /lib/js/loaders/readme.md: -------------------------------------------------------------------------------- 1 | loaders 2 | -------------------------------------------------------------------------------- /lib/js/objects/readme.md: -------------------------------------------------------------------------------- 1 | objects 2 | -------------------------------------------------------------------------------- /lib/js/renderers/CSS3DRenderer.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Based on http://www.emagix.net/academic/mscs-project/item/camera-sync-with-css3-and-webgl-threejs 3 | * @author mrdoob / http://mrdoob.com/ 4 | */ 5 | 6 | THREE.CSS3DObject = function ( element ) { 7 | 8 | THREE.Object3D.call( this ); 9 | 10 | this.element = element; 11 | this.element.style.position = 'absolute'; 12 | 13 | this.addEventListener( 'removed', function () { 14 | 15 | if ( this.element.parentNode !== null ) { 16 | 17 | this.element.parentNode.removeChild( this.element ); 18 | 19 | } 20 | 21 | } ); 22 | 23 | }; 24 | 25 | THREE.CSS3DObject.prototype = Object.create( THREE.Object3D.prototype ); 26 | THREE.CSS3DObject.prototype.constructor = THREE.CSS3DObject; 27 | 28 | THREE.CSS3DSprite = function ( element ) { 29 | 30 | THREE.CSS3DObject.call( this, element ); 31 | 32 | }; 33 | 34 | THREE.CSS3DSprite.prototype = Object.create( THREE.CSS3DObject.prototype ); 35 | THREE.CSS3DSprite.prototype.constructor = THREE.CSS3DSprite; 36 | 37 | // 38 | 39 | THREE.CSS3DRenderer = function () { 40 | 41 | console.log( 'THREE.CSS3DRenderer', THREE.REVISION ); 42 | 43 | var _width, _height; 44 | var _widthHalf, _heightHalf; 45 | 46 | var matrix = new THREE.Matrix4(); 47 | 48 | var cache = { 49 | camera: { fov: 0, style: '' }, 50 | objects: {} 51 | }; 52 | 53 | var domElement = document.createElement( 'div' ); 54 | domElement.style.overflow = 'hidden'; 55 | 56 | this.domElement = domElement; 57 | 58 | var cameraElement = document.createElement( 'div' ); 59 | 60 | cameraElement.style.WebkitTransformStyle = 'preserve-3d'; 61 | cameraElement.style.MozTransformStyle = 'preserve-3d'; 62 | cameraElement.style.transformStyle = 'preserve-3d'; 63 | 64 | domElement.appendChild( cameraElement ); 65 | 66 | var isIE = /Trident/i.test( navigator.userAgent ); 67 | 68 | this.getSize = function () { 69 | 70 | return { 71 | width: _width, 72 | height: _height 73 | }; 74 | 75 | }; 76 | 77 | this.setSize = function ( width, height ) { 78 | 79 | _width = width; 80 | _height = height; 81 | _widthHalf = _width / 2; 82 | _heightHalf = _height / 2; 83 | 84 | domElement.style.width = width + 'px'; 85 | domElement.style.height = height + 'px'; 86 | 87 | cameraElement.style.width = width + 'px'; 88 | cameraElement.style.height = height + 'px'; 89 | 90 | }; 91 | 92 | function epsilon( value ) { 93 | 94 | return Math.abs( value ) < 1e-10 ? 0 : value; 95 | 96 | } 97 | 98 | function getCameraCSSMatrix( matrix ) { 99 | 100 | var elements = matrix.elements; 101 | 102 | return 'matrix3d(' + 103 | epsilon( elements[ 0 ] ) + ',' + 104 | epsilon( - elements[ 1 ] ) + ',' + 105 | epsilon( elements[ 2 ] ) + ',' + 106 | epsilon( elements[ 3 ] ) + ',' + 107 | epsilon( elements[ 4 ] ) + ',' + 108 | epsilon( - elements[ 5 ] ) + ',' + 109 | epsilon( elements[ 6 ] ) + ',' + 110 | epsilon( elements[ 7 ] ) + ',' + 111 | epsilon( elements[ 8 ] ) + ',' + 112 | epsilon( - elements[ 9 ] ) + ',' + 113 | epsilon( elements[ 10 ] ) + ',' + 114 | epsilon( elements[ 11 ] ) + ',' + 115 | epsilon( elements[ 12 ] ) + ',' + 116 | epsilon( - elements[ 13 ] ) + ',' + 117 | epsilon( elements[ 14 ] ) + ',' + 118 | epsilon( elements[ 15 ] ) + 119 | ')'; 120 | 121 | } 122 | 123 | function getObjectCSSMatrix( matrix, cameraCSSMatrix ) { 124 | 125 | var elements = matrix.elements; 126 | var matrix3d = 'matrix3d(' + 127 | epsilon( elements[ 0 ] ) + ',' + 128 | epsilon( elements[ 1 ] ) + ',' + 129 | epsilon( elements[ 2 ] ) + ',' + 130 | epsilon( elements[ 3 ] ) + ',' + 131 | epsilon( - elements[ 4 ] ) + ',' + 132 | epsilon( - elements[ 5 ] ) + ',' + 133 | epsilon( - elements[ 6 ] ) + ',' + 134 | epsilon( - elements[ 7 ] ) + ',' + 135 | epsilon( elements[ 8 ] ) + ',' + 136 | epsilon( elements[ 9 ] ) + ',' + 137 | epsilon( elements[ 10 ] ) + ',' + 138 | epsilon( elements[ 11 ] ) + ',' + 139 | epsilon( elements[ 12 ] ) + ',' + 140 | epsilon( elements[ 13 ] ) + ',' + 141 | epsilon( elements[ 14 ] ) + ',' + 142 | epsilon( elements[ 15 ] ) + 143 | ')'; 144 | 145 | if ( isIE ) { 146 | 147 | return 'translate(-50%,-50%)' + 148 | 'translate(' + _widthHalf + 'px,' + _heightHalf + 'px)' + 149 | cameraCSSMatrix + 150 | matrix3d; 151 | 152 | } 153 | 154 | return 'translate(-50%,-50%)' + matrix3d; 155 | 156 | } 157 | 158 | function renderObject( object, camera, cameraCSSMatrix ) { 159 | 160 | if ( object instanceof THREE.CSS3DObject ) { 161 | 162 | var style; 163 | 164 | if ( object instanceof THREE.CSS3DSprite ) { 165 | 166 | // http://swiftcoder.wordpress.com/2008/11/25/constructing-a-billboard-matrix/ 167 | 168 | matrix.copy( camera.matrixWorldInverse ); 169 | matrix.transpose(); 170 | matrix.copyPosition( object.matrixWorld ); 171 | matrix.scale( object.scale ); 172 | 173 | matrix.elements[ 3 ] = 0; 174 | matrix.elements[ 7 ] = 0; 175 | matrix.elements[ 11 ] = 0; 176 | matrix.elements[ 15 ] = 1; 177 | 178 | style = getObjectCSSMatrix( matrix, cameraCSSMatrix ); 179 | 180 | } else { 181 | 182 | style = getObjectCSSMatrix( object.matrixWorld, cameraCSSMatrix ); 183 | 184 | } 185 | 186 | var element = object.element; 187 | var cachedStyle = cache.objects[ object.id ] && cache.objects[ object.id ].style; 188 | 189 | if ( cachedStyle === undefined || cachedStyle !== style ) { 190 | 191 | element.style.WebkitTransform = style; 192 | element.style.MozTransform = style; 193 | element.style.transform = style; 194 | 195 | cache.objects[ object.id ] = { style: style }; 196 | 197 | if ( isIE ) { 198 | 199 | cache.objects[ object.id ].distanceToCameraSquared = getDistanceToSquared( camera, object ); 200 | 201 | } 202 | 203 | } 204 | 205 | if ( element.parentNode !== cameraElement ) { 206 | 207 | cameraElement.appendChild( element ); 208 | 209 | } 210 | 211 | } 212 | 213 | for ( var i = 0, l = object.children.length; i < l; i ++ ) { 214 | 215 | renderObject( object.children[ i ], camera, cameraCSSMatrix ); 216 | 217 | } 218 | 219 | } 220 | 221 | var getDistanceToSquared = function () { 222 | 223 | var a = new THREE.Vector3(); 224 | var b = new THREE.Vector3(); 225 | 226 | return function ( object1, object2 ) { 227 | 228 | a.setFromMatrixPosition( object1.matrixWorld ); 229 | b.setFromMatrixPosition( object2.matrixWorld ); 230 | 231 | return a.distanceToSquared( b ); 232 | 233 | }; 234 | 235 | }(); 236 | 237 | function zOrder( scene ) { 238 | 239 | var order = Object.keys( cache.objects ).sort( function ( a, b ) { 240 | 241 | return cache.objects[ a ].distanceToCameraSquared - cache.objects[ b ].distanceToCameraSquared; 242 | 243 | } ); 244 | var zMax = order.length; 245 | 246 | scene.traverse( function ( object ) { 247 | 248 | var index = order.indexOf( object.id + '' ); 249 | 250 | if ( index !== - 1 ) { 251 | 252 | object.element.style.zIndex = zMax - index; 253 | 254 | } 255 | 256 | } ); 257 | 258 | } 259 | 260 | this.render = function ( scene, camera ) { 261 | 262 | var fov = camera.projectionMatrix.elements[ 5 ] * _heightHalf; 263 | 264 | if ( cache.camera.fov !== fov ) { 265 | 266 | domElement.style.WebkitPerspective = fov + 'px'; 267 | domElement.style.MozPerspective = fov + 'px'; 268 | domElement.style.perspective = fov + 'px'; 269 | 270 | cache.camera.fov = fov; 271 | 272 | } 273 | 274 | scene.updateMatrixWorld(); 275 | 276 | if ( camera.parent === null ) camera.updateMatrixWorld(); 277 | 278 | var cameraCSSMatrix = 'translateZ(' + fov + 'px)' + 279 | getCameraCSSMatrix( camera.matrixWorldInverse ); 280 | 281 | var style = cameraCSSMatrix + 282 | 'translate(' + _widthHalf + 'px,' + _heightHalf + 'px)'; 283 | 284 | if ( cache.camera.style !== style && ! isIE ) { 285 | 286 | cameraElement.style.WebkitTransform = style; 287 | cameraElement.style.MozTransform = style; 288 | cameraElement.style.transform = style; 289 | 290 | cache.camera.style = style; 291 | 292 | } 293 | 294 | renderObject( scene, camera, cameraCSSMatrix ); 295 | 296 | if ( isIE ) { 297 | 298 | // IE10 and 11 does not support 'preserve-3d'. 299 | // Thus, z-order in 3D will not work. 300 | // We have to calc z-order manually and set CSS z-index for IE. 301 | // FYI: z-index can't handle object intersection 302 | zOrder( scene ); 303 | 304 | } 305 | 306 | }; 307 | 308 | }; 309 | -------------------------------------------------------------------------------- /lib/readme.md: -------------------------------------------------------------------------------- 1 | lib 2 | -------------------------------------------------------------------------------- /main/readme.md: -------------------------------------------------------------------------------- 1 | three.js r91 2 | -------------------------------------------------------------------------------- /main/three.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/main/three.js -------------------------------------------------------------------------------- /test/test1-panorama/canvas_panorama.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | canvas_renderer-panorama 6 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 242 | 243 | 244 | -------------------------------------------------------------------------------- /test/test1-panorama/cube_mapping.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | three.js webgl - materials - cube reflection / refraction [Walt] 5 | 6 | 7 | 27 | 28 | 29 | 30 | 31 |
32 |
33 | 34 |
35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 170 | 171 | 172 | 173 | -------------------------------------------------------------------------------- /test/test1-panorama/cube_panorama.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | three.js webgl - mesh map 7 | 8 | 9 | 24 | 25 | 26 | 27 | 28 |
29 | 31 |
32 | 110 | 111 | 112 | 113 | -------------------------------------------------------------------------------- /test/test1-panorama/dynamic-envmap.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | dynamic-envmap 6 | 7 | 8 | 9 | 10 | 16 | 17 | 18 | 19 | 167 | 168 | 169 | -------------------------------------------------------------------------------- /test/test1-panorama/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | three.js css3d - test_panorama 7 | 8 | 9 | 30 | 31 | 32 | 33 | 34 |
35 | Code-- 36 | Video 37 |
38 | 224 | 225 | 226 | -------------------------------------------------------------------------------- /test/test1-panorama/index2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | three.js css3d - test_panorama 6 | 7 | 8 | 29 | 30 | 31 | 32 | 33 |
34 | Code-- 35 | panorama2 36 | --panorama1 37 | 38 |
39 | 239 | 240 | 241 | -------------------------------------------------------------------------------- /test/test1-panorama/readme.md: -------------------------------------------------------------------------------- 1 | 实习任务-全景实现 2 | 3 | 3.19   单个全景实现 
4 | way :css3d
5 | code: https://github.com/Thinkia/threejs_/blob/master/test/test1-panorama/index.html
6 | demo: https://thinkia.github.io/threejs_/test/test1-panorama/index.html
7 | blog: http://www.cnblogs.com/Thinkia/p/8605483.html
8 | 9 | 3.20 a全景切换到b全景
10 | way : css3d
11 | code: https://github.com/Thinkia/threejs_/blob/master/test/test1-panorama/index2.html
12 | demo: https://thinkia.github.io/threejs_/test/test1-panorama/index2.html
13 | blog: http://www.cnblogs.com/Thinkia/p/8612657.html
14 | 15 | 3.21  采用正方体六面贴图方式实现全景
16 | way: cube_textures - push
17 | code:https://github.com/Thinkia/threejs_/blob/master/test/test1-panorama/cube_panorama.html
18 | demo:https://thinkia.github.io/threejs_/test/test1-panorama/cube_panorama.html
19 | 20 | way: cube_textures - cubetexturesloader()
21 | code:https://github.com/Thinkia/threejs_/blob/master/test/test1-panorama/cube_mapping.html
22 | demo: https://thinkia.github.io/threejs_/test/test1-panorama/cube_mapping.html
23 | blog: https://thinkia.github.io/threejs_/blog/2018-3/cube-textures.pdf
24 | 25 | 3.23  镜面全景
26 | way: plane-panorama
27 | code:https://github.com/Thinkia/threejs_/blob/master/test/test1-panorama/plane-panorama.html
28 | demo:https://thinkia.github.io/threejs_/test/test1-panorama/plane-panorama.html
29 | blog:https://github.com/Thinkia/threejs_/blob/master/blog/2018-3/plane-panorama.pdf
30 | 31 | 3.26 球全景
32 | way : canvas
33 | code: https://github.com/Thinkia/threejs_/blob/master/test/test1-panorama/canvas_panorama.html
34 | demo: https://thinkia.github.io/threejs_/test/test1-panorama/canvas_panorama.html
35 | blog: https://github.com/Thinkia/threejs_/blob/master/blog/2018-3/3.26_canvas-panorama.docx
36 | 37 | 38 | 3.27 全景中加载其他模型
39 | way: dynamic- envmap
40 | code: https://github.com/Thinkia/threejs_/blob/master/test/test1-panorama/dynamic-envmap.html
41 | demo: https://thinkia.github.io/threejs_/test/test1-panorama/dynamic-envmap.html
42 | blog:
43 | 44 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /test/test1-panorama/textures/negx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test1-panorama/textures/negx.jpg -------------------------------------------------------------------------------- /test/test1-panorama/textures/negy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test1-panorama/textures/negy.jpg -------------------------------------------------------------------------------- /test/test1-panorama/textures/negz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test1-panorama/textures/negz.jpg -------------------------------------------------------------------------------- /test/test1-panorama/textures/posx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test1-panorama/textures/posx.jpg -------------------------------------------------------------------------------- /test/test1-panorama/textures/posy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test1-panorama/textures/posy.jpg -------------------------------------------------------------------------------- /test/test1-panorama/textures/posz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test1-panorama/textures/posz.jpg -------------------------------------------------------------------------------- /test/test1-panorama/textures/readme.md: -------------------------------------------------------------------------------- 1 | Author 2 | ====== 3 | 4 | This is the work of Emil Persson, aka Humus. 5 | http://www.humus.name 6 | 7 | 8 | 9 | License 10 | ======= 11 | 12 | This work is licensed under a Creative Commons Attribution 3.0 Unported License. 13 | http://creativecommons.org/licenses/by/3.0/ 14 | 15 | 16 | 素材源自网上,仅供练习使用; 17 | -------------------------------------------------------------------------------- /test/test1-panorama/textures2/negx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test1-panorama/textures2/negx.jpg -------------------------------------------------------------------------------- /test/test1-panorama/textures2/negy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test1-panorama/textures2/negy.jpg -------------------------------------------------------------------------------- /test/test1-panorama/textures2/negz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test1-panorama/textures2/negz.jpg -------------------------------------------------------------------------------- /test/test1-panorama/textures2/posx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test1-panorama/textures2/posx.jpg -------------------------------------------------------------------------------- /test/test1-panorama/textures2/posy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test1-panorama/textures2/posy.jpg -------------------------------------------------------------------------------- /test/test1-panorama/textures2/posz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test1-panorama/textures2/posz.jpg -------------------------------------------------------------------------------- /test/test1-panorama/textures2/readme.md: -------------------------------------------------------------------------------- 1 | textures2 2 | -------------------------------------------------------------------------------- /test/test1-panorama/textures2/readme.txt: -------------------------------------------------------------------------------- 1 | Author 2 | ====== 3 | 4 | This is the work of Emil Persson, aka Humus. 5 | http://www.humus.name 6 | 7 | 8 | 9 | License 10 | ======= 11 | 12 | This work is licensed under a Creative Commons Attribution 3.0 Unported License. 13 | http://creativecommons.org/licenses/by/3.0/ 14 | -------------------------------------------------------------------------------- /test/test1-panorama/textures3/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test1-panorama/textures3/1.jpg -------------------------------------------------------------------------------- /test/test1-panorama/textures3/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test1-panorama/textures3/2.jpg -------------------------------------------------------------------------------- /test/test1-panorama/textures3/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test1-panorama/textures3/3.jpg -------------------------------------------------------------------------------- /test/test1-panorama/textures3/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test1-panorama/textures3/4.jpg -------------------------------------------------------------------------------- /test/test1-panorama/textures3/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test1-panorama/textures3/5.jpg -------------------------------------------------------------------------------- /test/test1-panorama/textures3/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test1-panorama/textures3/6.jpg -------------------------------------------------------------------------------- /test/test1-panorama/textures3/readme.md: -------------------------------------------------------------------------------- 1 | textrues 2 | -------------------------------------------------------------------------------- /test/test2- uv/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | uv - test 6 | 7 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 154 | 155 | 156 | 157 | 158 | 159 | -------------------------------------------------------------------------------- /test/test2- uv/readme.md: -------------------------------------------------------------------------------- 1 | 3.22 uv 映射学习    
2 | way1: 1 cube -> 6 plane -> 12 triangle
3 | code:https://github.com/Thinkia/threejs_/edit/master/test/test2-%20uv/index.html
4 | demo:https://thinkia.github.io/threejs_/test/test2-%20uv/index.html
5 | 6 | way2: faceVertexUvs  顶点UV
7 | code:https://github.com/Thinkia/threejs_/blob/master/test/test2-%20uv/uv-mapping.html
8 | demo:https://thinkia.github.io/threejs_/test/test2-%20uv/uv-mapping.html
9 | 10 | blog:http://www.cnblogs.com/Thinkia/p/8629229.html 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /test/test2- uv/shaderMaterial.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | shaderMaterial 6 | 7 | 8 | 9 | 16 | 17 | 18 | 19 | 153 | 154 | 155 | -------------------------------------------------------------------------------- /test/test2- uv/textures/ash_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test2- uv/textures/ash_01.jpg -------------------------------------------------------------------------------- /test/test2- uv/textures/negx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test2- uv/textures/negx.jpg -------------------------------------------------------------------------------- /test/test2- uv/textures/negy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test2- uv/textures/negy.jpg -------------------------------------------------------------------------------- /test/test2- uv/textures/negz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test2- uv/textures/negz.jpg -------------------------------------------------------------------------------- /test/test2- uv/textures/posx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test2- uv/textures/posx.jpg -------------------------------------------------------------------------------- /test/test2- uv/textures/posy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test2- uv/textures/posy.jpg -------------------------------------------------------------------------------- /test/test2- uv/textures/posz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test2- uv/textures/posz.jpg -------------------------------------------------------------------------------- /test/test2- uv/textures/readme.md: -------------------------------------------------------------------------------- 1 | textures 2 | -------------------------------------------------------------------------------- /test/test2- uv/textures/test.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test2- uv/textures/test.jpg -------------------------------------------------------------------------------- /test/test2- uv/textures/test1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test2- uv/textures/test1.jpg -------------------------------------------------------------------------------- /test/test2- uv/uv-mapping.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | uv-mapping 6 | 7 | 8 | 9 | 10 | 17 | 18 | 19 |
20 | 21 |
22 | 151 | 152 | 153 | 154 | -------------------------------------------------------------------------------- /test/test2- uv/uvPlane.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | uv - test 6 | 7 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 185 | 186 | 187 | 188 | 189 | 190 | -------------------------------------------------------------------------------- /test/test4- glsl/Pannorama_001_1_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test4- glsl/Pannorama_001_1_low.jpg -------------------------------------------------------------------------------- /test/test4- glsl/Pannorama_001_2_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test4- glsl/Pannorama_001_2_low.jpg -------------------------------------------------------------------------------- /test/test4- glsl/Pannorama_001_3_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test4- glsl/Pannorama_001_3_low.jpg -------------------------------------------------------------------------------- /test/test4- glsl/Pannorama_001_4_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test4- glsl/Pannorama_001_4_low.jpg -------------------------------------------------------------------------------- /test/test4- glsl/Pannorama_001_5_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test4- glsl/Pannorama_001_5_low.jpg -------------------------------------------------------------------------------- /test/test4- glsl/Pannorama_001_6_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test4- glsl/Pannorama_001_6_low.jpg -------------------------------------------------------------------------------- /test/test4- glsl/samplerCube.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 纹理投影测试 6 | 12 | 13 | 14 | 15 | 16 | 33 | 34 | 48 | 49 | 50 |
51 | 52 | 120 | 121 | 122 | -------------------------------------------------------------------------------- /test/test4- glsl/test1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test4- glsl/test1.jpg -------------------------------------------------------------------------------- /test/test5-projectorMatrix/512_001_1_00.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test5-projectorMatrix/512_001_1_00.jpg -------------------------------------------------------------------------------- /test/test5-projectorMatrix/512_001_2_00.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test5-projectorMatrix/512_001_2_00.jpg -------------------------------------------------------------------------------- /test/test5-projectorMatrix/512_001_3_00.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test5-projectorMatrix/512_001_3_00.jpg -------------------------------------------------------------------------------- /test/test5-projectorMatrix/512_001_4_00.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test5-projectorMatrix/512_001_4_00.jpg -------------------------------------------------------------------------------- /test/test5-projectorMatrix/512_001_5_00.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test5-projectorMatrix/512_001_5_00.jpg -------------------------------------------------------------------------------- /test/test5-projectorMatrix/512_001_6_00.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test5-projectorMatrix/512_001_6_00.jpg -------------------------------------------------------------------------------- /test/test5-projectorMatrix/Pannorama_001_1_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test5-projectorMatrix/Pannorama_001_1_low.jpg -------------------------------------------------------------------------------- /test/test5-projectorMatrix/Pannorama_001_2_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test5-projectorMatrix/Pannorama_001_2_low.jpg -------------------------------------------------------------------------------- /test/test5-projectorMatrix/Pannorama_001_3_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test5-projectorMatrix/Pannorama_001_3_low.jpg -------------------------------------------------------------------------------- /test/test5-projectorMatrix/Pannorama_001_4_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test5-projectorMatrix/Pannorama_001_4_low.jpg -------------------------------------------------------------------------------- /test/test5-projectorMatrix/Pannorama_001_5_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test5-projectorMatrix/Pannorama_001_5_low.jpg -------------------------------------------------------------------------------- /test/test5-projectorMatrix/Pannorama_001_6_low.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thinkia/threejs_/5cdf4aa802aaa4be2bf906c24a336e5ab9a97db9/test/test5-projectorMatrix/Pannorama_001_6_low.jpg -------------------------------------------------------------------------------- /test/test5-projectorMatrix/readme.md: -------------------------------------------------------------------------------- 1 | https://open.gl/textures 2 | 3 | --------------------------------------------------------------------------------