Updating changelog to be clearerabout changes
This commit is contained in:
parent
5eacca31be
commit
a4692e36e4
|
@ -1,9 +1,11 @@
|
||||||
## Latest
|
## Latest
|
||||||
|
|
||||||
|
* Enabled texture streaming for scene captures
|
||||||
|
- Enabled texture streaming in the Unreal project settings
|
||||||
|
- Changed the scene capture to register its camera with Unreal's texture streamer every tick to enable texture streaming
|
||||||
* Bugfix about recorder query system
|
* Bugfix about recorder query system
|
||||||
* Fixed problem when vehicles enable autopilot after a replayer, now it works better.
|
* Fixed problem when vehicles enable autopilot after a replayer, now it works better.
|
||||||
* Vulkan support: Changed project settings to make vulkan default on linux and updated make script to allow user to select opengl
|
* Vulkan support: Changed project settings to make vulkan default on linux and updated make script to allow user to select opengl
|
||||||
* Updated scene capture sensor to add it's camera as a view to unreal's texture streamer each tick to enable texture streaming
|
|
||||||
* Add ability to set motion blur settings for rgb camera in sensor python blueprint
|
* Add ability to set motion blur settings for rgb camera in sensor python blueprint
|
||||||
* Improved visual quality of the screen capture for the rgb sensor
|
* Improved visual quality of the screen capture for the rgb sensor
|
||||||
- Enabled Temporal AA for screen captures with no post-processing to prevent jaggies during motion
|
- Enabled Temporal AA for screen captures with no post-processing to prevent jaggies during motion
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
bSmoothFrameRate=false
|
bSmoothFrameRate=false
|
||||||
SmoothedFrameRateRange=(LowerBound=(Type="ERangeBoundTypes::Inclusive",Value=22),UpperBound=(Type="ERangeBoundTypes::Exclusive",Value=120))
|
SmoothedFrameRateRange=(LowerBound=(Type="ERangeBoundTypes::Inclusive",Value=22),UpperBound=(Type="ERangeBoundTypes::Exclusive",Value=120))
|
||||||
|
|
||||||
|
|
||||||
[/Script/HardwareTargeting.HardwareTargetingSettings]
|
[/Script/HardwareTargeting.HardwareTargetingSettings]
|
||||||
TargetedHardwareClass=Desktop
|
TargetedHardwareClass=Desktop
|
||||||
AppliedTargetedHardwareClass=Desktop
|
AppliedTargetedHardwareClass=Desktop
|
||||||
|
@ -86,7 +85,6 @@ InitialAverageFrameRate=0.016667
|
||||||
PhysXTreeRebuildRate=10
|
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)
|
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)
|
||||||
|
|
||||||
|
|
||||||
[/Script/LinuxTargetPlatform.LinuxTargetSettings]
|
[/Script/LinuxTargetPlatform.LinuxTargetSettings]
|
||||||
SpatializationPlugin=
|
SpatializationPlugin=
|
||||||
ReverbPlugin=
|
ReverbPlugin=
|
||||||
|
|
Loading…
Reference in New Issue