Skip to content

Commit

Permalink
V4.2.0 (#43)
Browse files Browse the repository at this point in the history
* update code for ue 5.4

* update readme

* add the possibility to apply an offset to the point cloud position/rotation

* update to 4.2.0

---------

Co-authored-by: Jean-Loup Macarit <jeanloup.macarit@stereolabs.com>
  • Loading branch information
Bvallon-sl and SLJLMacarit authored Oct 2, 2024
1 parent b6e6421 commit b9b368b
Show file tree
Hide file tree
Showing 16 changed files with 459 additions and 27 deletions.
26 changes: 26 additions & 0 deletions Config/DefaultEngine.ini
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,33 @@ ManualIPAddress=

[/Script/WindowsTargetPlatform.WindowsTargetSettings]
DefaultGraphicsRHI=DefaultGraphicsRHI_DX11
-D3D12TargetedShaderFormats=PCD3D_SM5
+D3D12TargetedShaderFormats=PCD3D_SM5
+D3D12TargetedShaderFormats=PCD3D_SM6
-D3D11TargetedShaderFormats=PCD3D_SM5
+D3D11TargetedShaderFormats=PCD3D_SM5
Compiler=VisualStudio2022
AudioSampleRate=48000
AudioCallbackBufferFrameSize=1024
AudioNumBuffersToEnqueue=1
AudioMaxChannels=0
AudioNumSourceWorkers=4
SpatializationPlugin=
SourceDataOverridePlugin=
ReverbPlugin=
OcclusionPlugin=
CompressionOverrides=(bOverrideCompressionTimes=False,DurationThreshold=5.000000,MaxNumRandomBranches=0,SoundCueQualityIndex=0)
CacheSizeKB=65536
MaxChunkSizeOverrideKB=0
bResampleForDevice=False
MaxSampleRate=48000.000000
HighSampleRate=32000.000000
MedSampleRate=24000.000000
LowSampleRate=12000.000000
MinSampleRate=8000.000000
CompressionQualityModifier=1.000000
AutoStreamingThreshold=0.000000
SoundCueCookQualityIndex=-1

[ConsoleVariables]
fx.Niagara.ForceLastTickGroup=1
Expand Down
Binary file modified Content/ZED/Blueprints/BodyTracking/ABP_ZED_Manny.uasset
Binary file not shown.
Binary file not shown.
Binary file modified Content/ZED/Levels/L_BodyTrackingSingle.umap
Binary file not shown.
Binary file modified Content/ZED/Levels/L_ObjectDetection_2D.umap
Binary file not shown.
Binary file modified Content/ZED/Levels/L_ObjectDetection_3D.umap
Binary file not shown.
1 change: 0 additions & 1 deletion Plugins/Stereolabs/Source/Stereolabs/Stereolabs.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ public Stereolabs(ReadOnlyTargetRules Target) : base(Target)
AddEngineThirdPartyPrivateStaticDependencies(Target, "NVAPI");
AddEngineThirdPartyPrivateStaticDependencies(Target, "AMD_AGS");
AddEngineThirdPartyPrivateStaticDependencies(Target, "NVAftermath");
AddEngineThirdPartyPrivateStaticDependencies(Target, "IntelMetricsDiscovery");
AddEngineThirdPartyPrivateStaticDependencies(Target, "IntelExtensionsFramework");

PrivateDependencyModuleNames.AddRange(new string[] {
Expand Down
Binary file not shown.
Loading

0 comments on commit b9b368b

Please sign in to comment.