├── .gitattributes ├── .gitignore ├── .gitmodules ├── Assets ├── Test.meta ├── Test │ ├── Athena.mat │ ├── Athena.mat.meta │ ├── Concrete4 Color.tga │ ├── Concrete4 Color.tga.meta │ ├── Concrete4 Normal.tga │ ├── Concrete4 Normal.tga.meta │ ├── Editor.meta │ ├── Editor │ │ ├── ThreeDScansInspector.cs │ │ └── ThreeDScansInspector.cs.meta │ ├── PostFx.asset │ ├── PostFx.asset.meta │ ├── Skybox.mat │ ├── Skybox.mat.meta │ ├── Test.unity │ ├── Test.unity.meta │ ├── ThreeDScans.shader │ ├── ThreeDScans.shader.meta │ ├── UV Test.mat │ ├── UV Test.mat.meta │ ├── UV Test.png │ └── UV Test.png.meta ├── ThreeDScans.meta ├── ThreeDScans │ ├── Acknowledgement.txt │ ├── Acknowledgement.txt.meta │ ├── Athena.meta │ ├── Athena │ │ ├── Athena.fbx │ │ ├── Athena.fbx.meta │ │ ├── Athena.mat │ │ ├── Athena.mat.meta │ │ ├── Athena_curvature.png │ │ ├── Athena_curvature.png.meta │ │ ├── Athena_normals.png │ │ ├── Athena_normals.png.meta │ │ ├── Athena_occlusion.png │ │ └── Athena_occlusion.png.meta │ ├── BootlegEve.meta │ ├── BootlegEve │ │ ├── BootlegEve.fbx │ │ ├── BootlegEve.fbx.meta │ │ ├── BootlegEve.mat │ │ ├── BootlegEve.mat.meta │ │ ├── BootlegEve_normals.png │ │ ├── BootlegEve_normals.png.meta │ │ ├── BootlegEve_occlusion.png │ │ └── BootlegEve_occlusion.png.meta │ ├── Column03.meta │ ├── Column03 │ │ ├── Column03.fbx │ │ ├── Column03.fbx.meta │ │ ├── Column03.mat │ │ ├── Column03.mat.meta │ │ ├── Column03_curvature.png │ │ ├── Column03_curvature.png.meta │ │ ├── Column03_normals.png │ │ ├── Column03_normals.png.meta │ │ ├── Column03_occlusion.png │ │ └── Column03_occlusion.png.meta │ ├── DeChalon.meta │ ├── DeChalon │ │ ├── DeChalon.fbx │ │ ├── DeChalon.fbx.meta │ │ ├── DeChalon.mat │ │ ├── DeChalon.mat.meta │ │ ├── DeChalon_curvature.png │ │ ├── DeChalon_curvature.png.meta │ │ ├── DeChalon_normals.png │ │ ├── DeChalon_normals.png.meta │ │ ├── DeChalon_occlusion.png │ │ └── DeChalon_occlusion.png.meta │ ├── EpicMetro.meta │ ├── EpicMetro │ │ ├── EpicMetro.fbx │ │ ├── EpicMetro.fbx.meta │ │ ├── EpicMetro.mat │ │ ├── EpicMetro.mat.meta │ │ ├── EpicMetro_normals.png │ │ ├── EpicMetro_normals.png.meta │ │ ├── EpicMetro_occlusion.png │ │ └── EpicMetro_occlusion.png.meta │ ├── Gutenberg.meta │ ├── Gutenberg │ │ ├── Gutenberg.fbx │ │ ├── Gutenberg.fbx.meta │ │ ├── Gutenberg.mat │ │ ├── Gutenberg.mat.meta │ │ ├── Gutenberg_curvature.png │ │ ├── Gutenberg_curvature.png.meta │ │ ├── Gutenberg_normals.png │ │ ├── Gutenberg_normals.png.meta │ │ ├── Gutenberg_occlusion.png │ │ └── Gutenberg_occlusion.png.meta │ ├── Hermes.meta │ ├── Hermes │ │ ├── Hermes.fbx │ │ ├── Hermes.fbx.meta │ │ ├── Hermes.mat │ │ ├── Hermes.mat.meta │ │ ├── Hermes_curvature.png │ │ ├── Hermes_curvature.png.meta │ │ ├── Hermes_normals.png │ │ ├── Hermes_normals.png.meta │ │ ├── Hermes_occlusion.png │ │ └── Hermes_occlusion.png.meta │ ├── MarblePlayer.meta │ ├── MarblePlayer │ │ ├── MarblePlayer.fbx │ │ ├── MarblePlayer.fbx.meta │ │ ├── MarblePlayer.mat │ │ ├── MarblePlayer.mat.meta │ │ ├── MarblePlayer_normals.png │ │ ├── MarblePlayer_normals.png.meta │ │ ├── MarblePlayer_occlusion.png │ │ └── MarblePlayer_occlusion.png.meta │ ├── Nymph.meta │ ├── Nymph │ │ ├── Nymph.fbx │ │ ├── Nymph.fbx.meta │ │ ├── Nymph.mat │ │ ├── Nymph.mat.meta │ │ ├── Nymph_curvature.png │ │ ├── Nymph_curvature.png.meta │ │ ├── Nymph_normals.png │ │ ├── Nymph_normals.png.meta │ │ ├── Nymph_occlusion.png │ │ └── Nymph_occlusion.png.meta │ ├── Penelope.meta │ ├── Penelope │ │ ├── Penelope.fbx │ │ ├── Penelope.fbx.meta │ │ ├── Penelope.mat │ │ ├── Penelope.mat.meta │ │ ├── Penelope_curvature.png │ │ ├── Penelope_curvature.png.meta │ │ ├── Penelope_normals.png │ │ ├── Penelope_normals.png.meta │ │ ├── Penelope_occlusion.png │ │ └── Penelope_occlusion.png.meta │ ├── Plato.meta │ ├── Plato │ │ ├── Plato.fbx │ │ ├── Plato.fbx.meta │ │ ├── Plato.mat │ │ ├── Plato.mat.meta │ │ ├── Plato_normals.png │ │ ├── Plato_normals.png.meta │ │ ├── Plato_occlusion.png │ │ └── Plato_occlusion.png.meta │ ├── SphepherdBoy.meta │ └── SphepherdBoy │ │ ├── ShepherdBoy.fbx │ │ ├── ShepherdBoy.fbx.meta │ │ ├── ShepherdBoy.mat │ │ ├── ShepherdBoy.mat.meta │ │ ├── ShepherdBoy_curvature.png │ │ ├── ShepherdBoy_curvature.png.meta │ │ ├── ShepherdBoy_normals.png │ │ ├── ShepherdBoy_normals.png.meta │ │ ├── ShepherdBoy_occlusion.png │ │ └── ShepherdBoy_occlusion.png.meta ├── sIBL Archive.meta └── sIBL Archive │ ├── Acknowledgement.txt │ ├── Acknowledgement.txt.meta │ ├── LA_Downtown_Helipad_GoldenHour_Env.hdr │ └── LA_Downtown_Helipad_GoldenHour_Env.hdr.meta ├── Packages └── manifest.json ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshAreas.asset ├── NetworkManager.asset ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset └── UnityConnectSettings.asset └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/.gitmodules -------------------------------------------------------------------------------- /Assets/Test.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/Test.meta -------------------------------------------------------------------------------- /Assets/Test/Athena.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/Test/Athena.mat -------------------------------------------------------------------------------- /Assets/Test/Athena.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/Test/Athena.mat.meta -------------------------------------------------------------------------------- /Assets/Test/Concrete4 Color.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/Test/Concrete4 Color.tga -------------------------------------------------------------------------------- /Assets/Test/Concrete4 Color.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/Test/Concrete4 Color.tga.meta -------------------------------------------------------------------------------- /Assets/Test/Concrete4 Normal.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/Test/Concrete4 Normal.tga -------------------------------------------------------------------------------- /Assets/Test/Concrete4 Normal.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/Test/Concrete4 Normal.tga.meta -------------------------------------------------------------------------------- /Assets/Test/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/Test/Editor.meta -------------------------------------------------------------------------------- /Assets/Test/Editor/ThreeDScansInspector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/Test/Editor/ThreeDScansInspector.cs -------------------------------------------------------------------------------- /Assets/Test/Editor/ThreeDScansInspector.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/Test/Editor/ThreeDScansInspector.cs.meta -------------------------------------------------------------------------------- /Assets/Test/PostFx.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/Test/PostFx.asset -------------------------------------------------------------------------------- /Assets/Test/PostFx.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/Test/PostFx.asset.meta -------------------------------------------------------------------------------- /Assets/Test/Skybox.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/Test/Skybox.mat -------------------------------------------------------------------------------- /Assets/Test/Skybox.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/Test/Skybox.mat.meta -------------------------------------------------------------------------------- /Assets/Test/Test.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/Test/Test.unity -------------------------------------------------------------------------------- /Assets/Test/Test.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/Test/Test.unity.meta -------------------------------------------------------------------------------- /Assets/Test/ThreeDScans.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/Test/ThreeDScans.shader -------------------------------------------------------------------------------- /Assets/Test/ThreeDScans.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/Test/ThreeDScans.shader.meta -------------------------------------------------------------------------------- /Assets/Test/UV Test.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/Test/UV Test.mat -------------------------------------------------------------------------------- /Assets/Test/UV Test.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/Test/UV Test.mat.meta -------------------------------------------------------------------------------- /Assets/Test/UV Test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/Test/UV Test.png -------------------------------------------------------------------------------- /Assets/Test/UV Test.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/Test/UV Test.png.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Acknowledgement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Acknowledgement.txt -------------------------------------------------------------------------------- /Assets/ThreeDScans/Acknowledgement.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Acknowledgement.txt.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Athena.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Athena.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Athena/Athena.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Athena/Athena.fbx -------------------------------------------------------------------------------- /Assets/ThreeDScans/Athena/Athena.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Athena/Athena.fbx.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Athena/Athena.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Athena/Athena.mat -------------------------------------------------------------------------------- /Assets/ThreeDScans/Athena/Athena.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Athena/Athena.mat.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Athena/Athena_curvature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Athena/Athena_curvature.png -------------------------------------------------------------------------------- /Assets/ThreeDScans/Athena/Athena_curvature.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Athena/Athena_curvature.png.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Athena/Athena_normals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Athena/Athena_normals.png -------------------------------------------------------------------------------- /Assets/ThreeDScans/Athena/Athena_normals.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Athena/Athena_normals.png.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Athena/Athena_occlusion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Athena/Athena_occlusion.png -------------------------------------------------------------------------------- /Assets/ThreeDScans/Athena/Athena_occlusion.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Athena/Athena_occlusion.png.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/BootlegEve.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/BootlegEve.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/BootlegEve/BootlegEve.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/BootlegEve/BootlegEve.fbx -------------------------------------------------------------------------------- /Assets/ThreeDScans/BootlegEve/BootlegEve.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/BootlegEve/BootlegEve.fbx.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/BootlegEve/BootlegEve.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/BootlegEve/BootlegEve.mat -------------------------------------------------------------------------------- /Assets/ThreeDScans/BootlegEve/BootlegEve.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/BootlegEve/BootlegEve.mat.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/BootlegEve/BootlegEve_normals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/BootlegEve/BootlegEve_normals.png -------------------------------------------------------------------------------- /Assets/ThreeDScans/BootlegEve/BootlegEve_normals.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/BootlegEve/BootlegEve_normals.png.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/BootlegEve/BootlegEve_occlusion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/BootlegEve/BootlegEve_occlusion.png -------------------------------------------------------------------------------- /Assets/ThreeDScans/BootlegEve/BootlegEve_occlusion.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/BootlegEve/BootlegEve_occlusion.png.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Column03.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Column03.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Column03/Column03.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Column03/Column03.fbx -------------------------------------------------------------------------------- /Assets/ThreeDScans/Column03/Column03.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Column03/Column03.fbx.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Column03/Column03.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Column03/Column03.mat -------------------------------------------------------------------------------- /Assets/ThreeDScans/Column03/Column03.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Column03/Column03.mat.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Column03/Column03_curvature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Column03/Column03_curvature.png -------------------------------------------------------------------------------- /Assets/ThreeDScans/Column03/Column03_curvature.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Column03/Column03_curvature.png.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Column03/Column03_normals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Column03/Column03_normals.png -------------------------------------------------------------------------------- /Assets/ThreeDScans/Column03/Column03_normals.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Column03/Column03_normals.png.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Column03/Column03_occlusion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Column03/Column03_occlusion.png -------------------------------------------------------------------------------- /Assets/ThreeDScans/Column03/Column03_occlusion.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Column03/Column03_occlusion.png.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/DeChalon.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/DeChalon.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/DeChalon/DeChalon.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/DeChalon/DeChalon.fbx -------------------------------------------------------------------------------- /Assets/ThreeDScans/DeChalon/DeChalon.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/DeChalon/DeChalon.fbx.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/DeChalon/DeChalon.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/DeChalon/DeChalon.mat -------------------------------------------------------------------------------- /Assets/ThreeDScans/DeChalon/DeChalon.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/DeChalon/DeChalon.mat.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/DeChalon/DeChalon_curvature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/DeChalon/DeChalon_curvature.png -------------------------------------------------------------------------------- /Assets/ThreeDScans/DeChalon/DeChalon_curvature.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/DeChalon/DeChalon_curvature.png.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/DeChalon/DeChalon_normals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/DeChalon/DeChalon_normals.png -------------------------------------------------------------------------------- /Assets/ThreeDScans/DeChalon/DeChalon_normals.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/DeChalon/DeChalon_normals.png.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/DeChalon/DeChalon_occlusion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/DeChalon/DeChalon_occlusion.png -------------------------------------------------------------------------------- /Assets/ThreeDScans/DeChalon/DeChalon_occlusion.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/DeChalon/DeChalon_occlusion.png.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/EpicMetro.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/EpicMetro.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/EpicMetro/EpicMetro.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/EpicMetro/EpicMetro.fbx -------------------------------------------------------------------------------- /Assets/ThreeDScans/EpicMetro/EpicMetro.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/EpicMetro/EpicMetro.fbx.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/EpicMetro/EpicMetro.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/EpicMetro/EpicMetro.mat -------------------------------------------------------------------------------- /Assets/ThreeDScans/EpicMetro/EpicMetro.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/EpicMetro/EpicMetro.mat.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/EpicMetro/EpicMetro_normals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/EpicMetro/EpicMetro_normals.png -------------------------------------------------------------------------------- /Assets/ThreeDScans/EpicMetro/EpicMetro_normals.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/EpicMetro/EpicMetro_normals.png.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/EpicMetro/EpicMetro_occlusion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/EpicMetro/EpicMetro_occlusion.png -------------------------------------------------------------------------------- /Assets/ThreeDScans/EpicMetro/EpicMetro_occlusion.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/EpicMetro/EpicMetro_occlusion.png.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Gutenberg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Gutenberg.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Gutenberg/Gutenberg.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Gutenberg/Gutenberg.fbx -------------------------------------------------------------------------------- /Assets/ThreeDScans/Gutenberg/Gutenberg.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Gutenberg/Gutenberg.fbx.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Gutenberg/Gutenberg.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Gutenberg/Gutenberg.mat -------------------------------------------------------------------------------- /Assets/ThreeDScans/Gutenberg/Gutenberg.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Gutenberg/Gutenberg.mat.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Gutenberg/Gutenberg_curvature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Gutenberg/Gutenberg_curvature.png -------------------------------------------------------------------------------- /Assets/ThreeDScans/Gutenberg/Gutenberg_curvature.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Gutenberg/Gutenberg_curvature.png.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Gutenberg/Gutenberg_normals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Gutenberg/Gutenberg_normals.png -------------------------------------------------------------------------------- /Assets/ThreeDScans/Gutenberg/Gutenberg_normals.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Gutenberg/Gutenberg_normals.png.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Gutenberg/Gutenberg_occlusion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Gutenberg/Gutenberg_occlusion.png -------------------------------------------------------------------------------- /Assets/ThreeDScans/Gutenberg/Gutenberg_occlusion.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Gutenberg/Gutenberg_occlusion.png.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Hermes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Hermes.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Hermes/Hermes.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Hermes/Hermes.fbx -------------------------------------------------------------------------------- /Assets/ThreeDScans/Hermes/Hermes.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Hermes/Hermes.fbx.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Hermes/Hermes.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Hermes/Hermes.mat -------------------------------------------------------------------------------- /Assets/ThreeDScans/Hermes/Hermes.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Hermes/Hermes.mat.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Hermes/Hermes_curvature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Hermes/Hermes_curvature.png -------------------------------------------------------------------------------- /Assets/ThreeDScans/Hermes/Hermes_curvature.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Hermes/Hermes_curvature.png.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Hermes/Hermes_normals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Hermes/Hermes_normals.png -------------------------------------------------------------------------------- /Assets/ThreeDScans/Hermes/Hermes_normals.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Hermes/Hermes_normals.png.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Hermes/Hermes_occlusion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Hermes/Hermes_occlusion.png -------------------------------------------------------------------------------- /Assets/ThreeDScans/Hermes/Hermes_occlusion.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Hermes/Hermes_occlusion.png.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/MarblePlayer.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/MarblePlayer.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/MarblePlayer/MarblePlayer.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/MarblePlayer/MarblePlayer.fbx -------------------------------------------------------------------------------- /Assets/ThreeDScans/MarblePlayer/MarblePlayer.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/MarblePlayer/MarblePlayer.fbx.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/MarblePlayer/MarblePlayer.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/MarblePlayer/MarblePlayer.mat -------------------------------------------------------------------------------- /Assets/ThreeDScans/MarblePlayer/MarblePlayer.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/MarblePlayer/MarblePlayer.mat.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/MarblePlayer/MarblePlayer_normals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/MarblePlayer/MarblePlayer_normals.png -------------------------------------------------------------------------------- /Assets/ThreeDScans/MarblePlayer/MarblePlayer_normals.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/MarblePlayer/MarblePlayer_normals.png.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/MarblePlayer/MarblePlayer_occlusion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/MarblePlayer/MarblePlayer_occlusion.png -------------------------------------------------------------------------------- /Assets/ThreeDScans/MarblePlayer/MarblePlayer_occlusion.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/MarblePlayer/MarblePlayer_occlusion.png.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Nymph.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Nymph.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Nymph/Nymph.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Nymph/Nymph.fbx -------------------------------------------------------------------------------- /Assets/ThreeDScans/Nymph/Nymph.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Nymph/Nymph.fbx.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Nymph/Nymph.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Nymph/Nymph.mat -------------------------------------------------------------------------------- /Assets/ThreeDScans/Nymph/Nymph.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Nymph/Nymph.mat.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Nymph/Nymph_curvature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Nymph/Nymph_curvature.png -------------------------------------------------------------------------------- /Assets/ThreeDScans/Nymph/Nymph_curvature.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Nymph/Nymph_curvature.png.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Nymph/Nymph_normals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Nymph/Nymph_normals.png -------------------------------------------------------------------------------- /Assets/ThreeDScans/Nymph/Nymph_normals.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Nymph/Nymph_normals.png.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Nymph/Nymph_occlusion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Nymph/Nymph_occlusion.png -------------------------------------------------------------------------------- /Assets/ThreeDScans/Nymph/Nymph_occlusion.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Nymph/Nymph_occlusion.png.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Penelope.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Penelope.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Penelope/Penelope.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Penelope/Penelope.fbx -------------------------------------------------------------------------------- /Assets/ThreeDScans/Penelope/Penelope.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Penelope/Penelope.fbx.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Penelope/Penelope.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Penelope/Penelope.mat -------------------------------------------------------------------------------- /Assets/ThreeDScans/Penelope/Penelope.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Penelope/Penelope.mat.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Penelope/Penelope_curvature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Penelope/Penelope_curvature.png -------------------------------------------------------------------------------- /Assets/ThreeDScans/Penelope/Penelope_curvature.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Penelope/Penelope_curvature.png.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Penelope/Penelope_normals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Penelope/Penelope_normals.png -------------------------------------------------------------------------------- /Assets/ThreeDScans/Penelope/Penelope_normals.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Penelope/Penelope_normals.png.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Penelope/Penelope_occlusion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Penelope/Penelope_occlusion.png -------------------------------------------------------------------------------- /Assets/ThreeDScans/Penelope/Penelope_occlusion.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Penelope/Penelope_occlusion.png.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Plato.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Plato.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Plato/Plato.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Plato/Plato.fbx -------------------------------------------------------------------------------- /Assets/ThreeDScans/Plato/Plato.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Plato/Plato.fbx.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Plato/Plato.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Plato/Plato.mat -------------------------------------------------------------------------------- /Assets/ThreeDScans/Plato/Plato.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Plato/Plato.mat.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Plato/Plato_normals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Plato/Plato_normals.png -------------------------------------------------------------------------------- /Assets/ThreeDScans/Plato/Plato_normals.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Plato/Plato_normals.png.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/Plato/Plato_occlusion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Plato/Plato_occlusion.png -------------------------------------------------------------------------------- /Assets/ThreeDScans/Plato/Plato_occlusion.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/Plato/Plato_occlusion.png.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/SphepherdBoy.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/SphepherdBoy.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/SphepherdBoy/ShepherdBoy.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/SphepherdBoy/ShepherdBoy.fbx -------------------------------------------------------------------------------- /Assets/ThreeDScans/SphepherdBoy/ShepherdBoy.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/SphepherdBoy/ShepherdBoy.fbx.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/SphepherdBoy/ShepherdBoy.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/SphepherdBoy/ShepherdBoy.mat -------------------------------------------------------------------------------- /Assets/ThreeDScans/SphepherdBoy/ShepherdBoy.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/SphepherdBoy/ShepherdBoy.mat.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/SphepherdBoy/ShepherdBoy_curvature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/SphepherdBoy/ShepherdBoy_curvature.png -------------------------------------------------------------------------------- /Assets/ThreeDScans/SphepherdBoy/ShepherdBoy_curvature.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/SphepherdBoy/ShepherdBoy_curvature.png.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/SphepherdBoy/ShepherdBoy_normals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/SphepherdBoy/ShepherdBoy_normals.png -------------------------------------------------------------------------------- /Assets/ThreeDScans/SphepherdBoy/ShepherdBoy_normals.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/SphepherdBoy/ShepherdBoy_normals.png.meta -------------------------------------------------------------------------------- /Assets/ThreeDScans/SphepherdBoy/ShepherdBoy_occlusion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/SphepherdBoy/ShepherdBoy_occlusion.png -------------------------------------------------------------------------------- /Assets/ThreeDScans/SphepherdBoy/ShepherdBoy_occlusion.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/ThreeDScans/SphepherdBoy/ShepherdBoy_occlusion.png.meta -------------------------------------------------------------------------------- /Assets/sIBL Archive.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/sIBL Archive.meta -------------------------------------------------------------------------------- /Assets/sIBL Archive/Acknowledgement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/sIBL Archive/Acknowledgement.txt -------------------------------------------------------------------------------- /Assets/sIBL Archive/Acknowledgement.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/sIBL Archive/Acknowledgement.txt.meta -------------------------------------------------------------------------------- /Assets/sIBL Archive/LA_Downtown_Helipad_GoldenHour_Env.hdr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/sIBL Archive/LA_Downtown_Helipad_GoldenHour_Env.hdr -------------------------------------------------------------------------------- /Assets/sIBL Archive/LA_Downtown_Helipad_GoldenHour_Env.hdr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Assets/sIBL Archive/LA_Downtown_Helipad_GoldenHour_Env.hdr.meta -------------------------------------------------------------------------------- /Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/Packages/manifest.json -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2018.1.0b12 2 | -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keijiro/ThreeDScans/HEAD/README.md --------------------------------------------------------------------------------