Updates project
This commit is contained in:
13
.idea/.idea.lidarforest.dir/.idea/.gitignore
generated
vendored
13
.idea/.idea.lidarforest.dir/.idea/.gitignore
generated
vendored
@@ -1,13 +0,0 @@
|
||||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Rider ignored files
|
||||
/modules.xml
|
||||
/contentModel.xml
|
||||
/projectSettingsUpdater.xml
|
||||
/.idea.lidarforest.iml
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
||||
1
.idea/.idea.lidarforest.dir/.idea/.name
generated
Normal file
1
.idea/.idea.lidarforest.dir/.idea/.name
generated
Normal file
@@ -0,0 +1 @@
|
||||
lidarforest
|
||||
6
.idea/.idea.lidarforest.dir/.idea/projectSettingsUpdater.xml
generated
Normal file
6
.idea/.idea.lidarforest.dir/.idea/projectSettingsUpdater.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="RiderProjectSettingsUpdater">
|
||||
<option name="vcsConfiguration" value="2" />
|
||||
</component>
|
||||
</project>
|
||||
13
.idea/.idea.lidarforest/.idea/.gitignore
generated
vendored
13
.idea/.idea.lidarforest/.idea/.gitignore
generated
vendored
@@ -1,13 +0,0 @@
|
||||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Rider ignored files
|
||||
/contentModel.xml
|
||||
/.idea.lidarforest.iml
|
||||
/modules.xml
|
||||
/projectSettingsUpdater.xml
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
||||
@@ -1,6 +1,30 @@
|
||||
[URL]
|
||||
GameName=lidarforest
|
||||
|
||||
[SystemSettings]
|
||||
|
||||
vr.PixelDensity=1
|
||||
r.SeparateTranslucency=0
|
||||
r.HZBOcclusion=0
|
||||
r.MotionBlurQuality=0
|
||||
r.PostProcessAAQuality=3
|
||||
r.BloomQuality=1
|
||||
r.EyeAdaptationQuality=0
|
||||
r.AmbientOcclusionLevels=0
|
||||
r.SSR.Quality=1
|
||||
r.DepthOfFieldQuality=0
|
||||
r.SceneColorFormat=2
|
||||
r.TranslucencyVolumeBlur=0
|
||||
r.TranslucencyLightingVolumeDim=4
|
||||
r.MaxAnisotropy=8
|
||||
r.LensFlareQuality=0
|
||||
r.SceneColorFringeQuality=0
|
||||
r.FastBlurThreshold=0
|
||||
r.SSR.MaxRoughness=0.1
|
||||
r.rhicmdbypass=0
|
||||
sg.EffectsQuality=2
|
||||
sg.PostProcessQuality=0
|
||||
|
||||
[/Script/HardwareTargeting.HardwareTargetingSettings]
|
||||
TargetedHardwareClass=Mobile
|
||||
AppliedTargetedHardwareClass=Mobile
|
||||
@@ -12,17 +36,17 @@ DefaultPlatformService=Null
|
||||
bHasVoiceEnabled=true
|
||||
|
||||
[/Script/EngineSettings.GameMapsSettings]
|
||||
EditorStartupMap=/Game/AFCore/Examples/Maps/Map_Demo_Menu.Map_Demo_Menu
|
||||
EditorStartupMap=/Game/lidarforest/Maps/MainMenu/Map_MainMenu.Map_MainMenu
|
||||
GlobalDefaultGameMode=/Game/AFCore/Blueprints/Game/BP_GameMode_Main.BP_GameMode_Main_C
|
||||
GameInstanceClass=/Game/AFCore/Blueprints/Game/BP_GameInstance_Main.BP_GameInstance_Main_C
|
||||
GameDefaultMap=/Game/AFCore/Examples/Maps/Map_Demo_World.Map_Demo_World
|
||||
GameDefaultMap=/Game/lidarforest/Maps/MainMenu/Map_MainMenu.Map_MainMenu
|
||||
TransitionMap=/Game/AFCore/Maps/Map_Empty.Map_Empty
|
||||
bUseSplitscreen=False
|
||||
|
||||
[/Script/Engine.RendererSettings]
|
||||
r.Mobile.DisableVertexFog=True
|
||||
r.Shadow.CSM.MaxMobileCascades=2
|
||||
r.MobileMSAA=4
|
||||
r.MobileMSAA=2
|
||||
r.Mobile.AllowDitheredLODTransition=False
|
||||
r.Mobile.AllowSoftwareOcclusion=False
|
||||
r.Mobile.VirtualTextures=False
|
||||
@@ -42,10 +66,10 @@ r.vt.FeedbackFactor=16
|
||||
r.VT.EnableCompressZlib=True
|
||||
r.VT.EnableCompressCrunch=False
|
||||
r.ClearCoatNormal=False
|
||||
r.ReflectionCaptureResolution=128
|
||||
r.ReflectionCaptureResolution=32
|
||||
r.Mobile.ReflectionCaptureCompression=False
|
||||
r.ReflectionEnvironmentLightmapMixBasedOnRoughness=True
|
||||
r.ForwardShading=False
|
||||
r.ForwardShading=True
|
||||
r.VertexFoggingForOpaque=True
|
||||
r.AllowStaticLighting=True
|
||||
r.NormalMapsForStaticLighting=True
|
||||
@@ -53,11 +77,11 @@ r.GenerateMeshDistanceFields=False
|
||||
r.DistanceFieldBuild.EightBit=False
|
||||
r.GenerateLandscapeGIData=False
|
||||
r.DistanceFieldBuild.Compress=False
|
||||
r.TessellationAdaptivePixelsPerTriangle=48.000000
|
||||
r.TessellationAdaptivePixelsPerTriangle=24.000000
|
||||
r.SeparateTranslucency=False
|
||||
r.TranslucentSortPolicy=0
|
||||
TranslucentSortAxis=(X=0.000000,Y=-1.000000,Z=0.000000)
|
||||
r.CustomDepth=3
|
||||
r.CustomDepth=1
|
||||
r.CustomDepthTemporalAAJitter=True
|
||||
r.PostProcessing.PropagateAlpha=0
|
||||
r.DefaultFeature.Bloom=False
|
||||
@@ -73,13 +97,13 @@ r.DefaultFeature.MotionBlur=False
|
||||
r.DefaultFeature.LensFlare=False
|
||||
r.TemporalAA.Upsampling=False
|
||||
r.SSGI.Enable=False
|
||||
r.DefaultFeature.AntiAliasing=2
|
||||
r.DefaultFeature.AntiAliasing=3
|
||||
r.DefaultFeature.LightUnits=1
|
||||
r.DefaultBackBufferPixelFormat=4
|
||||
r.Shadow.UnbuiltPreviewInGame=True
|
||||
r.StencilForLODDither=False
|
||||
r.EarlyZPass=3
|
||||
r.EarlyZPassOnlyMaterialMasking=False
|
||||
r.EarlyZPass=2
|
||||
r.EarlyZPassOnlyMaterialMasking=True
|
||||
r.DBuffer=True
|
||||
r.ClearSceneMethod=1
|
||||
r.BasePassOutputsVelocity=False
|
||||
@@ -133,9 +157,12 @@ bDiscardSkeletalMeshOptionalLODs=(Default=False,PerPlatform=())
|
||||
VisualizeCalibrationColorMaterialPath=None
|
||||
VisualizeCalibrationCustomMaterialPath=None
|
||||
VisualizeCalibrationGrayscaleMaterialPath=None
|
||||
vr.VRS.HMDFixedFoveationLevel=0
|
||||
|
||||
[/Script/Engine.Engine]
|
||||
NearClipPlane=1.000000
|
||||
SmoothedFrameRateRange=(LowerBound=(Type=Inclusive,Value=30.000000),UpperBound=(Type=Exclusive,Value=120.000000))
|
||||
GenerateDefaultTimecodeFrameRate=(Numerator=120,Denominator=1)
|
||||
|
||||
[/Script/Engine.CollisionProfile]
|
||||
-Profiles=(Name="NoCollision",CollisionEnabled=NoCollision,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="No collision",bCanModify=False)
|
||||
@@ -237,7 +264,7 @@ MaxSubstepDeltaTime=0.016667
|
||||
MaxSubsteps=6
|
||||
SyncSceneSmoothingFactor=0.000000
|
||||
AsyncSceneSmoothingFactor=0.990000
|
||||
InitialAverageFrameRate=0.016667
|
||||
InitialAverageFrameRate=0.008330
|
||||
PhysXTreeRebuildRate=10
|
||||
DefaultBroadphaseSettings=(bUseMBPOnClient=False,bUseMBPOnServer=False,MBPBounds=(Min=(X=0.000000,Y=0.000000,Z=0.000000),Max=(X=0.000000,Y=0.000000,Z=0.000000),IsValid=0),MBPNumSubdivs=2)
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@ bIncludeNativizedAssetsInProjectGeneration=False
|
||||
bExcludeMonolithicEngineHeadersInNativizedCode=False
|
||||
UsePakFile=True
|
||||
bUseIoStore=False
|
||||
bMakeBinaryConfig=False
|
||||
bGenerateChunks=False
|
||||
bGenerateNoChunks=False
|
||||
bChunkHardReferencesOnly=False
|
||||
@@ -28,8 +29,14 @@ bForceOneChunkPerFile=False
|
||||
MaxChunkSize=0
|
||||
bBuildHttpChunkInstallData=False
|
||||
HttpChunkInstallDataDirectory=(Path="")
|
||||
bCompressed=True
|
||||
PakFileCompressionFormats=
|
||||
bForceUseProjectCompressionFormatIgnoreHardwareOverride=False
|
||||
PakFileAdditionalCompressionOptions=
|
||||
PakFileCompressionMethod=Kraken
|
||||
PakFileCompressionLevel_DebugDevelopment=3
|
||||
PakFileCompressionLevel_TestShipping=5
|
||||
PakFileCompressionLevel_Distribution=7
|
||||
HttpChunkInstallDataVersion=
|
||||
IncludePrerequisites=True
|
||||
IncludeAppLocalPrerequisites=False
|
||||
@@ -44,7 +51,6 @@ InternationalizationPreset=English
|
||||
LocalizationTargetCatchAllChunkId=0
|
||||
bCookAll=False
|
||||
bCookMapsOnly=True
|
||||
bCompressed=True
|
||||
bSkipEditorContent=False
|
||||
bSkipMovies=True
|
||||
-IniKeyBlacklist=KeyStorePassword
|
||||
@@ -71,19 +77,8 @@ bSkipMovies=True
|
||||
+IniKeyBlacklist=EncryptionKey
|
||||
+IniKeyBlacklist=IniKeyBlacklist
|
||||
+IniKeyBlacklist=IniSectionBlacklist
|
||||
+MapsToCook=(FilePath="/Game/AFCore/Examples/Maps/Map_Demo_Component")
|
||||
+MapsToCook=(FilePath="/Game/AFCore/Examples/Maps/Map_Demo_Drag")
|
||||
+MapsToCook=(FilePath="/Game/AFCore/Examples/Maps/Map_Demo_GazeView")
|
||||
+MapsToCook=(FilePath="/Game/AFCore/Examples/Maps/Map_Demo_Grabbing")
|
||||
+MapsToCook=(FilePath="/Game/AFCore/Examples/Maps/Map_Demo_Highlight")
|
||||
+MapsToCook=(FilePath="/Game/AFCore/Examples/Maps/Map_Demo_Intro")
|
||||
+MapsToCook=(FilePath="/Game/AFCore/Examples/Maps/Map_Demo_Menu")
|
||||
+MapsToCook=(FilePath="/Game/AFCore/Examples/Maps/Map_Demo_Navigation")
|
||||
+MapsToCook=(FilePath="/Game/AFCore/Examples/Maps/Map_Demo_Ouest")
|
||||
+MapsToCook=(FilePath="/Game/AFCore/Examples/Maps/Map_Demo_Selection")
|
||||
+MapsToCook=(FilePath="/Game/AFCore/Examples/Maps/Map_Demo_Spectator")
|
||||
+MapsToCook=(FilePath="/Game/AFCore/Examples/Maps/Map_Demo_UI")
|
||||
+MapsToCook=(FilePath="/Game/AFCore/Examples/Maps/Map_Demo_World")
|
||||
+MapsToCook=(FilePath="/Game/lidarforest/Maps/MainMenu/Map_MainMenu")
|
||||
+MapsToCook=(FilePath="/Game/lidarforest/Maps/StreamingWorld/Map_StreamingWorld")
|
||||
+DirectoriesToAlwaysCook=(Path="/Game/AFCore/AnimBP/Hand")
|
||||
|
||||
[/Script/Engine.GameSession]
|
||||
@@ -116,4 +111,3 @@ bShouldGuessTypeAndNameInEditor=True
|
||||
bShouldAcquireMissingChunksOnLoad=False
|
||||
MetaDataTagsForAssetRegistry=()
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"source": "UE",
|
||||
"applications": [
|
||||
{
|
||||
"app_key": "application.generated.ue.af-17735300.ue4editor.exe",
|
||||
"app_key": "application.generated.ue.af-17735300.ue4editor-win64-debuggame.exe",
|
||||
"launch_type": "url",
|
||||
"url": "steam://launch/",
|
||||
"action_manifest_path": "F:/Projects/CZU/lidarforest 4.27/Config/SteamVRBindings/steamvr_manifest.json",
|
||||
|
||||
BIN
Content/lidarforest/AFCoreExtensions/UI/BP_LF_TreeInfoPanel.uasset
(Stored with Git LFS)
BIN
Content/lidarforest/AFCoreExtensions/UI/BP_LF_TreeInfoPanel.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/lidarforest/Experiment/ExperimentManager.uasset
(Stored with Git LFS)
Normal file
BIN
Content/lidarforest/Experiment/ExperimentManager.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/lidarforest/ForestImporter/Blueprints/BP_FIForestSpawner.uasset
(Stored with Git LFS)
BIN
Content/lidarforest/ForestImporter/Blueprints/BP_FIForestSpawner.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/lidarforest/ForestImporter/Blueprints/BP_FITree.uasset
(Stored with Git LFS)
BIN
Content/lidarforest/ForestImporter/Blueprints/BP_FITree.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/lidarforest/ForestImporter/EditorBlueprints/EBP_ForestImporter.uasset
(Stored with Git LFS)
BIN
Content/lidarforest/ForestImporter/EditorBlueprints/EBP_ForestImporter.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/lidarforest/Logger/Logger.uasset
(Stored with Git LFS)
Normal file
BIN
Content/lidarforest/Logger/Logger.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/lidarforest/Maps/GenericForest/M_LF_OpenLand_GenericForestLandscape.uasset
(Stored with Git LFS)
BIN
Content/lidarforest/Maps/GenericForest/M_LF_OpenLand_GenericForestLandscape.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/Foliage/GT_LF_GroundSuchdol.uasset
(Stored with Git LFS)
BIN
Content/lidarforest/Maps/Suchdol/Foliage/GT_LF_GroundSuchdol.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/Foliage/Meshes/SM_BF_LF_BeechPlantA.uasset
(Stored with Git LFS)
BIN
Content/lidarforest/Maps/Suchdol/Foliage/Meshes/SM_BF_LF_BeechPlantA.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/Foliage/Meshes/SM_BF_LF_BeechPlantA2.uasset
(Stored with Git LFS)
BIN
Content/lidarforest/Maps/Suchdol/Foliage/Meshes/SM_BF_LF_BeechPlantA2.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/Foliage/Meshes/SM_BF_LF_BeechTreeSmall01.uasset
(Stored with Git LFS)
BIN
Content/lidarforest/Maps/Suchdol/Foliage/Meshes/SM_BF_LF_BeechTreeSmall01.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/Foliage/Meshes/SM_BF_LF_BeechTreeSmall02.uasset
(Stored with Git LFS)
BIN
Content/lidarforest/Maps/Suchdol/Foliage/Meshes/SM_BF_LF_BeechTreeSmall02.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/Foliage/Meshes/SM_BF_LF_OakPlantA1.uasset
(Stored with Git LFS)
BIN
Content/lidarforest/Maps/Suchdol/Foliage/Meshes/SM_BF_LF_OakPlantA1.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/Foliage/Meshes/SM_BF_LF_PlantGround2D2.uasset
(Stored with Git LFS)
BIN
Content/lidarforest/Maps/Suchdol/Foliage/Meshes/SM_BF_LF_PlantGround2D2.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/Landscape/MI_LF_STF_suchdol.uasset
(Stored with Git LFS)
Normal file
BIN
Content/lidarforest/Maps/Suchdol/Landscape/MI_LF_STF_suchdol.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/Landscape/STF/LF_STF_Suchdol_Ground.uasset
(Stored with Git LFS)
Normal file
BIN
Content/lidarforest/Maps/Suchdol/Landscape/STF/LF_STF_Suchdol_Ground.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/Landscape/STF/Layer_1_no_plants_LayerInfo.uasset
(Stored with Git LFS)
Normal file
BIN
Content/lidarforest/Maps/Suchdol/Landscape/STF/Layer_1_no_plants_LayerInfo.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/MI_OpenLand_Dev_Suchdol.uasset
(Stored with Git LFS)
BIN
Content/lidarforest/Maps/Suchdol/MI_OpenLand_Dev_Suchdol.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/MTL_BF_Landscape_Suchdol.uasset
(Stored with Git LFS)
BIN
Content/lidarforest/Maps/Suchdol/MTL_BF_Landscape_Suchdol.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/Materials/Landscape/M_LF_OpenLandSuchdol.uasset
(Stored with Git LFS)
BIN
Content/lidarforest/Maps/Suchdol/Materials/Landscape/M_LF_OpenLandSuchdol.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/Materials/M_LF_OpenLandSuchdol.uasset
(Stored with Git LFS)
Normal file
BIN
Content/lidarforest/Maps/Suchdol/Materials/M_LF_OpenLandSuchdol.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/Materials/M_LidarForest_Suchdol.uasset
(Stored with Git LFS)
Normal file
BIN
Content/lidarforest/Maps/Suchdol/Materials/M_LidarForest_Suchdol.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/Materials/M_LidarForest_Suchdol_Inst.uasset
(Stored with Git LFS)
Normal file
BIN
Content/lidarforest/Maps/Suchdol/Materials/M_LidarForest_Suchdol_Inst.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_2.umap
(Stored with Git LFS)
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_2.umap
(Stored with Git LFS)
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_STF.umap
(Stored with Git LFS)
Normal file
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_STF.umap
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_STF_sharedassets/Layer_1_Puddles_LayerInfo.uasset
(Stored with Git LFS)
Normal file
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_STF_sharedassets/Layer_1_Puddles_LayerInfo.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_STF_sharedassets/Layer_2_LayerInfo.uasset
(Stored with Git LFS)
Normal file
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_STF_sharedassets/Layer_2_LayerInfo.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_STF_sharedassets/Layer_2_Puddles_LayerInfo.uasset
(Stored with Git LFS)
Normal file
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_STF_sharedassets/Layer_2_Puddles_LayerInfo.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_STF_sharedassets/Layer_2_no_plants_LayerInfo.uasset
(Stored with Git LFS)
Normal file
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_STF_sharedassets/Layer_2_no_plants_LayerInfo.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_STF_sharedassets/Layer_3_LayerInfo.uasset
(Stored with Git LFS)
Normal file
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_STF_sharedassets/Layer_3_LayerInfo.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_STF_sharedassets/Layer_3_Puddles_LayerInfo.uasset
(Stored with Git LFS)
Normal file
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_STF_sharedassets/Layer_3_Puddles_LayerInfo.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_STF_sharedassets/Layer_3_no_plants_LayerInfo.uasset
(Stored with Git LFS)
Normal file
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_STF_sharedassets/Layer_3_no_plants_LayerInfo.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_STF_sharedassets/Layer_4_LayerInfo.uasset
(Stored with Git LFS)
Normal file
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_STF_sharedassets/Layer_4_LayerInfo.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_STF_sharedassets/Layer_4_Puddles_LayerInfo.uasset
(Stored with Git LFS)
Normal file
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_STF_sharedassets/Layer_4_Puddles_LayerInfo.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_STF_sharedassets/Layer_5_LayerInfo.uasset
(Stored with Git LFS)
Normal file
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_STF_sharedassets/Layer_5_LayerInfo.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_STF_sharedassets/Layer_5_Puddles_LayerInfo.uasset
(Stored with Git LFS)
Normal file
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_STF_sharedassets/Layer_5_Puddles_LayerInfo.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_STF_sharedassets/Layer_6_LayerInfo.uasset
(Stored with Git LFS)
Normal file
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_STF_sharedassets/Layer_6_LayerInfo.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_STF_sharedassets/Layer_6_Puddles_LayerInfo.uasset
(Stored with Git LFS)
Normal file
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_STF_sharedassets/Layer_6_Puddles_LayerInfo.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_STF_sharedassets/Layer_7_LayerInfo.uasset
(Stored with Git LFS)
Normal file
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_STF_sharedassets/Layer_7_LayerInfo.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_STF_sharedassets/Layer_7_Puddles_LayerInfo.uasset
(Stored with Git LFS)
Normal file
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_STF_sharedassets/Layer_7_Puddles_LayerInfo.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_STF_sharedassets/Layer_7_no_plants_LayerInfo.uasset
(Stored with Git LFS)
Normal file
BIN
Content/lidarforest/Maps/Suchdol/SuchdolUSkolky_STF_sharedassets/Layer_7_no_plants_LayerInfo.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/Trees/SM_BF_LF_BroadleafA_NoBase.uasset
(Stored with Git LFS)
BIN
Content/lidarforest/Maps/Suchdol/Trees/SM_BF_LF_BroadleafA_NoBase.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/Trees/SM_BF_LF_BroadleafB_NoBase.uasset
(Stored with Git LFS)
BIN
Content/lidarforest/Maps/Suchdol/Trees/SM_BF_LF_BroadleafB_NoBase.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/Trees/SM_BF_LF_BroadleafC_NoBase.uasset
(Stored with Git LFS)
BIN
Content/lidarforest/Maps/Suchdol/Trees/SM_BF_LF_BroadleafC_NoBase.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/Trees/SM_BF_LF_BroadleafD_NoBase.uasset
(Stored with Git LFS)
BIN
Content/lidarforest/Maps/Suchdol/Trees/SM_BF_LF_BroadleafD_NoBase.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/Trees/SM_BF_LF_BroadleafF.uasset
(Stored with Git LFS)
BIN
Content/lidarforest/Maps/Suchdol/Trees/SM_BF_LF_BroadleafF.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/lidarforest/Maps/Suchdol/Trees/SM_BF_LF_BroadleafG.uasset
(Stored with Git LFS)
BIN
Content/lidarforest/Maps/Suchdol/Trees/SM_BF_LF_BroadleafG.uasset
(Stored with Git LFS)
Binary file not shown.
@@ -11,5 +11,6 @@ public class lidarforestTarget : TargetRules
|
||||
DefaultBuildSettings = BuildSettingsVersion.V2;
|
||||
|
||||
ExtraModuleNames.AddRange( new string[] { "lidarforest" } );
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,10 +24,7 @@
|
||||
},
|
||||
{
|
||||
"Name": "GoogleARCore",
|
||||
"Enabled": true,
|
||||
"SupportedTargetPlatforms": [
|
||||
"Android"
|
||||
]
|
||||
"Enabled": false
|
||||
},
|
||||
{
|
||||
"Name": "SteamController",
|
||||
@@ -61,6 +58,14 @@
|
||||
"Name": "DarkerNodes",
|
||||
"Enabled": true,
|
||||
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/4b3441f0228a40ec9ca986489a5bd682"
|
||||
},
|
||||
{
|
||||
"Name": "LidarPointCloud",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "ForestImporter",
|
||||
"Enabled": false
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user