├── .github ├── FUNDING.yml └── workflows │ └── release.yml ├── .gitignore ├── LICENSE ├── Packages └── dev.hai-vr.lightbox-viewer │ ├── LightboxScenes.meta │ ├── LightboxScenes │ ├── HaiIntegrations.meta │ ├── HaiIntegrations │ │ ├── IntLightboxLVSettings.lighting │ │ ├── IntLightboxLVSettings.lighting.meta │ │ ├── LightboxIntegrations.meta │ │ ├── LightboxIntegrations.unity │ │ ├── LightboxIntegrations.unity.meta │ │ ├── LightboxIntegrations │ │ │ ├── Int-LVBlueOrange_0.asset │ │ │ ├── Int-LVBlueOrange_0.asset.meta │ │ │ ├── Int-LVBlueOrange_1.asset │ │ │ ├── Int-LVBlueOrange_1.asset.meta │ │ │ ├── Int-LVBlueOrange_2.asset │ │ │ ├── Int-LVBlueOrange_2.asset.meta │ │ │ ├── Int-LVHalfwayUp_0.asset │ │ │ ├── Int-LVHalfwayUp_0.asset.meta │ │ │ ├── Int-LVHalfwayUp_1.asset │ │ │ ├── Int-LVHalfwayUp_1.asset.meta │ │ │ ├── Int-LVHalfwayUp_2.asset │ │ │ ├── Int-LVHalfwayUp_2.asset.meta │ │ │ ├── LVBlack_0.asset │ │ │ ├── LVBlack_0.asset.meta │ │ │ ├── LVBlack_1.asset │ │ │ ├── LVBlack_1.asset.meta │ │ │ ├── LVBlack_2.asset │ │ │ ├── LVBlack_2.asset.meta │ │ │ ├── LVCoffee_0.asset │ │ │ ├── LVCoffee_0.asset.meta │ │ │ ├── LVCoffee_1.asset │ │ │ ├── LVCoffee_1.asset.meta │ │ │ ├── LVCoffee_2.asset │ │ │ ├── LVCoffee_2.asset.meta │ │ │ ├── LVColdBloom_0.asset │ │ │ ├── LVColdBloom_0.asset.meta │ │ │ ├── LVColdBloom_1.asset │ │ │ ├── LVColdBloom_1.asset.meta │ │ │ ├── LVColdBloom_2.asset │ │ │ ├── LVColdBloom_2.asset.meta │ │ │ ├── LVPink_0.asset │ │ │ ├── LVPink_0.asset.meta │ │ │ ├── LVPink_1.asset │ │ │ ├── LVPink_1.asset.meta │ │ │ ├── LVPink_2.asset │ │ │ ├── LVPink_2.asset.meta │ │ │ ├── LVRealTimeLights_0.asset │ │ │ ├── LVRealTimeLights_0.asset.meta │ │ │ ├── LVRealTimeLights_1.asset │ │ │ ├── LVRealTimeLights_1.asset.meta │ │ │ ├── LVRealTimeLights_2.asset │ │ │ ├── LVRealTimeLights_2.asset.meta │ │ │ ├── LVSpotlightCookie_0.asset │ │ │ ├── LVSpotlightCookie_0.asset.meta │ │ │ ├── LVSpotlightCookie_1.asset │ │ │ ├── LVSpotlightCookie_1.asset.meta │ │ │ ├── LVSpotlightCookie_2.asset │ │ │ ├── LVSpotlightCookie_2.asset.meta │ │ │ ├── LVWhite_0.asset │ │ │ ├── LVWhite_0.asset.meta │ │ │ ├── LVWhite_1.asset │ │ │ ├── LVWhite_1.asset.meta │ │ │ ├── LVWhite_2.asset │ │ │ ├── LVWhite_2.asset.meta │ │ │ ├── LightVolumeAtlas.asset │ │ │ ├── LightVolumeAtlas.asset.meta │ │ │ ├── LightingData.asset │ │ │ ├── LightingData.asset.meta │ │ │ ├── Lightmap-0_comp_dir.png │ │ │ ├── Lightmap-0_comp_dir.png.meta │ │ │ ├── Lightmap-0_comp_light.exr │ │ │ ├── Lightmap-0_comp_light.exr.meta │ │ │ ├── Lightmap-1_comp_dir.png │ │ │ ├── Lightmap-1_comp_dir.png.meta │ │ │ ├── Lightmap-1_comp_light.exr │ │ │ ├── Lightmap-1_comp_light.exr.meta │ │ │ ├── Lightmap-2_comp_dir.png │ │ │ ├── Lightmap-2_comp_dir.png.meta │ │ │ ├── Lightmap-2_comp_light.exr │ │ │ ├── Lightmap-2_comp_light.exr.meta │ │ │ ├── ReflectionProbe-0.exr │ │ │ ├── ReflectionProbe-0.exr.meta │ │ │ ├── ReflectionProbe-1.exr │ │ │ ├── ReflectionProbe-1.exr.meta │ │ │ ├── ReflectionProbe-10.exr │ │ │ ├── ReflectionProbe-10.exr.meta │ │ │ ├── ReflectionProbe-11.exr │ │ │ ├── ReflectionProbe-11.exr.meta │ │ │ ├── ReflectionProbe-12.exr │ │ │ ├── ReflectionProbe-12.exr.meta │ │ │ ├── ReflectionProbe-13.exr │ │ │ ├── ReflectionProbe-13.exr.meta │ │ │ ├── ReflectionProbe-14.exr │ │ │ ├── ReflectionProbe-14.exr.meta │ │ │ ├── ReflectionProbe-15.exr │ │ │ ├── ReflectionProbe-15.exr.meta │ │ │ ├── ReflectionProbe-2.exr │ │ │ ├── ReflectionProbe-2.exr.meta │ │ │ ├── ReflectionProbe-3.exr │ │ │ ├── ReflectionProbe-3.exr.meta │ │ │ ├── ReflectionProbe-4.exr │ │ │ ├── ReflectionProbe-4.exr.meta │ │ │ ├── ReflectionProbe-5.exr │ │ │ ├── ReflectionProbe-5.exr.meta │ │ │ ├── ReflectionProbe-6.exr │ │ │ ├── ReflectionProbe-6.exr.meta │ │ │ ├── ReflectionProbe-7.exr │ │ │ ├── ReflectionProbe-7.exr.meta │ │ │ ├── ReflectionProbe-8.exr │ │ │ ├── ReflectionProbe-8.exr.meta │ │ │ ├── ReflectionProbe-9.exr │ │ │ └── ReflectionProbe-9.exr.meta │ │ ├── Materials.meta │ │ ├── Materials │ │ │ ├── IntLightboxLVEmissiveBlue.mat │ │ │ ├── IntLightboxLVEmissiveBlue.mat.meta │ │ │ ├── IntLightboxLVEmissiveOrange.mat │ │ │ ├── IntLightboxLVEmissiveOrange.mat.meta │ │ │ ├── IntLightboxLVEmissiveWhite.mat │ │ │ ├── IntLightboxLVEmissiveWhite.mat.meta │ │ │ ├── IntLightboxMatteDarkGrayWall.mat │ │ │ ├── IntLightboxMatteDarkGrayWall.mat.meta │ │ │ ├── IntLightboxMatteNonReflectiveWall.mat │ │ │ └── IntLightboxMatteNonReflectiveWall.mat.meta │ │ ├── Profiles.meta │ │ ├── Profiles │ │ │ ├── HaiLightboxUnfiltered.asset │ │ │ └── HaiLightboxUnfiltered.asset.meta │ │ ├── TightLightkit.prefab │ │ └── TightLightkit.prefab.meta │ ├── HaiLightbox.meta │ └── HaiLightbox │ │ ├── Lightbox.meta │ │ ├── Lightbox.unity │ │ ├── Lightbox.unity.meta │ │ ├── Lightbox │ │ ├── LightingData.asset │ │ ├── LightingData.asset.meta │ │ ├── Lightmap-0_comp_dir.png │ │ ├── Lightmap-0_comp_dir.png.meta │ │ ├── Lightmap-0_comp_light.exr │ │ ├── Lightmap-0_comp_light.exr.meta │ │ ├── ReflectionProbe-0.exr │ │ ├── ReflectionProbe-0.exr.meta │ │ ├── ReflectionProbe-1.exr │ │ ├── ReflectionProbe-1.exr.meta │ │ ├── ReflectionProbe-2.exr │ │ ├── ReflectionProbe-2.exr.meta │ │ ├── ReflectionProbe-3.exr │ │ ├── ReflectionProbe-3.exr.meta │ │ ├── ReflectionProbe-4.exr │ │ ├── ReflectionProbe-4.exr.meta │ │ ├── ReflectionProbe-5.exr │ │ ├── ReflectionProbe-5.exr.meta │ │ ├── ReflectionProbe-6.exr │ │ ├── ReflectionProbe-6.exr.meta │ │ ├── ReflectionProbe-7.exr │ │ ├── ReflectionProbe-7.exr.meta │ │ ├── ReflectionProbe-8.exr │ │ └── ReflectionProbe-8.exr.meta │ │ ├── LightboxLVSettings.lighting │ │ ├── LightboxLVSettings.lighting.meta │ │ ├── LightboxLightVolumes.meta │ │ ├── LightboxLightVolumes.unity │ │ ├── LightboxLightVolumes.unity.meta │ │ ├── LightboxLightVolumes │ │ ├── LVBlack_0.asset │ │ ├── LVBlack_0.asset.meta │ │ ├── LVBlack_1.asset │ │ ├── LVBlack_1.asset.meta │ │ ├── LVBlack_2.asset │ │ ├── LVBlack_2.asset.meta │ │ ├── LVCoffee_0.asset │ │ ├── LVCoffee_0.asset.meta │ │ ├── LVCoffee_1.asset │ │ ├── LVCoffee_1.asset.meta │ │ ├── LVCoffee_2.asset │ │ ├── LVCoffee_2.asset.meta │ │ ├── LVColdBloom_0.asset │ │ ├── LVColdBloom_0.asset.meta │ │ ├── LVColdBloom_1.asset │ │ ├── LVColdBloom_1.asset.meta │ │ ├── LVColdBloom_2.asset │ │ ├── LVColdBloom_2.asset.meta │ │ ├── LVPink_0.asset │ │ ├── LVPink_0.asset.meta │ │ ├── LVPink_1.asset │ │ ├── LVPink_1.asset.meta │ │ ├── LVPink_2.asset │ │ ├── LVPink_2.asset.meta │ │ ├── LVRealTimeLights_0.asset │ │ ├── LVRealTimeLights_0.asset.meta │ │ ├── LVRealTimeLights_1.asset │ │ ├── LVRealTimeLights_1.asset.meta │ │ ├── LVRealTimeLights_2.asset │ │ ├── LVRealTimeLights_2.asset.meta │ │ ├── LVSpotlightCookie_0.asset │ │ ├── LVSpotlightCookie_0.asset.meta │ │ ├── LVSpotlightCookie_1.asset │ │ ├── LVSpotlightCookie_1.asset.meta │ │ ├── LVSpotlightCookie_2.asset │ │ ├── LVSpotlightCookie_2.asset.meta │ │ ├── LVWhite_0.asset │ │ ├── LVWhite_0.asset.meta │ │ ├── LVWhite_1.asset │ │ ├── LVWhite_1.asset.meta │ │ ├── LVWhite_2.asset │ │ ├── LVWhite_2.asset.meta │ │ ├── LightVolumeAtlas.asset │ │ ├── LightVolumeAtlas.asset.meta │ │ ├── LightingData.asset │ │ ├── LightingData.asset.meta │ │ ├── Lightmap-0_comp_dir.png │ │ ├── Lightmap-0_comp_dir.png.meta │ │ ├── Lightmap-0_comp_light.exr │ │ ├── Lightmap-0_comp_light.exr.meta │ │ ├── ReflectionProbe-0.exr │ │ ├── ReflectionProbe-0.exr.meta │ │ ├── ReflectionProbe-1.exr │ │ ├── ReflectionProbe-1.exr.meta │ │ ├── ReflectionProbe-10.exr │ │ ├── ReflectionProbe-10.exr.meta │ │ ├── ReflectionProbe-11.exr │ │ ├── ReflectionProbe-11.exr.meta │ │ ├── ReflectionProbe-2.exr │ │ ├── ReflectionProbe-2.exr.meta │ │ ├── ReflectionProbe-3.exr │ │ ├── ReflectionProbe-3.exr.meta │ │ ├── ReflectionProbe-4.exr │ │ ├── ReflectionProbe-4.exr.meta │ │ ├── ReflectionProbe-5.exr │ │ ├── ReflectionProbe-5.exr.meta │ │ ├── ReflectionProbe-6.exr │ │ ├── ReflectionProbe-6.exr.meta │ │ ├── ReflectionProbe-7.exr │ │ ├── ReflectionProbe-7.exr.meta │ │ ├── ReflectionProbe-8.exr │ │ ├── ReflectionProbe-8.exr.meta │ │ ├── ReflectionProbe-9.exr │ │ └── ReflectionProbe-9.exr.meta │ │ ├── LightboxSettings.lighting │ │ ├── LightboxSettings.lighting.meta │ │ ├── Lightkit.prefab │ │ ├── Lightkit.prefab.meta │ │ ├── Materials.meta │ │ ├── Materials │ │ ├── LightboxBlackCurtain.mat │ │ ├── LightboxBlackCurtain.mat.meta │ │ ├── LightboxBlackWall.mat │ │ ├── LightboxBlackWall.mat.meta │ │ ├── LightboxCafeCeiling.mat │ │ ├── LightboxCafeCeiling.mat.meta │ │ ├── LightboxCafeFloor.mat │ │ ├── LightboxCafeFloor.mat.meta │ │ ├── LightboxCafeWall.mat │ │ ├── LightboxCafeWall.mat.meta │ │ ├── LightboxGrayFloor.mat │ │ ├── LightboxGrayFloor.mat.meta │ │ ├── LightboxHighlightFrame.mat │ │ ├── LightboxHighlightFrame.mat.meta │ │ ├── LightboxHighlightWall.mat │ │ ├── LightboxHighlightWall.mat.meta │ │ ├── LightboxReflectionSphere.mat │ │ ├── LightboxReflectionSphere.mat.meta │ │ ├── LightboxWhiteWall.mat │ │ ├── LightboxWhiteWall.mat.meta │ │ ├── LightboxWindow.mat │ │ └── LightboxWindow.mat.meta │ │ ├── Models.meta │ │ ├── Models │ │ ├── LightboxRoom.fbx │ │ ├── LightboxRoom.fbx.meta │ │ ├── LightboxSimple.fbx │ │ ├── LightboxSimple.fbx.meta │ │ └── Project~ │ │ │ ├── LightboxRoom.blend │ │ │ └── LightboxSimple.blend │ │ ├── Profiles.meta │ │ ├── Profiles │ │ ├── HaiLightboxCoffee.asset │ │ ├── HaiLightboxCoffee.asset.meta │ │ ├── HaiLightboxColdBloom.asset │ │ ├── HaiLightboxColdBloom.asset.meta │ │ ├── HaiLightboxPink.asset │ │ └── HaiLightboxPink.asset.meta │ │ ├── Textures.meta │ │ └── Textures │ │ ├── HaiLightboxCookieTest.png │ │ └── HaiLightboxCookieTest.png.meta │ ├── LightboxViewer_PSD.psd │ ├── LightboxViewer_PSD.psd.meta │ ├── Scripts.meta │ ├── Scripts │ ├── Editor.meta │ ├── Editor │ │ ├── LightboxViewer.Editor.asmdef │ │ ├── LightboxViewer.Editor.asmdef.meta │ │ ├── LightboxViewerEditorWindow.cs │ │ ├── LightboxViewerEditorWindow.cs.meta │ │ ├── LightboxViewerGenerator.cs │ │ ├── LightboxViewerGenerator.cs.meta │ │ ├── LightboxViewerRenderQueue.cs │ │ └── LightboxViewerRenderQueue.cs.meta │ ├── Runtime.meta │ └── Runtime │ │ ├── LightboxViewer.Runtime.asmdef │ │ ├── LightboxViewer.Runtime.asmdef.meta │ │ ├── LightboxViewerDefinition.cs │ │ └── LightboxViewerDefinition.cs.meta │ ├── Shaders.meta │ ├── Shaders │ ├── HaiLightboxViewerCounterRoll.shader │ └── HaiLightboxViewerCounterRoll.shader.meta │ ├── SupportingObjects.meta │ ├── SupportingObjects │ ├── SpecialPasses.meta │ └── SpecialPasses │ │ ├── LightboxDepthEnabler-LICENSE │ │ ├── LightboxDepthEnabler-LICENSE.meta │ │ ├── LightboxDepthEnabler.prefab │ │ ├── LightboxDepthEnabler.prefab.meta │ │ ├── README.md │ │ └── README.md.meta │ ├── package.json │ └── package.json.meta └── README.md /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/LICENSE -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/IntLightboxLVSettings.lighting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/IntLightboxLVSettings.lighting -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/IntLightboxLVSettings.lighting.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/IntLightboxLVSettings.lighting.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations.unity -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations.unity.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Int-LVBlueOrange_0.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Int-LVBlueOrange_0.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Int-LVBlueOrange_0.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Int-LVBlueOrange_0.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Int-LVBlueOrange_1.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Int-LVBlueOrange_1.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Int-LVBlueOrange_1.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Int-LVBlueOrange_1.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Int-LVBlueOrange_2.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Int-LVBlueOrange_2.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Int-LVBlueOrange_2.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Int-LVBlueOrange_2.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Int-LVHalfwayUp_0.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Int-LVHalfwayUp_0.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Int-LVHalfwayUp_0.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Int-LVHalfwayUp_0.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Int-LVHalfwayUp_1.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Int-LVHalfwayUp_1.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Int-LVHalfwayUp_1.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Int-LVHalfwayUp_1.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Int-LVHalfwayUp_2.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Int-LVHalfwayUp_2.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Int-LVHalfwayUp_2.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Int-LVHalfwayUp_2.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVBlack_0.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVBlack_0.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVBlack_0.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVBlack_0.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVBlack_1.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVBlack_1.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVBlack_1.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVBlack_1.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVBlack_2.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVBlack_2.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVBlack_2.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVBlack_2.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVCoffee_0.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVCoffee_0.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVCoffee_0.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVCoffee_0.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVCoffee_1.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVCoffee_1.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVCoffee_1.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVCoffee_1.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVCoffee_2.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVCoffee_2.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVCoffee_2.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVCoffee_2.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVColdBloom_0.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVColdBloom_0.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVColdBloom_0.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVColdBloom_0.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVColdBloom_1.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVColdBloom_1.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVColdBloom_1.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVColdBloom_1.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVColdBloom_2.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVColdBloom_2.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVColdBloom_2.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVColdBloom_2.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVPink_0.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVPink_0.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVPink_0.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVPink_0.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVPink_1.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVPink_1.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVPink_1.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVPink_1.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVPink_2.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVPink_2.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVPink_2.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVPink_2.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVRealTimeLights_0.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVRealTimeLights_0.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVRealTimeLights_0.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVRealTimeLights_0.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVRealTimeLights_1.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVRealTimeLights_1.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVRealTimeLights_1.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVRealTimeLights_1.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVRealTimeLights_2.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVRealTimeLights_2.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVRealTimeLights_2.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVRealTimeLights_2.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVSpotlightCookie_0.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVSpotlightCookie_0.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVSpotlightCookie_0.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVSpotlightCookie_0.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVSpotlightCookie_1.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVSpotlightCookie_1.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVSpotlightCookie_1.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVSpotlightCookie_1.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVSpotlightCookie_2.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVSpotlightCookie_2.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVSpotlightCookie_2.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVSpotlightCookie_2.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVWhite_0.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVWhite_0.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVWhite_0.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVWhite_0.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVWhite_1.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVWhite_1.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVWhite_1.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVWhite_1.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVWhite_2.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVWhite_2.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVWhite_2.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LVWhite_2.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LightVolumeAtlas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LightVolumeAtlas.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LightVolumeAtlas.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LightVolumeAtlas.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LightingData.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LightingData.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LightingData.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/LightingData.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Lightmap-0_comp_dir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Lightmap-0_comp_dir.png -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Lightmap-0_comp_dir.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Lightmap-0_comp_dir.png.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Lightmap-0_comp_light.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Lightmap-0_comp_light.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Lightmap-0_comp_light.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Lightmap-0_comp_light.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Lightmap-1_comp_dir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Lightmap-1_comp_dir.png -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Lightmap-1_comp_dir.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Lightmap-1_comp_dir.png.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Lightmap-1_comp_light.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Lightmap-1_comp_light.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Lightmap-1_comp_light.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Lightmap-1_comp_light.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Lightmap-2_comp_dir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Lightmap-2_comp_dir.png -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Lightmap-2_comp_dir.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Lightmap-2_comp_dir.png.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Lightmap-2_comp_light.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Lightmap-2_comp_light.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Lightmap-2_comp_light.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/Lightmap-2_comp_light.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-0.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-0.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-0.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-0.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-1.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-1.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-1.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-1.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-10.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-10.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-10.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-10.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-11.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-11.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-11.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-11.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-12.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-12.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-12.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-12.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-13.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-13.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-13.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-13.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-14.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-14.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-14.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-14.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-15.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-15.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-15.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-15.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-2.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-2.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-2.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-2.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-3.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-3.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-3.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-3.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-4.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-4.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-4.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-4.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-5.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-5.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-5.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-5.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-6.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-6.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-6.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-6.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-7.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-7.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-7.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-7.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-8.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-8.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-8.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-8.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-9.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-9.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-9.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/LightboxIntegrations/ReflectionProbe-9.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/Materials.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/Materials/IntLightboxLVEmissiveBlue.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/Materials/IntLightboxLVEmissiveBlue.mat -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/Materials/IntLightboxLVEmissiveBlue.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/Materials/IntLightboxLVEmissiveBlue.mat.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/Materials/IntLightboxLVEmissiveOrange.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/Materials/IntLightboxLVEmissiveOrange.mat -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/Materials/IntLightboxLVEmissiveOrange.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/Materials/IntLightboxLVEmissiveOrange.mat.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/Materials/IntLightboxLVEmissiveWhite.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/Materials/IntLightboxLVEmissiveWhite.mat -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/Materials/IntLightboxLVEmissiveWhite.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/Materials/IntLightboxLVEmissiveWhite.mat.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/Materials/IntLightboxMatteDarkGrayWall.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/Materials/IntLightboxMatteDarkGrayWall.mat -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/Materials/IntLightboxMatteDarkGrayWall.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/Materials/IntLightboxMatteDarkGrayWall.mat.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/Materials/IntLightboxMatteNonReflectiveWall.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/Materials/IntLightboxMatteNonReflectiveWall.mat -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/Materials/IntLightboxMatteNonReflectiveWall.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/Materials/IntLightboxMatteNonReflectiveWall.mat.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/Profiles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/Profiles.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/Profiles/HaiLightboxUnfiltered.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/Profiles/HaiLightboxUnfiltered.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/Profiles/HaiLightboxUnfiltered.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/Profiles/HaiLightboxUnfiltered.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/TightLightkit.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/TightLightkit.prefab -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/TightLightkit.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiIntegrations/TightLightkit.prefab.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox.unity -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox.unity.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/LightingData.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/LightingData.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/LightingData.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/LightingData.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/Lightmap-0_comp_dir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/Lightmap-0_comp_dir.png -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/Lightmap-0_comp_dir.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/Lightmap-0_comp_dir.png.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/Lightmap-0_comp_light.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/Lightmap-0_comp_light.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/Lightmap-0_comp_light.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/Lightmap-0_comp_light.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-0.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-0.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-0.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-0.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-1.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-1.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-1.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-1.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-2.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-2.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-2.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-2.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-3.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-3.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-3.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-3.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-4.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-4.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-4.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-4.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-5.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-5.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-5.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-5.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-6.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-6.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-6.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-6.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-7.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-7.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-7.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-7.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-8.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-8.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-8.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightbox/ReflectionProbe-8.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLVSettings.lighting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLVSettings.lighting -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLVSettings.lighting.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLVSettings.lighting.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes.unity -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes.unity.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVBlack_0.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVBlack_0.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVBlack_0.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVBlack_0.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVBlack_1.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVBlack_1.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVBlack_1.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVBlack_1.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVBlack_2.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVBlack_2.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVBlack_2.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVBlack_2.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVCoffee_0.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVCoffee_0.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVCoffee_0.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVCoffee_0.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVCoffee_1.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVCoffee_1.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVCoffee_1.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVCoffee_1.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVCoffee_2.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVCoffee_2.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVCoffee_2.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVCoffee_2.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVColdBloom_0.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVColdBloom_0.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVColdBloom_0.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVColdBloom_0.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVColdBloom_1.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVColdBloom_1.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVColdBloom_1.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVColdBloom_1.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVColdBloom_2.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVColdBloom_2.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVColdBloom_2.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVColdBloom_2.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVPink_0.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVPink_0.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVPink_0.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVPink_0.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVPink_1.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVPink_1.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVPink_1.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVPink_1.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVPink_2.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVPink_2.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVPink_2.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVPink_2.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVRealTimeLights_0.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVRealTimeLights_0.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVRealTimeLights_0.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVRealTimeLights_0.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVRealTimeLights_1.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVRealTimeLights_1.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVRealTimeLights_1.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVRealTimeLights_1.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVRealTimeLights_2.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVRealTimeLights_2.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVRealTimeLights_2.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVRealTimeLights_2.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVSpotlightCookie_0.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVSpotlightCookie_0.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVSpotlightCookie_0.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVSpotlightCookie_0.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVSpotlightCookie_1.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVSpotlightCookie_1.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVSpotlightCookie_1.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVSpotlightCookie_1.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVSpotlightCookie_2.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVSpotlightCookie_2.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVSpotlightCookie_2.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVSpotlightCookie_2.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVWhite_0.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVWhite_0.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVWhite_0.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVWhite_0.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVWhite_1.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVWhite_1.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVWhite_1.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVWhite_1.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVWhite_2.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVWhite_2.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVWhite_2.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LVWhite_2.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LightVolumeAtlas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LightVolumeAtlas.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LightVolumeAtlas.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LightVolumeAtlas.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LightingData.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LightingData.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LightingData.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/LightingData.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/Lightmap-0_comp_dir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/Lightmap-0_comp_dir.png -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/Lightmap-0_comp_dir.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/Lightmap-0_comp_dir.png.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/Lightmap-0_comp_light.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/Lightmap-0_comp_light.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/Lightmap-0_comp_light.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/Lightmap-0_comp_light.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-0.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-0.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-0.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-0.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-1.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-1.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-1.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-1.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-10.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-10.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-10.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-10.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-11.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-11.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-11.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-11.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-2.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-2.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-2.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-2.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-3.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-3.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-3.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-3.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-4.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-4.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-4.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-4.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-5.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-5.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-5.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-5.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-6.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-6.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-6.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-6.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-7.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-7.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-7.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-7.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-8.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-8.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-8.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-8.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-9.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-9.exr -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-9.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxLightVolumes/ReflectionProbe-9.exr.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxSettings.lighting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxSettings.lighting -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxSettings.lighting.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/LightboxSettings.lighting.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightkit.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightkit.prefab -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightkit.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Lightkit.prefab.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxBlackCurtain.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxBlackCurtain.mat -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxBlackCurtain.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxBlackCurtain.mat.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxBlackWall.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxBlackWall.mat -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxBlackWall.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxBlackWall.mat.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxCafeCeiling.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxCafeCeiling.mat -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxCafeCeiling.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxCafeCeiling.mat.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxCafeFloor.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxCafeFloor.mat -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxCafeFloor.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxCafeFloor.mat.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxCafeWall.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxCafeWall.mat -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxCafeWall.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxCafeWall.mat.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxGrayFloor.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxGrayFloor.mat -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxGrayFloor.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxGrayFloor.mat.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxHighlightFrame.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxHighlightFrame.mat -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxHighlightFrame.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxHighlightFrame.mat.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxHighlightWall.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxHighlightWall.mat -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxHighlightWall.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxHighlightWall.mat.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxReflectionSphere.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxReflectionSphere.mat -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxReflectionSphere.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxReflectionSphere.mat.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxWhiteWall.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxWhiteWall.mat -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxWhiteWall.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxWhiteWall.mat.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxWindow.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxWindow.mat -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxWindow.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Materials/LightboxWindow.mat.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Models.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Models.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Models/LightboxRoom.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Models/LightboxRoom.fbx -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Models/LightboxRoom.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Models/LightboxRoom.fbx.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Models/LightboxSimple.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Models/LightboxSimple.fbx -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Models/LightboxSimple.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Models/LightboxSimple.fbx.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Models/Project~/LightboxRoom.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Models/Project~/LightboxRoom.blend -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Models/Project~/LightboxSimple.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Models/Project~/LightboxSimple.blend -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Profiles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Profiles.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Profiles/HaiLightboxCoffee.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Profiles/HaiLightboxCoffee.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Profiles/HaiLightboxCoffee.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Profiles/HaiLightboxCoffee.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Profiles/HaiLightboxColdBloom.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Profiles/HaiLightboxColdBloom.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Profiles/HaiLightboxColdBloom.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Profiles/HaiLightboxColdBloom.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Profiles/HaiLightboxPink.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Profiles/HaiLightboxPink.asset -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Profiles/HaiLightboxPink.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Profiles/HaiLightboxPink.asset.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Textures.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Textures/HaiLightboxCookieTest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Textures/HaiLightboxCookieTest.png -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Textures/HaiLightboxCookieTest.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxScenes/HaiLightbox/Textures/HaiLightboxCookieTest.png.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxViewer_PSD.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxViewer_PSD.psd -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/LightboxViewer_PSD.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/LightboxViewer_PSD.psd.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e49fc44478514671897e8960d9f755f3 3 | timeCreated: 1652453418 -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/Scripts/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5cceb58af63b46ed87c7feec29d5cf2b 3 | timeCreated: 1652453418 -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/Scripts/Editor/LightboxViewer.Editor.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/Scripts/Editor/LightboxViewer.Editor.asmdef -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/Scripts/Editor/LightboxViewer.Editor.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/Scripts/Editor/LightboxViewer.Editor.asmdef.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/Scripts/Editor/LightboxViewerEditorWindow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/Scripts/Editor/LightboxViewerEditorWindow.cs -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/Scripts/Editor/LightboxViewerEditorWindow.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5624414cb9834e16bf2fe3db86ed2a7d 3 | timeCreated: 1652453419 -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/Scripts/Editor/LightboxViewerGenerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/Scripts/Editor/LightboxViewerGenerator.cs -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/Scripts/Editor/LightboxViewerGenerator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0fe44152afaf488295d76d5c006fbe83 3 | timeCreated: 1652453419 -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/Scripts/Editor/LightboxViewerRenderQueue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/Scripts/Editor/LightboxViewerRenderQueue.cs -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/Scripts/Editor/LightboxViewerRenderQueue.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0075071509c64932a0db2da1e24824cb 3 | timeCreated: 1747929481 -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/Scripts/Runtime.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2d5a753c75d74b86a56df5a8a7fb9866 3 | timeCreated: 1747850660 -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/Scripts/Runtime/LightboxViewer.Runtime.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/Scripts/Runtime/LightboxViewer.Runtime.asmdef -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/Scripts/Runtime/LightboxViewer.Runtime.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b0c024317d104654ae7597c75551d4a4 3 | timeCreated: 1747850664 -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/Scripts/Runtime/LightboxViewerDefinition.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/Scripts/Runtime/LightboxViewerDefinition.cs -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/Scripts/Runtime/LightboxViewerDefinition.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/Scripts/Runtime/LightboxViewerDefinition.cs.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/Shaders.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/Shaders/HaiLightboxViewerCounterRoll.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/Shaders/HaiLightboxViewerCounterRoll.shader -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/Shaders/HaiLightboxViewerCounterRoll.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/Shaders/HaiLightboxViewerCounterRoll.shader.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/SupportingObjects.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/SupportingObjects.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/SupportingObjects/SpecialPasses.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/SupportingObjects/SpecialPasses.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/SupportingObjects/SpecialPasses/LightboxDepthEnabler-LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/SupportingObjects/SpecialPasses/LightboxDepthEnabler-LICENSE -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/SupportingObjects/SpecialPasses/LightboxDepthEnabler-LICENSE.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fc428d5626904a23b5efd7da05ff7c4b 3 | timeCreated: 1747904235 -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/SupportingObjects/SpecialPasses/LightboxDepthEnabler.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/SupportingObjects/SpecialPasses/LightboxDepthEnabler.prefab -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/SupportingObjects/SpecialPasses/LightboxDepthEnabler.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/SupportingObjects/SpecialPasses/LightboxDepthEnabler.prefab.meta -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/SupportingObjects/SpecialPasses/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/SupportingObjects/SpecialPasses/README.md -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/SupportingObjects/SpecialPasses/README.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a40e3924a9c439fa77b47b0528b1c7e 3 | timeCreated: 1747904264 -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/package.json -------------------------------------------------------------------------------- /Packages/dev.hai-vr.lightbox-viewer/package.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/Packages/dev.hai-vr.lightbox-viewer/package.json.meta -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hai-vr/lightbox-viewer/HEAD/README.md --------------------------------------------------------------------------------