This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5.3
Add File
New File
Upload File
Apply Patch
UnrealEngineUWP
/
Engine
/
Source
/
Editor
/
SparseVolumeTexture
History
tim doerries
118a044620
Fix for jittering SparseVolumeTexture frames when importing a sequence with different translations in the transforms of all the input files/frames. A popular third party tool for baking volumetrics unfortunately always creates such sequences. The UnrealEngine .vdb importer assumes that all frames of a sequence share the same transform and effectively ignores that transform. This fix detects changes in the translation and bakes the translation into the created SVT, eliminating the jittering.
...
#rb Sebastian.Hillaire #jira UE-194916 #rnx [CL 27881724 by tim doerries in 5.3 branch]
2023-09-14 12:08:00 -04:00
..
Private
Fix for jittering SparseVolumeTexture frames when importing a sequence with different translations in the transforms of all the input files/frames. A popular third party tool for baking volumetrics unfortunately always creates such sequences. The UnrealEngine .vdb importer assumes that all frames of a sequence share the same transform and effectively ignores that transform. This fix detects changes in the translation and bakes the translation into the created SVT, eliminating the jittering.
2023-09-14 12:08:00 -04:00
Public
Converted SparseVolumeTextures from AssetTypeActions to AssetDefinition.
2023-02-22 07:58:57 -05:00
SparseVolumeTexture.Build.cs
Remove unnecessary Public & Private include paths for subdirectories within a module
2023-07-24 20:07:27 -04:00