├── .github └── FUNDING.yml ├── .gitignore ├── .vsconfig ├── Assets ├── Invelord.meta ├── Invelord │ ├── SEGI_URP.meta │ └── SEGI_URP │ │ ├── Resources.meta │ │ ├── Resources │ │ ├── Noise Textures.meta │ │ ├── Noise Textures │ │ │ ├── LDR_RGBA_0.png │ │ │ ├── LDR_RGBA_0.png.meta │ │ │ ├── LDR_RGBA_1.png │ │ │ ├── LDR_RGBA_1.png.meta │ │ │ ├── LDR_RGBA_10.png │ │ │ ├── LDR_RGBA_10.png.meta │ │ │ ├── LDR_RGBA_11.png │ │ │ ├── LDR_RGBA_11.png.meta │ │ │ ├── LDR_RGBA_12.png │ │ │ ├── LDR_RGBA_12.png.meta │ │ │ ├── LDR_RGBA_13.png │ │ │ ├── LDR_RGBA_13.png.meta │ │ │ ├── LDR_RGBA_14.png │ │ │ ├── LDR_RGBA_14.png.meta │ │ │ ├── LDR_RGBA_15.png │ │ │ ├── LDR_RGBA_15.png.meta │ │ │ ├── LDR_RGBA_16.png │ │ │ ├── LDR_RGBA_16.png.meta │ │ │ ├── LDR_RGBA_17.png │ │ │ ├── LDR_RGBA_17.png.meta │ │ │ ├── LDR_RGBA_18.png │ │ │ ├── LDR_RGBA_18.png.meta │ │ │ ├── LDR_RGBA_19.png │ │ │ ├── LDR_RGBA_19.png.meta │ │ │ ├── LDR_RGBA_2.png │ │ │ ├── LDR_RGBA_2.png.meta │ │ │ ├── LDR_RGBA_20.png │ │ │ ├── LDR_RGBA_20.png.meta │ │ │ ├── LDR_RGBA_21.png │ │ │ ├── LDR_RGBA_21.png.meta │ │ │ ├── LDR_RGBA_22.png │ │ │ ├── LDR_RGBA_22.png.meta │ │ │ ├── LDR_RGBA_23.png │ │ │ ├── LDR_RGBA_23.png.meta │ │ │ ├── LDR_RGBA_24.png │ │ │ ├── LDR_RGBA_24.png.meta │ │ │ ├── LDR_RGBA_25.png │ │ │ ├── LDR_RGBA_25.png.meta │ │ │ ├── LDR_RGBA_26.png │ │ │ ├── LDR_RGBA_26.png.meta │ │ │ ├── LDR_RGBA_27.png │ │ │ ├── LDR_RGBA_27.png.meta │ │ │ ├── LDR_RGBA_28.png │ │ │ ├── LDR_RGBA_28.png.meta │ │ │ ├── LDR_RGBA_29.png │ │ │ ├── LDR_RGBA_29.png.meta │ │ │ ├── LDR_RGBA_3.png │ │ │ ├── LDR_RGBA_3.png.meta │ │ │ ├── LDR_RGBA_30.png │ │ │ ├── LDR_RGBA_30.png.meta │ │ │ ├── LDR_RGBA_31.png │ │ │ ├── LDR_RGBA_31.png.meta │ │ │ ├── LDR_RGBA_32.png │ │ │ ├── LDR_RGBA_32.png.meta │ │ │ ├── LDR_RGBA_33.png │ │ │ ├── LDR_RGBA_33.png.meta │ │ │ ├── LDR_RGBA_34.png │ │ │ ├── LDR_RGBA_34.png.meta │ │ │ ├── LDR_RGBA_35.png │ │ │ ├── LDR_RGBA_35.png.meta │ │ │ ├── LDR_RGBA_36.png │ │ │ ├── LDR_RGBA_36.png.meta │ │ │ ├── LDR_RGBA_37.png │ │ │ ├── LDR_RGBA_37.png.meta │ │ │ ├── LDR_RGBA_38.png │ │ │ ├── LDR_RGBA_38.png.meta │ │ │ ├── LDR_RGBA_39.png │ │ │ ├── LDR_RGBA_39.png.meta │ │ │ ├── LDR_RGBA_4.png │ │ │ ├── LDR_RGBA_4.png.meta │ │ │ ├── LDR_RGBA_40.png │ │ │ ├── LDR_RGBA_40.png.meta │ │ │ ├── LDR_RGBA_41.png │ │ │ ├── LDR_RGBA_41.png.meta │ │ │ ├── LDR_RGBA_42.png │ │ │ ├── LDR_RGBA_42.png.meta │ │ │ ├── LDR_RGBA_43.png │ │ │ ├── LDR_RGBA_43.png.meta │ │ │ ├── LDR_RGBA_44.png │ │ │ ├── LDR_RGBA_44.png.meta │ │ │ ├── LDR_RGBA_45.png │ │ │ ├── LDR_RGBA_45.png.meta │ │ │ ├── LDR_RGBA_46.png │ │ │ ├── LDR_RGBA_46.png.meta │ │ │ ├── LDR_RGBA_47.png │ │ │ ├── LDR_RGBA_47.png.meta │ │ │ ├── LDR_RGBA_48.png │ │ │ ├── LDR_RGBA_48.png.meta │ │ │ ├── LDR_RGBA_49.png │ │ │ ├── LDR_RGBA_49.png.meta │ │ │ ├── LDR_RGBA_5.png │ │ │ ├── LDR_RGBA_5.png.meta │ │ │ ├── LDR_RGBA_50.png │ │ │ ├── LDR_RGBA_50.png.meta │ │ │ ├── LDR_RGBA_51.png │ │ │ ├── LDR_RGBA_51.png.meta │ │ │ ├── LDR_RGBA_52.png │ │ │ ├── LDR_RGBA_52.png.meta │ │ │ ├── LDR_RGBA_53.png │ │ │ ├── LDR_RGBA_53.png.meta │ │ │ ├── LDR_RGBA_54.png │ │ │ ├── LDR_RGBA_54.png.meta │ │ │ ├── LDR_RGBA_55.png │ │ │ ├── LDR_RGBA_55.png.meta │ │ │ ├── LDR_RGBA_56.png │ │ │ ├── LDR_RGBA_56.png.meta │ │ │ ├── LDR_RGBA_57.png │ │ │ ├── LDR_RGBA_57.png.meta │ │ │ ├── LDR_RGBA_58.png │ │ │ ├── LDR_RGBA_58.png.meta │ │ │ ├── LDR_RGBA_59.png │ │ │ ├── LDR_RGBA_59.png.meta │ │ │ ├── LDR_RGBA_6.png │ │ │ ├── LDR_RGBA_6.png.meta │ │ │ ├── LDR_RGBA_60.png │ │ │ ├── LDR_RGBA_60.png.meta │ │ │ ├── LDR_RGBA_61.png │ │ │ ├── LDR_RGBA_61.png.meta │ │ │ ├── LDR_RGBA_62.png │ │ │ ├── LDR_RGBA_62.png.meta │ │ │ ├── LDR_RGBA_63.png │ │ │ ├── LDR_RGBA_63.png.meta │ │ │ ├── LDR_RGBA_7.png │ │ │ ├── LDR_RGBA_7.png.meta │ │ │ ├── LDR_RGBA_8.png │ │ │ ├── LDR_RGBA_8.png.meta │ │ │ ├── LDR_RGBA_9.png │ │ │ └── LDR_RGBA_9.png.meta │ │ ├── RenderSunDepthData.asset │ │ ├── RenderSunDepthData.asset.meta │ │ ├── SEGIBlocker.shader │ │ ├── SEGIBlocker.shader.meta │ │ ├── SEGIClear.compute │ │ ├── SEGIClear.compute.meta │ │ ├── SEGIMipFilter.compute │ │ ├── SEGIMipFilter.compute.meta │ │ ├── SEGIPass.meta │ │ ├── SEGIPass │ │ │ ├── DiffuseTrace.hlsl │ │ │ ├── DiffuseTrace.hlsl.meta │ │ │ ├── DiffuseTrace.shadergraph │ │ │ ├── DiffuseTrace.shadergraph.meta │ │ │ ├── HelperFunc.hlsl │ │ │ ├── HelperFunc.hlsl.meta │ │ │ ├── ReflectionTrace.hlsl │ │ │ ├── ReflectionTrace.hlsl.meta │ │ │ ├── ReflectionTrace.shadergraph │ │ │ ├── ReflectionTrace.shadergraph.meta │ │ │ ├── SEGI_URP.mat │ │ │ ├── SEGI_URP.mat.meta │ │ │ ├── SEGI_URP.shadergraph │ │ │ ├── SEGI_URP.shadergraph.meta │ │ │ ├── VisualizeVoxels.hlsl │ │ │ ├── VisualizeVoxels.hlsl.meta │ │ │ ├── VisualizeVoxels.shadergraph │ │ │ └── VisualizeVoxels.shadergraph.meta │ │ ├── SEGIRenderSunDepth.shader │ │ ├── SEGIRenderSunDepth.shader.meta │ │ ├── SEGITransferInts.compute │ │ ├── SEGITransferInts.compute.meta │ │ ├── SEGIVoxelizeScene.hlsl │ │ ├── SEGIVoxelizeScene.hlsl.meta │ │ ├── SEGIVoxelizeScene.shader │ │ ├── SEGIVoxelizeScene.shader.meta │ │ ├── VoxelTrace.asset │ │ ├── VoxelTrace.asset.meta │ │ ├── VoxelizeScene.asset │ │ ├── VoxelizeScene.asset.meta │ │ ├── WorldTrace.hlsl │ │ ├── WorldTrace.hlsl.meta │ │ ├── WorldTrace.shader │ │ └── WorldTrace.shader.meta │ │ ├── SEGI_RP.asset │ │ ├── SEGI_RP.asset.meta │ │ ├── SEGI_Renderer.asset │ │ ├── SEGI_Renderer.asset.meta │ │ ├── SEGI_URP.cs │ │ ├── SEGI_URP.cs.meta │ │ ├── SEGI_URP_ForwardBuffers.cs │ │ ├── SEGI_URP_ForwardBuffers.cs.meta │ │ ├── Scenes.meta │ │ └── Scenes │ │ ├── Cornell Box.meta │ │ └── Cornell Box │ │ ├── Cornell Box.unity │ │ ├── Cornell Box.unity.meta │ │ ├── Floor.mat │ │ ├── Floor.mat.meta │ │ ├── Green Wall.mat │ │ ├── Green Wall.mat.meta │ │ ├── Red Wall.mat │ │ ├── Red Wall.mat.meta │ │ ├── Stanford's Lucy Angel.obj │ │ ├── Stanford's Lucy Angel.obj.meta │ │ ├── Stanford_s_Lucy_Angel_lowMat.mat │ │ ├── Stanford_s_Lucy_Angel_lowMat.mat.meta │ │ ├── White Wall.mat │ │ └── White Wall.mat.meta ├── SceneTemplateAssets.meta ├── SceneTemplateAssets │ ├── Common.meta │ └── Common │ │ ├── Models.meta │ │ └── Models │ │ ├── UnityMaterialBall.fbx │ │ └── UnityMaterialBall.fbx.meta ├── Settings.meta └── Settings │ ├── DefaultVolumeProfile.asset │ ├── DefaultVolumeProfile.asset.meta │ ├── SampleSceneProfile.asset │ ├── SampleSceneProfile.asset.meta │ ├── UniversalRenderPipelineGlobalSettings.asset │ └── UniversalRenderPipelineGlobalSettings.asset.meta ├── LICENSE ├── Packages ├── manifest.json └── packages-lock.json ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── MemorySettings.asset ├── MultiplayerManager.asset ├── NavMeshAreas.asset ├── PackageManagerSettings.asset ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── SceneTemplateSettings.json ├── ShaderGraphSettings.asset ├── TagManager.asset ├── TimeManager.asset ├── URPProjectSettings.asset ├── UnityConnectSettings.asset ├── VFXManager.asset ├── VersionControlSettings.asset └── XRSettings.asset ├── README.md ├── Thumbnail.gif └── voxel-gi-process.jpg /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/.gitignore -------------------------------------------------------------------------------- /.vsconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/.vsconfig -------------------------------------------------------------------------------- /Assets/Invelord.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_0.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_0.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_0.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_1.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_1.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_10.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_10.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_10.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_11.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_11.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_11.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_12.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_12.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_12.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_13.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_13.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_13.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_14.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_14.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_14.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_15.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_15.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_15.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_16.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_16.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_16.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_17.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_17.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_17.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_18.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_18.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_18.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_19.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_19.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_19.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_2.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_2.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_2.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_20.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_20.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_20.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_21.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_21.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_21.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_22.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_22.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_22.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_23.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_23.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_23.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_24.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_24.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_24.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_25.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_25.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_25.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_26.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_26.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_26.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_27.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_27.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_27.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_28.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_28.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_28.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_29.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_29.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_29.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_3.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_3.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_3.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_30.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_30.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_30.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_31.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_31.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_31.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_32.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_32.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_32.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_33.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_33.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_33.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_34.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_34.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_34.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_35.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_35.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_35.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_36.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_36.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_36.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_37.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_37.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_37.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_38.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_38.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_38.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_39.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_39.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_39.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_4.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_4.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_4.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_40.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_40.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_40.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_41.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_41.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_41.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_42.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_42.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_42.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_43.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_43.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_43.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_44.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_44.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_44.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_45.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_45.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_45.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_46.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_46.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_46.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_47.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_47.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_47.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_48.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_48.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_48.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_49.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_49.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_49.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_5.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_5.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_5.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_50.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_50.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_50.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_51.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_51.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_51.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_51.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_52.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_52.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_52.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_52.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_53.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_53.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_53.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_53.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_54.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_54.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_54.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_54.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_55.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_55.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_55.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_56.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_56.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_56.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_57.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_57.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_57.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_58.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_58.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_58.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_59.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_59.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_59.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_59.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_6.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_6.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_6.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_60.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_60.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_60.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_61.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_61.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_61.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_61.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_62.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_62.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_62.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_62.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_63.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_63.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_63.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_63.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_7.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_7.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_7.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_8.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_8.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_8.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_9.png -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_9.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/Noise Textures/LDR_RGBA_9.png.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/RenderSunDepthData.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/RenderSunDepthData.asset -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/RenderSunDepthData.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/RenderSunDepthData.asset.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/SEGIBlocker.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/SEGIBlocker.shader -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/SEGIBlocker.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/SEGIBlocker.shader.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/SEGIClear.compute: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/SEGIClear.compute -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/SEGIClear.compute.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/SEGIClear.compute.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/SEGIMipFilter.compute: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/SEGIMipFilter.compute -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/SEGIMipFilter.compute.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/SEGIMipFilter.compute.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/SEGIPass.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/SEGIPass.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/SEGIPass/DiffuseTrace.hlsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/SEGIPass/DiffuseTrace.hlsl -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/SEGIPass/DiffuseTrace.hlsl.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/SEGIPass/DiffuseTrace.hlsl.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/SEGIPass/DiffuseTrace.shadergraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/SEGIPass/DiffuseTrace.shadergraph -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/SEGIPass/DiffuseTrace.shadergraph.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/SEGIPass/DiffuseTrace.shadergraph.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/SEGIPass/HelperFunc.hlsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/SEGIPass/HelperFunc.hlsl -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/SEGIPass/HelperFunc.hlsl.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/SEGIPass/HelperFunc.hlsl.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/SEGIPass/ReflectionTrace.hlsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/SEGIPass/ReflectionTrace.hlsl -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/SEGIPass/ReflectionTrace.hlsl.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/SEGIPass/ReflectionTrace.hlsl.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/SEGIPass/ReflectionTrace.shadergraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/SEGIPass/ReflectionTrace.shadergraph -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/SEGIPass/ReflectionTrace.shadergraph.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/SEGIPass/ReflectionTrace.shadergraph.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/SEGIPass/SEGI_URP.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/SEGIPass/SEGI_URP.mat -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/SEGIPass/SEGI_URP.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/SEGIPass/SEGI_URP.mat.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/SEGIPass/SEGI_URP.shadergraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/SEGIPass/SEGI_URP.shadergraph -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/SEGIPass/SEGI_URP.shadergraph.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/SEGIPass/SEGI_URP.shadergraph.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/SEGIPass/VisualizeVoxels.hlsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/SEGIPass/VisualizeVoxels.hlsl -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/SEGIPass/VisualizeVoxels.hlsl.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/SEGIPass/VisualizeVoxels.hlsl.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/SEGIPass/VisualizeVoxels.shadergraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/SEGIPass/VisualizeVoxels.shadergraph -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/SEGIPass/VisualizeVoxels.shadergraph.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/SEGIPass/VisualizeVoxels.shadergraph.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/SEGIRenderSunDepth.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/SEGIRenderSunDepth.shader -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/SEGIRenderSunDepth.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/SEGIRenderSunDepth.shader.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/SEGITransferInts.compute: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/SEGITransferInts.compute -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/SEGITransferInts.compute.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/SEGITransferInts.compute.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/SEGIVoxelizeScene.hlsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/SEGIVoxelizeScene.hlsl -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/SEGIVoxelizeScene.hlsl.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/SEGIVoxelizeScene.hlsl.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/SEGIVoxelizeScene.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/SEGIVoxelizeScene.shader -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/SEGIVoxelizeScene.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/SEGIVoxelizeScene.shader.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/VoxelTrace.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/VoxelTrace.asset -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/VoxelTrace.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/VoxelTrace.asset.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/VoxelizeScene.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/VoxelizeScene.asset -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/VoxelizeScene.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/VoxelizeScene.asset.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/WorldTrace.hlsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/WorldTrace.hlsl -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/WorldTrace.hlsl.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/WorldTrace.hlsl.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/WorldTrace.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/WorldTrace.shader -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Resources/WorldTrace.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Resources/WorldTrace.shader.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/SEGI_RP.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/SEGI_RP.asset -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/SEGI_RP.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/SEGI_RP.asset.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/SEGI_Renderer.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/SEGI_Renderer.asset -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/SEGI_Renderer.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/SEGI_Renderer.asset.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/SEGI_URP.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/SEGI_URP.cs -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/SEGI_URP.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/SEGI_URP.cs.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/SEGI_URP_ForwardBuffers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/SEGI_URP_ForwardBuffers.cs -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/SEGI_URP_ForwardBuffers.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f2c94ecf459db5498c125417f07a15b -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Scenes.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Scenes/Cornell Box.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Scenes/Cornell Box.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Scenes/Cornell Box/Cornell Box.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Scenes/Cornell Box/Cornell Box.unity -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Scenes/Cornell Box/Cornell Box.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Scenes/Cornell Box/Cornell Box.unity.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Scenes/Cornell Box/Floor.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Scenes/Cornell Box/Floor.mat -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Scenes/Cornell Box/Floor.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Scenes/Cornell Box/Floor.mat.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Scenes/Cornell Box/Green Wall.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Scenes/Cornell Box/Green Wall.mat -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Scenes/Cornell Box/Green Wall.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Scenes/Cornell Box/Green Wall.mat.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Scenes/Cornell Box/Red Wall.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Scenes/Cornell Box/Red Wall.mat -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Scenes/Cornell Box/Red Wall.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Scenes/Cornell Box/Red Wall.mat.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Scenes/Cornell Box/Stanford's Lucy Angel.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Scenes/Cornell Box/Stanford's Lucy Angel.obj -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Scenes/Cornell Box/Stanford's Lucy Angel.obj.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Scenes/Cornell Box/Stanford's Lucy Angel.obj.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Scenes/Cornell Box/Stanford_s_Lucy_Angel_lowMat.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Scenes/Cornell Box/Stanford_s_Lucy_Angel_lowMat.mat -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Scenes/Cornell Box/Stanford_s_Lucy_Angel_lowMat.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Scenes/Cornell Box/Stanford_s_Lucy_Angel_lowMat.mat.meta -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Scenes/Cornell Box/White Wall.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Scenes/Cornell Box/White Wall.mat -------------------------------------------------------------------------------- /Assets/Invelord/SEGI_URP/Scenes/Cornell Box/White Wall.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Invelord/SEGI_URP/Scenes/Cornell Box/White Wall.mat.meta -------------------------------------------------------------------------------- /Assets/SceneTemplateAssets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/SceneTemplateAssets.meta -------------------------------------------------------------------------------- /Assets/SceneTemplateAssets/Common.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/SceneTemplateAssets/Common.meta -------------------------------------------------------------------------------- /Assets/SceneTemplateAssets/Common/Models.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/SceneTemplateAssets/Common/Models.meta -------------------------------------------------------------------------------- /Assets/SceneTemplateAssets/Common/Models/UnityMaterialBall.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/SceneTemplateAssets/Common/Models/UnityMaterialBall.fbx -------------------------------------------------------------------------------- /Assets/SceneTemplateAssets/Common/Models/UnityMaterialBall.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/SceneTemplateAssets/Common/Models/UnityMaterialBall.fbx.meta -------------------------------------------------------------------------------- /Assets/Settings.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Settings.meta -------------------------------------------------------------------------------- /Assets/Settings/DefaultVolumeProfile.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Settings/DefaultVolumeProfile.asset -------------------------------------------------------------------------------- /Assets/Settings/DefaultVolumeProfile.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Settings/DefaultVolumeProfile.asset.meta -------------------------------------------------------------------------------- /Assets/Settings/SampleSceneProfile.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Settings/SampleSceneProfile.asset -------------------------------------------------------------------------------- /Assets/Settings/SampleSceneProfile.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Settings/SampleSceneProfile.asset.meta -------------------------------------------------------------------------------- /Assets/Settings/UniversalRenderPipelineGlobalSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Settings/UniversalRenderPipelineGlobalSettings.asset -------------------------------------------------------------------------------- /Assets/Settings/UniversalRenderPipelineGlobalSettings.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Assets/Settings/UniversalRenderPipelineGlobalSettings.asset.meta -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/LICENSE -------------------------------------------------------------------------------- /Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Packages/manifest.json -------------------------------------------------------------------------------- /Packages/packages-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Packages/packages-lock.json -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/MemorySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/ProjectSettings/MemorySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/MultiplayerManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/ProjectSettings/MultiplayerManager.asset -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /ProjectSettings/PackageManagerSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/ProjectSettings/PackageManagerSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/ProjectSettings/ProjectVersion.txt -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/SceneTemplateSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/ProjectSettings/SceneTemplateSettings.json -------------------------------------------------------------------------------- /ProjectSettings/ShaderGraphSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/ProjectSettings/ShaderGraphSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /ProjectSettings/URPProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/ProjectSettings/URPProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/ProjectSettings/VFXManager.asset -------------------------------------------------------------------------------- /ProjectSettings/VersionControlSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/ProjectSettings/VersionControlSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/ProjectSettings/XRSettings.asset -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/README.md -------------------------------------------------------------------------------- /Thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/Thumbnail.gif -------------------------------------------------------------------------------- /voxel-gi-process.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Invelord/segi-urp/HEAD/voxel-gi-process.jpg --------------------------------------------------------------------------------