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
e8467067c0865c7feeec00df8300f4aea50dfd43
UnrealEngineUWP
/
Engine
/
Source
/
Editor
/
SparseVolumeTexture
History
joe kirchoff
9e1947b4b6
Remove unnecessary Public & Private include paths for subdirectories within a module
...
#rnx [CL 26560176 by joe kirchoff in ue5-main branch]
2023-07-24 20:17:04 -04:00
..
Private
Fixed SparseVolumeTextureSamplePageTable() and SparseVolumeTextureLoadPageTable() sometimes loading from the page table at incorrect coordinates when the page table is using a page table offset. Fixed incorrect page table offset in SVT sequences causing parts of the volume to appear cut off at higher mip levels. Fixed empty vdb frames during import causing massive VolumeResolution values in the resulting SVT. Fixed StreamingManager triggering an assert when all voxels of a higher mip level have been stripped away due to occupancy bitmask based compression. It seems that higher mip levels can sometimes be empty despite lower mip levels having valid data. I suspect that this is due to precision issues when averaging 8 small float values and then quantizing them during the mip mapping.
2023-06-23 10:22:59 -04:00
Public
…
SparseVolumeTexture.Build.cs
Remove unnecessary Public & Private include paths for subdirectories within a module
2023-07-24 20:17:04 -04:00