├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md └── workflows │ └── build-documentation.yml ├── Documentation ├── .gitignore ├── api │ ├── .manifest │ ├── ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.yml │ ├── ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.yml │ ├── ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.yml │ ├── ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.yml │ ├── ProgLibrary.PrecomputedCulling.Bake.ProgressBar.yml │ ├── ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.yml │ ├── ProgLibrary.PrecomputedCulling.Bake.yml │ ├── ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.yml │ ├── ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.yml │ ├── ProgLibrary.PrecomputedCulling.BakeControllers.yml │ ├── ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.yml │ ├── ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.yml │ ├── ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.yml │ ├── ProgLibrary.PrecomputedCulling.BakeHelper.yml │ ├── ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.yml │ ├── ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.yml │ ├── ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.yml │ ├── ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.yml │ ├── ProgLibrary.PrecomputedCulling.DataModels.PrecomputedDataVariant.yml │ ├── ProgLibrary.PrecomputedCulling.DataModels.PrecomputedGroupData.yml │ ├── ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.yml │ ├── ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.yml │ ├── ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.yml │ ├── ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.IPrecomputedRendererContainer.yml │ ├── ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererBaseContainer.yml │ ├── ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererContainer-1.yml │ ├── ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.yml │ ├── ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData.yml │ ├── ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.yml │ ├── ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.yml │ ├── ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.yml │ ├── ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.yml │ ├── ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.yml │ ├── ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.yml │ ├── ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.yml │ ├── ProgLibrary.PrecomputedCulling.DataModels.SceneData.ValidOccluderEnum.yml │ ├── ProgLibrary.PrecomputedCulling.DataModels.SceneData.yml │ ├── ProgLibrary.PrecomputedCulling.DataModels.yml │ ├── ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.yml │ ├── ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.yml │ ├── ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.yml │ ├── ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.yml │ ├── ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.yml │ ├── ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.yml │ ├── ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.yml │ ├── ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling.yml │ ├── ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester-1.yml │ ├── ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.yml │ ├── ProgLibrary.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.yml │ ├── ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.yml │ ├── ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedCullingRendererId.yml │ ├── ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.yml │ ├── ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.yml │ ├── ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.yml │ ├── ProgLibrary.PrecomputedCulling.MonoBehaviours.yml │ ├── ProgLibrary.PrecomputedCulling.PrecomputedCamera.yml │ ├── ProgLibrary.PrecomputedCulling.PrecomputedController.yml │ ├── ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.yml │ ├── ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.BoundingBoxTests.yml │ ├── ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.PrecomputedChunkDataTests.yml │ ├── ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.yml │ ├── ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.CameraVisibleTests.yml │ ├── ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.yml │ ├── ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.yml │ ├── ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.yml │ ├── ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.yml │ ├── ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.yml │ ├── ProgLibrary.PrecomputedCulling.Provider.ZipProvider.yml │ ├── ProgLibrary.PrecomputedCulling.Provider.yml │ ├── ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.yml │ ├── ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.yml │ ├── ProgLibrary.PrecomputedCulling.Renderer.yml │ ├── ProgLibrary.PrecomputedCulling.Settings.BakeAlgorithm.yml │ ├── ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeCameraSettings.yml │ ├── ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings.yml │ ├── ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings.yml │ ├── ProgLibrary.PrecomputedCulling.Settings.PrecomputedBaseBakeSettings.yml │ ├── ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.yml │ ├── ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea.yml │ ├── ProgLibrary.PrecomputedCulling.Settings.TextureResolution.yml │ ├── ProgLibrary.PrecomputedCulling.Settings.yml │ ├── ProgLibrary.PrecomputedCulling.Utils.ArrayUtils.yml │ ├── ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.yml │ ├── ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.yml │ ├── ProgLibrary.PrecomputedCulling.Utils.CoroutineState.yml │ ├── ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.yml │ ├── ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.yml │ ├── ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.yml │ ├── ProgLibrary.PrecomputedCulling.Utils.yml │ ├── ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.yml │ ├── ProgLibrary.PrecomputedCulling.Versioning.Version.yml │ ├── ProgLibrary.PrecomputedCulling.Versioning.yml │ ├── ProgLibrary.PrecomputedCulling.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.Bake.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.Config.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.CreatePrecomputedPackage.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.CustomMenu.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.EditorWindows.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.ColorInfo.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.OverlayWindow.ReflectedOverlayWindow.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.OverlayWindow.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.PrecomputedHighlightTool.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.SerializedPropertyExtensions.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.URLs.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.Utils.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.Versioning.GitHubReleaseData.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.Result.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.Versioning.yml │ ├── ProgLibrary.PrecomputedCulling_Editor.yml │ ├── index.md │ └── toc.yml ├── articles │ ├── faq.md │ ├── features.md │ ├── intro.md │ ├── quickstart.md │ ├── runtime-bake.md │ ├── toc.yml │ └── wip.md ├── docfx.json ├── images │ ├── area-data.png │ ├── camera-data.png │ ├── camera-quality.png │ ├── culing_off.png │ ├── culing_on.png │ ├── gizmos.gif │ ├── house-with-occlusion.png │ ├── house-without-occlusion.png │ ├── import_unity_package.png │ ├── minimal-required-visibility.gif │ ├── package_manager_my_assets.png │ ├── precomputed_area_setup.png │ ├── preview-bake.gif │ ├── spots-and-cells.gif │ └── unityhub_new_project.png ├── index.md ├── meta.json ├── template │ ├── ManagedReference.common.js │ ├── ManagedReference.extension.js │ ├── ManagedReference.html.primary.js │ ├── ManagedReference.html.primary.tmpl │ ├── RestApi.common.js │ ├── RestApi.extension.js │ ├── RestApi.html.primary.js │ ├── RestApi.html.primary.tmpl │ ├── UniversalReference.common.js │ ├── UniversalReference.extension.js │ ├── UniversalReference.html.primary.js │ ├── UniversalReference.html.primary.tmpl │ ├── common.js │ ├── conceptual.extension.js │ ├── conceptual.html.primary.js │ ├── conceptual.html.primary.tmpl │ ├── favicon.ico │ ├── fonts │ │ ├── glyphicons-halflings-regular.eot │ │ ├── glyphicons-halflings-regular.svg │ │ ├── glyphicons-halflings-regular.ttf │ │ ├── glyphicons-halflings-regular.woff │ │ └── glyphicons-halflings-regular.woff2 │ ├── layout │ │ └── _master.tmpl │ ├── logo.svg │ ├── partials │ │ ├── _affix.liquid │ │ ├── _breadcrumb.liquid │ │ ├── _footer.liquid │ │ ├── _head.liquid │ │ ├── _logo.liquid │ │ ├── _navbar.liquid │ │ ├── _scripts.liquid │ │ ├── _toc.liquid │ │ ├── affix.tmpl.partial │ │ ├── breadcrumb.tmpl.partial │ │ ├── class.header.tmpl.partial │ │ ├── class.tmpl.partial │ │ ├── classSubtitle.tmpl.partial │ │ ├── customMREFContent.tmpl.partial │ │ ├── dd-li.tmpl.partial │ │ ├── enum.tmpl.partial │ │ ├── footer.tmpl.partial │ │ ├── head.tmpl.partial │ │ ├── li.tmpl.partial │ │ ├── logo.tmpl.partial │ │ ├── namespace.tmpl.partial │ │ ├── namespaceSubtitle.tmpl.partial │ │ ├── navbar.tmpl.partial │ │ ├── rest.child.tmpl.partial │ │ ├── rest.tmpl.partial │ │ ├── scripts.tmpl.partial │ │ ├── searchResults.tmpl.partial │ │ ├── title.tmpl.partial │ │ ├── toc.tmpl.partial │ │ └── uref │ │ │ ├── class.header.tmpl.partial │ │ │ ├── class.tmpl.partial │ │ │ ├── enum.tmpl.partial │ │ │ ├── inheritance.tmpl.partial │ │ │ ├── namespace.tmpl.partial │ │ │ └── parameters.tmpl.partial │ ├── search-stopwords.json │ ├── styles │ │ ├── docfx.css │ │ ├── docfx.js │ │ ├── docfx.vendor.css │ │ ├── docfx.vendor.js │ │ ├── lunr.js │ │ ├── lunr.min.js │ │ ├── main.css │ │ ├── main.js │ │ └── search-worker.js │ ├── toc.extension.js │ ├── toc.html.js │ ├── toc.html.tmpl │ └── token.json ├── test.txt ├── toc.yml └── videos │ └── precomputed-vs-umbra.mp4 ├── LICENSE ├── Other └── Video-Scripts-18-09-2023 │ ├── FollowSceneCamera.cs │ └── ProfileStats.cs └── README.md /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/workflows/build-documentation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/.github/workflows/build-documentation.yml -------------------------------------------------------------------------------- /Documentation/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/.gitignore -------------------------------------------------------------------------------- /Documentation/api/.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/.manifest -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.DemoRuntimeBakeProgress.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.IBakeProgress.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Bake.ProgressBar.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Bake.RuntimeBakeProcess.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Bake.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Bake.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedSpriteBakeController.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.BakeControllers.PrecomputedTerrainBakeController.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.BakeControllers.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.BakeControllers.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.BakeHelper.BaseBakeHelper.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.BakeHelper.CommonBakeHelper.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.BakeHelper.RuntimeBakeHelper.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.BakeHelper.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.BakeHelper.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.AreaDataIndex.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.BoundingBox.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedChunkData.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedData.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedDataVariant.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedDataVariant.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedGroupData.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedGroupData.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneAreaData.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedSceneVariantData.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.PrecomputedVisibilityIndices.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.IPrecomputedRendererContainer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.IPrecomputedRendererContainer.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererBaseContainer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererBaseContainer.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererContainer-1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.PrecomputedRendererContainer-1.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.Abstract.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedChunkElementData.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedLODGroupContainer.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedMeshRendererContainer.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRenderer.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedRendererBakeContainer.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneData.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneInfo.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.PrecomputedSceneRuntimeData.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.ValidOccluderEnum.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.ValidOccluderEnum.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.SceneData.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.DataModels.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.IdCubemapCamera.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.PrecomputedSaveTexture.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.ColorIndexingCameraRenderer.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.Renderer.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.CubeMapCamera.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.CameraMatrixUtils.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCamera.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.FrustumCulling.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester-1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester-1.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.IVisibilityTester.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PCCMonoBehaviour.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedArea.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedCullingRendererId.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedCullingRendererId.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedLoadMethod.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedManager.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.PrecomputedSceneSettings.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.MonoBehaviours.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.PrecomputedCamera.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.PrecomputedCamera.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.PrecomputedController.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.PrecomputedController.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.ArrayUtilsTests.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.BoundingBoxTests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.BoundingBoxTests.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.PrecomputedChunkDataTests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.PrecomputedChunkDataTests.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_Tests.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.CameraVisibleTests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.CameraVisibleTests.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.PrecomputedCulling_TestsPlay.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Provider.AssetBundleProvider.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Provider.IPrecomputedDataProvider.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.SimpleTextSerializer.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.ZipProvider.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Provider.ZipProvider.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Provider.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Provider.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Renderer.CustomOcclusionScriptableRenderer.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Renderer.RendererBakeAlgorithm.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Renderer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Renderer.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Settings.BakeAlgorithm.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Settings.BakeAlgorithm.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeCameraSettings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeCameraSettings.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeIdCubemapSettings.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBakeTargetedFrustumSettings.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBaseBakeSettings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedBaseBakeSettings.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedDataSettings.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Settings.PrecomputedSettingsArea.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Settings.TextureResolution.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Settings.TextureResolution.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Settings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Settings.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Utils.ArrayUtils.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Utils.ArrayUtils.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Utils.BoundingBoxExtensions.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Utils.ComputeShaderUtilities.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Utils.CoroutineState.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Utils.CoroutineState.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Utils.CullingReferenceHelper.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.CameraIterator.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Utils.PrecomputedAreaExtensions.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Utils.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Utils.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Versioning.Version.Serializable.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Versioning.Version.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Versioning.Version.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.Versioning.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.Versioning.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.Bake.BasicEditorBakeProgress.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.Bake.EditorBakeHelper.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedBakeProcess.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.Bake.PrecomputedCullingPipeline.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.Bake.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.Bake.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.BaseManualEditorWindow.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.Versioning.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.Config.PCCConfig.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.Config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.Config.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.CreatePrecomputedPackage.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.CreatePrecomputedPackage.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PCCMonoBehaviourEditor.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedAreaEditor.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedCameraEditor.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSettingsEditor.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.PrecomputedSceneSetup.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.CustomMenu.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.EditorWindowExtensions.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCEditorWindow.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsVersionSection.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.SettingCategory.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCSettingsWindow.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.PCCWelcomePopup.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.UIToolkitExtensions.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.EditorWindows.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.IManualEditorWindow.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.ColorInfo.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.ColorInfo.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.LegendColorInfo.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.OverlayWindow.ReflectedOverlayWindow.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.OverlayWindow.ReflectedOverlayWindow.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.OverlayWindow.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.OverlayWindow.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedHighlightTool.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedHighlightTool.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.PrecomputedPlayStateNotifier.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.SerializedPropertyExtensions.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.SerializedPropertyExtensions.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.URLs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.URLs.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.Utils.PCCEditorConst.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.Utils.PrecomputedEditorUtils.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.Utils.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.Utils.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.GitHubReleaseData.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.GitHubReleaseData.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.Result.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.Result.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.VersionValidator.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.Versioning.yml -------------------------------------------------------------------------------- /Documentation/api/ProgLibrary.PrecomputedCulling_Editor.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/ProgLibrary.PrecomputedCulling_Editor.yml -------------------------------------------------------------------------------- /Documentation/api/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/index.md -------------------------------------------------------------------------------- /Documentation/api/toc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/api/toc.yml -------------------------------------------------------------------------------- /Documentation/articles/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/articles/faq.md -------------------------------------------------------------------------------- /Documentation/articles/features.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/articles/features.md -------------------------------------------------------------------------------- /Documentation/articles/intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/articles/intro.md -------------------------------------------------------------------------------- /Documentation/articles/quickstart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/articles/quickstart.md -------------------------------------------------------------------------------- /Documentation/articles/runtime-bake.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/articles/runtime-bake.md -------------------------------------------------------------------------------- /Documentation/articles/toc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/articles/toc.yml -------------------------------------------------------------------------------- /Documentation/articles/wip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/articles/wip.md -------------------------------------------------------------------------------- /Documentation/docfx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/docfx.json -------------------------------------------------------------------------------- /Documentation/images/area-data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/images/area-data.png -------------------------------------------------------------------------------- /Documentation/images/camera-data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/images/camera-data.png -------------------------------------------------------------------------------- /Documentation/images/camera-quality.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/images/camera-quality.png -------------------------------------------------------------------------------- /Documentation/images/culing_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/images/culing_off.png -------------------------------------------------------------------------------- /Documentation/images/culing_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/images/culing_on.png -------------------------------------------------------------------------------- /Documentation/images/gizmos.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/images/gizmos.gif -------------------------------------------------------------------------------- /Documentation/images/house-with-occlusion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/images/house-with-occlusion.png -------------------------------------------------------------------------------- /Documentation/images/house-without-occlusion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/images/house-without-occlusion.png -------------------------------------------------------------------------------- /Documentation/images/import_unity_package.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/images/import_unity_package.png -------------------------------------------------------------------------------- /Documentation/images/minimal-required-visibility.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/images/minimal-required-visibility.gif -------------------------------------------------------------------------------- /Documentation/images/package_manager_my_assets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/images/package_manager_my_assets.png -------------------------------------------------------------------------------- /Documentation/images/precomputed_area_setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/images/precomputed_area_setup.png -------------------------------------------------------------------------------- /Documentation/images/preview-bake.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/images/preview-bake.gif -------------------------------------------------------------------------------- /Documentation/images/spots-and-cells.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/images/spots-and-cells.gif -------------------------------------------------------------------------------- /Documentation/images/unityhub_new_project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/images/unityhub_new_project.png -------------------------------------------------------------------------------- /Documentation/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/index.md -------------------------------------------------------------------------------- /Documentation/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/meta.json -------------------------------------------------------------------------------- /Documentation/template/ManagedReference.common.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/ManagedReference.common.js -------------------------------------------------------------------------------- /Documentation/template/ManagedReference.extension.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/ManagedReference.extension.js -------------------------------------------------------------------------------- /Documentation/template/ManagedReference.html.primary.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/ManagedReference.html.primary.js -------------------------------------------------------------------------------- /Documentation/template/ManagedReference.html.primary.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/ManagedReference.html.primary.tmpl -------------------------------------------------------------------------------- /Documentation/template/RestApi.common.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/RestApi.common.js -------------------------------------------------------------------------------- /Documentation/template/RestApi.extension.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/RestApi.extension.js -------------------------------------------------------------------------------- /Documentation/template/RestApi.html.primary.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/RestApi.html.primary.js -------------------------------------------------------------------------------- /Documentation/template/RestApi.html.primary.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/RestApi.html.primary.tmpl -------------------------------------------------------------------------------- /Documentation/template/UniversalReference.common.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/UniversalReference.common.js -------------------------------------------------------------------------------- /Documentation/template/UniversalReference.extension.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/UniversalReference.extension.js -------------------------------------------------------------------------------- /Documentation/template/UniversalReference.html.primary.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/UniversalReference.html.primary.js -------------------------------------------------------------------------------- /Documentation/template/UniversalReference.html.primary.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/UniversalReference.html.primary.tmpl -------------------------------------------------------------------------------- /Documentation/template/common.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/common.js -------------------------------------------------------------------------------- /Documentation/template/conceptual.extension.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/conceptual.extension.js -------------------------------------------------------------------------------- /Documentation/template/conceptual.html.primary.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/conceptual.html.primary.js -------------------------------------------------------------------------------- /Documentation/template/conceptual.html.primary.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/conceptual.html.primary.tmpl -------------------------------------------------------------------------------- /Documentation/template/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/favicon.ico -------------------------------------------------------------------------------- /Documentation/template/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /Documentation/template/fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /Documentation/template/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /Documentation/template/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /Documentation/template/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /Documentation/template/layout/_master.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/layout/_master.tmpl -------------------------------------------------------------------------------- /Documentation/template/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/logo.svg -------------------------------------------------------------------------------- /Documentation/template/partials/_affix.liquid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/partials/_affix.liquid -------------------------------------------------------------------------------- /Documentation/template/partials/_breadcrumb.liquid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/partials/_breadcrumb.liquid -------------------------------------------------------------------------------- /Documentation/template/partials/_footer.liquid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/partials/_footer.liquid -------------------------------------------------------------------------------- /Documentation/template/partials/_head.liquid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/partials/_head.liquid -------------------------------------------------------------------------------- /Documentation/template/partials/_logo.liquid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/partials/_logo.liquid -------------------------------------------------------------------------------- /Documentation/template/partials/_navbar.liquid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/partials/_navbar.liquid -------------------------------------------------------------------------------- /Documentation/template/partials/_scripts.liquid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/partials/_scripts.liquid -------------------------------------------------------------------------------- /Documentation/template/partials/_toc.liquid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/partials/_toc.liquid -------------------------------------------------------------------------------- /Documentation/template/partials/affix.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/partials/affix.tmpl.partial -------------------------------------------------------------------------------- /Documentation/template/partials/breadcrumb.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/partials/breadcrumb.tmpl.partial -------------------------------------------------------------------------------- /Documentation/template/partials/class.header.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/partials/class.header.tmpl.partial -------------------------------------------------------------------------------- /Documentation/template/partials/class.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/partials/class.tmpl.partial -------------------------------------------------------------------------------- /Documentation/template/partials/classSubtitle.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/partials/classSubtitle.tmpl.partial -------------------------------------------------------------------------------- /Documentation/template/partials/customMREFContent.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/partials/customMREFContent.tmpl.partial -------------------------------------------------------------------------------- /Documentation/template/partials/dd-li.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/partials/dd-li.tmpl.partial -------------------------------------------------------------------------------- /Documentation/template/partials/enum.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/partials/enum.tmpl.partial -------------------------------------------------------------------------------- /Documentation/template/partials/footer.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/partials/footer.tmpl.partial -------------------------------------------------------------------------------- /Documentation/template/partials/head.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/partials/head.tmpl.partial -------------------------------------------------------------------------------- /Documentation/template/partials/li.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/partials/li.tmpl.partial -------------------------------------------------------------------------------- /Documentation/template/partials/logo.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/partials/logo.tmpl.partial -------------------------------------------------------------------------------- /Documentation/template/partials/namespace.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/partials/namespace.tmpl.partial -------------------------------------------------------------------------------- /Documentation/template/partials/namespaceSubtitle.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/partials/namespaceSubtitle.tmpl.partial -------------------------------------------------------------------------------- /Documentation/template/partials/navbar.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/partials/navbar.tmpl.partial -------------------------------------------------------------------------------- /Documentation/template/partials/rest.child.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/partials/rest.child.tmpl.partial -------------------------------------------------------------------------------- /Documentation/template/partials/rest.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/partials/rest.tmpl.partial -------------------------------------------------------------------------------- /Documentation/template/partials/scripts.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/partials/scripts.tmpl.partial -------------------------------------------------------------------------------- /Documentation/template/partials/searchResults.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/partials/searchResults.tmpl.partial -------------------------------------------------------------------------------- /Documentation/template/partials/title.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/partials/title.tmpl.partial -------------------------------------------------------------------------------- /Documentation/template/partials/toc.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/partials/toc.tmpl.partial -------------------------------------------------------------------------------- /Documentation/template/partials/uref/class.header.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/partials/uref/class.header.tmpl.partial -------------------------------------------------------------------------------- /Documentation/template/partials/uref/class.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/partials/uref/class.tmpl.partial -------------------------------------------------------------------------------- /Documentation/template/partials/uref/enum.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/partials/uref/enum.tmpl.partial -------------------------------------------------------------------------------- /Documentation/template/partials/uref/inheritance.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/partials/uref/inheritance.tmpl.partial -------------------------------------------------------------------------------- /Documentation/template/partials/uref/namespace.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/partials/uref/namespace.tmpl.partial -------------------------------------------------------------------------------- /Documentation/template/partials/uref/parameters.tmpl.partial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/partials/uref/parameters.tmpl.partial -------------------------------------------------------------------------------- /Documentation/template/search-stopwords.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/search-stopwords.json -------------------------------------------------------------------------------- /Documentation/template/styles/docfx.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/styles/docfx.css -------------------------------------------------------------------------------- /Documentation/template/styles/docfx.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/styles/docfx.js -------------------------------------------------------------------------------- /Documentation/template/styles/docfx.vendor.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/styles/docfx.vendor.css -------------------------------------------------------------------------------- /Documentation/template/styles/docfx.vendor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/styles/docfx.vendor.js -------------------------------------------------------------------------------- /Documentation/template/styles/lunr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/styles/lunr.js -------------------------------------------------------------------------------- /Documentation/template/styles/lunr.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/styles/lunr.min.js -------------------------------------------------------------------------------- /Documentation/template/styles/main.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Documentation/template/styles/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/styles/main.js -------------------------------------------------------------------------------- /Documentation/template/styles/search-worker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/styles/search-worker.js -------------------------------------------------------------------------------- /Documentation/template/toc.extension.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/toc.extension.js -------------------------------------------------------------------------------- /Documentation/template/toc.html.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/toc.html.js -------------------------------------------------------------------------------- /Documentation/template/toc.html.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/toc.html.tmpl -------------------------------------------------------------------------------- /Documentation/template/token.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/template/token.json -------------------------------------------------------------------------------- /Documentation/test.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Documentation/toc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/toc.yml -------------------------------------------------------------------------------- /Documentation/videos/precomputed-vs-umbra.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Documentation/videos/precomputed-vs-umbra.mp4 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/LICENSE -------------------------------------------------------------------------------- /Other/Video-Scripts-18-09-2023/FollowSceneCamera.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Other/Video-Scripts-18-09-2023/FollowSceneCamera.cs -------------------------------------------------------------------------------- /Other/Video-Scripts-18-09-2023/ProfileStats.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/Other/Video-Scripts-18-09-2023/ProfileStats.cs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Prographers/Precomputed-Culling/HEAD/README.md --------------------------------------------------------------------------------